BODY
{
    MARGIN:0;
}
FORM
{
	margin:0;
}
form th
{
	text-align:right;
}
form TD
{
	padding:2px 0;
}
IMG
{
	BORDER:none;
}
TABLE
{
	WIDTH: 100%;
	BORDER:none;
}
th, td
{
	padding:0;
	text-align:left;
	vertical-align:top;
}
td.name
{
	font-weight: bold;	
}
dl, ol, ul
{
	margin-left:20px;
	padding:0;
}
ul li
{
	list-style-type:square;
}

/* ####################################   Classes   #################################### */

.box
{
    padding:0;
    width:auto;
    height:1%;
    margin-bottom: 30px;
}
.box .tl, .box .tr
{
	padding:0;
    margin:0;
    width:auto;
}
.box .tl
{
	padding-left: 25px;
}
.box .tr h2
{
	font-size: 1.3em;
    margin:0 5px;
    width:auto;
    padding: 5px;
}
.box .content
{
    position:relative;
    padding:5px;
}
.content img
{
	margin:0 5px 5px;
}
.content table td
{
	padding:3px;
}
.button, .principle
{
	margin-left: 3px;	
}
.detail IMG.picture
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 15px;
    position: relative;
}
.dropdown, .textarea, .textbox
{
    WIDTH:250px;
    font-size:1em;
}

.dropdown
{
    WIDTH:auto;
}
.list
{
    MARGIN-BOTTOM: 5px;
    margin-left:1px;
    PADDING: 5px 5px 5px 0;
}
.label
{
	FONT-WEIGHT: bold;
}
.list H3
{
    MARGIN-TOP:0;
    MARGIN-BOTTOM: 5px
}
.list H4
{
    MARGIN: 0px
}
.list IMG.thumbnail
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 10px;
    position: relative;
}
.list P
{
	MARGIN: 3px 0;
}
.list .terminus, .detail .terminus
{
	clear:right;
}
.morelink
{
    TEXT-ALIGN: right
}
.backlink
{
    TEXT-ALIGN: right
}
.stepper
{
    PADDING:3px 5px;
    width:auto !important;
}
.stepper P
{
    MARGIN: 0px;
    TEXT-ALIGN: right;
}
TABLE.documentTable TD.cell
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
TABLE.documentTable TH.heading
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.template
{
	padding-left:1px;
}
.template ul
{
	margin-left:20px;
}
#template_Sub_Page_Listing #footer
{
    padding: 24px 0;
}
.subPageList
{
	margin:0;
	padding:0;
}
.subPageItem ul
{
	margin: 0;
	padding: 0;	
	text-align: left;
	
}
.subPageItem ul li
{
	list-style: none;
}
.subPageItem ul li a
{
	margin-left: 15px;	
}
.subPageTitle a
{
	display:block;
	font-weight: normal;
}
#template_Sub_Page_Listing_Thumbnail .subPageTitle
{
	text-align: left;
	font-size: 190%;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 20px;	
}
.subPageTitle
{
	font-size: 1em;	
}
.subPageTitleThumb img
{
	display:block;
}

td.total
{
	height: 30px;	
}
/* ################################### Site IDs ################################# */

#mainTable
{

	width:984px;
	margin:auto;
}
#mainHeader
{
	width: 984px !important;
}
#mainHeader #logo
{
	margin: 10px 0 10px 40px;
	width: 200px;
		
}
#mainHeader #logo a img
{
	border: 0 !important;	
}
#mainHeader table
{
	float: right;
	width: 330px;
	margin: 5px;
}
/* ################################## Drop Menu setup ################################### */
#dropMenu
{
	float: right;
	width: 419px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	z-index: 10;
}
#dropMenu ul, 
#dropMenu li
{
    margin: 0;
    padding: 0;
    display: inline;
}
#dropMenu li
{
	list-style:none;
	margin-left: 15px;
}
#dropMenu ul a
{
	float:left;
	padding:5px 29px 7px 10px;
	text-align: left;
	display: inline;
}
/* ################################## Drop Menu Drop setup ################################### */
#nav, 
#nav ul 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav ul a
{
	text-align: left;	
}
#nav a 
{
	display: block;
}
#nav li 
{ /* all list items */
	float: right;
	position: relative;
	z-index: 1;
}
#nav li ul 
{ 
	position: absolute;
	top: 24px;
	right: 0;
	width: 200px;
	display: none;
	z-index: 2;
}
#nav li ul a
{ /* second-level lists */
	padding: 5px 5px 5px 30px;
	width: 119px;
	text-align: right;
}
#nav li ul ul 
{ /* third-and-above-level lists */
	margin: 0;
	top: auto;
	left: -200px;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul,
#nav li:hover ul ul ul ul ul,
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul,
#nav li.sfhover ul ul ul ul ul,
#nav li.sfhover ul ul ul ul ul ul 
{
	display: none;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul
{ /* lists nested under hovered list items */
	display: block;
}
/* ################################## Top Menu setup ################################### */

#topMenu
{
	width: 450px;
	float: left;
}
#topMenu ul
{
	padding: 8px 0 2px 0; 
    margin:0;
}
#topMenu li
{
	list-style:none;
	display:inline;
	padding: 0 7px 0 11px;
}
#topMenu ul a
{
	line-height:1.7em;
	font-weight: normal;
}
/* ################################## Menu setup ################################### */

#mainMenu
{
	width: 984px;
}
#mainMenu ul
{
    padding:0;
    margin:0;
}
#mainMenu li
{
	list-style:none;
	display:inline;
}
#mainMenu ul a
{
	float:left;
	width: 164px;
	text-align: center;
	padding: 4px 0 5px 0;
}
#mainMenuContainer
{
	float: left;
	position: relative;	
}
/* ################################## Sub Menu setup ################################### */


#subMenu
{
	float:left;
	width:172px;
	margin:60px 0;
}
#subMenu ul a
{
	line-height:1;
	display:block;
	padding:7px 0 7px 23px;
	margin:0;
}
#subMenu ul ul a
{
	padding-left:33px;
}
#subMenu ul ul ul a
{
	padding-left:43px;
}
#subMenu ul ul ul ul a
{
	padding-left:53px;
}
#location
{
	margin-bottom: 15px;
}
/* ======================== */
#search
{
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 5px;
	padding: 2px;
}
#search .inputBox
{
	height: 16px;
}
#search .searchButton
{
	width: 25px;
	height: 20px;
}
#search td.search
{
	width: 25px;	
}
#LoginBox
{
	width: 200px;
	padding: 10px 0 10px 0;
}
#LoginBox input
{
	width: 115px;
}
#LoginBox input.button
{
	width: 70px;
	float:right;
}
#leftImage
{
	
}

#leftCol
{
	position: relative;
	float: left;
	width: 200px;
	margin-bottom: 100px;
}
#leftCol p
{
	padding: 0 10px 0 10px;
}
#featured
{
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	padding: 0 0 35px 10px;
	width: 200px;
}
#mainLayoutContainer
{
	width: 984px;
	position: relative;
}
#mainTitle
{
}
#mainTitle H1
{
	MARGIN: 0;
}
#mainLayout
{
	margin-left:200px;
	margin-bottom: 35px;
	padding: 0 0 20px 20px;
	margin-top: 10px;
}
#mainLayout TABLE#productList TD.list
{
    width: 50%;
}
#template_News_Articles_Style_2 #column1
{
	float:left !important;
	width:230px !important;
}
#template_News_Articles_Style_2 #column2
{
	margin:0 0 0 250px !important;   
}
#template_Mailform_Right #column1
{
	float:none !important;
    width: 490px !important;
}

#template_Mailform_Right #column2
{
	margin:20px 0 !important;
	width: 490px !important;
}
#mainFooter
{
    padding:10px;
}
/* ======================== */
#template_Home_Variant #column1
{
    width: 400px;
}
#template_Home_Variant #column2
{
	margin-left: 410px;
}
#template_Home_Variant .product .size
{
	display: none;
}
/* ======================== */
#template_Home_Variant #column1 .subPageTitle
{
	display: none;
}
#template_Home_Variant #column2 .subPageTitle a
{
	padding-left: 5px;
	font-weight: bold;
	
}
#template_Home_Variant #column2 .subPageItem
{
	padding-bottom: 20px;	
}
#template_Home_Variant .moredetailButtons
{
	display: none;
}

#header
{
	padding-bottom:10px;
	margin-bottom:10px;
}
#footer
{
	margin-top:10px;
	padding-top:10px;
}
#paymentFooter
{
	margin-top: 10px;
	background: #FFF;
}
#paymentFooter #cards table
{
	
	width: 300px;
	float: left;
}
#paymentFooter #methods table
{
	
	width: 350px;
	float: right;
}
#paymentFooter #cards td,
#paymentFooter #methods td
{
	padding-right: 5px;
	text-align: center;
}

/* ======================== */

#template_2_Columns DIV#column1
{
	width: 350px !important;
}
#template_2_Columns DIV#column2
{
	margin-left: 360px !important;
}

/* ======================== */

TABLE#subPageTable .col1
{
    WIDTH: 30%;
}
TABLE#subPageTable .col2
{
    WIDTH: 40%;
}
TABLE#subPageTable .col3
{
    WIDTH: 30%;
}
TABLE#subPageTable TH.heading
{
    PADDING: 5px;
}
TABLE#subPageTable TD.cell
{
    PADDING:5px;
    VERTICAL-ALIGN: middle;
}
#template_Products_Grouped .backlink
{
	clear:right;
	padding:3px;
	TEXT-ALIGN: right;
}

/* ======================== */

#template_sitemap ul
{
	margin:0 0 0 20px;
	padding:0;
	line-height:1.8;
}
#template_sitemap ul a
{
	padding-left:20px;
}
#template_sitemap ul ul 
{
	line-height:1.5;
}

TABLE#productList
{
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px
}
TABLE#productList td img
{
    float:none;
    text-align:center !important;
}
TABLE#productList TD.list
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
}
#developerLink a
{
	margin:10px;
}
/* ############################### Search ############################ */
#template_Search_Results .template
{
	width: 750px;	
}

/* ############################### Header Info ############################ */
#cartBrief
{
	padding: 10px 0 0 0;
}
#cartBrief p
{
	padding: 5px 10px 20px 0;
	margin: 0;
}
#cartBrief #giftlist p
{
	margin-bottom: 0;
}
/* =========================== */

form h3
{
	margin:5px 0 10px !important;
}
#cartFull H2, #glFull H2
{
	font-size:1.8em;
	font-weight:400;
	text-transform:lowercase;
	background:#c3be8d !important;
}
#glFull h3, #glFull h4
{
	
}
.day, .month
{
	width:45px !important;
}
.year
{
	width:60px !important;
}
#cartLegend
{
	border:1px solid #ccc !important;
}

#cartListing TH.heading
{
	border-right:none !important;
}
#cartListing TD.cell, #cartListing TD.amount
{
	border-right:none !important;
}
#cartListing .delete
{
	border-left:none !important;
}
#cartListing td.heading
{
	border-right:none !important;
}
#cartListing a
{
	
}
.cartAddress, #cartInvoice, #optionsForm, #PayForm, #cartLogonBox, #cartRegisterBox
{
	border-color:#ccc !important;
}
#optionsForm table
{
	width:90% !important;
}
#cartFull .textareaReadOnly, #glFull .textareaReadOnly
{
	width:100%;
}
