/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#510515;
	font-weight:bold;
	margin-top:10px
}

H2, .h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
        color:#510515;
	font-weight:bold;
}

TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}

.red_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#510515;
	font-weight:bold
}
.border_r {
	border-right:1px solid #495F6A;
	padding:2px
}
.border_l {
	border-left:1px solid #495F6A;
	padding:2px
}	
.border_t {
	border-top:1px solid #495F6A;
	padding:2px
}
.border_b {
	border-bottom:1px solid #495F6A;
	padding:2px
}
.border {
	border:1px solid #495F6A;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#510515
}
.hr {
	border-bottom:1px solid #495F6A;
	margin:0px 0px 8px 0px
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #510515 !important;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#510515 !important;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCCCCC')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #CCCCCC url("") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #DEB74F!important;
	color:#DEB74F!important;
	background: #CCCCCC url("") repeat-x top
}	





/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #510515!important;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#510515 !important;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCCCCC')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #CCCCCC !important url("") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #DEB74F!important;
	color:#DEB74F!important;
	background: #CCCCCC !important url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px
        color: #510515
}		
.btn_update {
	font-size:9px
        color: #510515
}	
.btn_continue {
	width:170px;
	padding:4px
        color: #510515
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
        color: #510515
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
        color: #510515
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}	
.btn_ordering_info {
 font-size:11px;
 width:150px
 color: #510515
}
/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	width:250px; 
	white-space:nowrap;
	padding:10px
        background-image: url('/images/1eabV2/product_image_a.jpg');
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {

	border:1px solid #495F6A !important;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#510515
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#510515
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {color: #510515!important}

/* product detail page */
.large_price {color: #510515!important}
.totalsavings {	
	font-weight:bold;
	border:1px solid #495F6A;
	padding:10px;
	text-align:center;
	width:185px;
	color:#510515;
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:#510515;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#510515;
}
.tab_on {
        background-image: url('/images/1eabV2/product_image_a.jpg')!important;
	color:#510515;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #495F6A !important;
	border-left:1px solid #495F6A !important;
	border-right:1px solid #495F6A !important;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
        background-image: url('/images/1eabV2/product_image_a.jpg')!important;
	color:#510515;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #495F6A !important;
	border-left:1px solid #495F6A !important;
	border-right:1px solid #495F6A !important;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
        background-image: url('/images/1eabV2/product_image_a.jpg')!important;
	color:#510515;
}
.detaildesc {
	padding:5px !important;
	margin-bottom:10px !important;
	width:680px !important;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	border:2px solid #495F6A;
	float:left;
	height:65px;
	margin:0px;
        padding:0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
        color: #DEB74F!important;
}
.notavailable {
	border:1px solid #495F6A !important;
	color:#510515;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #495F6A;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#510515
	}
.chain A:link, .chain A:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #510515;
	font-size:13px;
	}
.chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #DEB74F!important;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#510515;
	font-size:13px;
	font-weight:normal
	}
.all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#DEB74F!important;
	font-size:13px;
	font-weight:normal
}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited {
	font-weight:bold
	}
.parent A:active, .parent A:hover {
	font-weight:bold
        color: #DEB74F!important
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color: #510515
}
.parent_more A:link, .parent_more A:visited {
	font-weight:bold;
	color:#510515
	}		
.parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#DEB74F!important
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:#510515
	}	
.sub_category_more A:link, .sub_category_more A:visited {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color: #510515
	}	
.sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color: #DEB74F!important
	}	
.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid;
        color: #510515;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#510515;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	color: #DEB74F!important
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:#510515;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:#510515;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:#510515;
	font-size:12px
	}	





/* CSS layout */

a:link, a:visited, p, i, table, td, tr {margin:0px; padding:0px; color: #510515; font-family: Georgia, 'Times New Roman', Times, serif; }
a:active, a:hover, b:hover,  {color: #F4D789 !important; text-decoration:underline;margin:0px; padding:0px;}
img {border:none}
td a:hover {color: color: #DEB74F}
.input {border: 1px solid #000000}

.h1, h1, h2, h3, h4, h5, h6 {
        color: #3F0410 !important; 
        padding-left: 3px
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-weight:bold;
}
h1 { font-size:24px}
h2 { font-size:20px}
h3 { font-size:20px}
h4 { font-size:16px}
h5 { font-size:16px}
h6 { font-size:100%}
 
HTML {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	height: 100%;}
body {
	margin: 0 auto; /* fix for centering div in firefox */
	padding: 0;
        font-family: Georgia, 'Times New Roman', Times, serif;
        /*background: url(/images/1eabV2/body_bg.jpg);*/
	background-color: #fff;
	text-align: left;
}
#pm_wrapper {
	width: 960px;
	/*margin: 0 auto;*/
}
#navwrapper {
	width: 940px;
	margin-left: 10px;
        background-image: url('/images/1eabV2/header_bg.jpg');
        background-repeat: no-repeat;
        height: 240px;
        padding-top: 10px;
}
#bodywrapper {
	width: 940px;
	margin-left: 10px;
        padding: 0px;
}
#top_nav {
	width: 940px;
	height:194px;
        font-size: small;
        text-decoration: none;
        margin: 0px 0px 0px 10px;
        padding:0px;
        text-align: left;
}
.photo_box1 {
        width: 185px;
        height: 195px;
        margin:0px;
        padding:0px;
        background-image: url('/images/1eabV2/header_photo1.jpg');
        background-repeat: no-repeat;
        border-left: 1px solid #495F6A
}
.logo {
        margin:0px;
        padding:0px;
        width: 319px;
        height: 195px;
        position: absolute;
        margin: -195px 0px 0px 185px;
}
.flash_con{
	padding: 0px;
        margin:0px;
        width: 414px;
        height: 194px;
        border-right:1px solid #495F6A;
        border-bottom:1px solid #495F6A;
        position:absolute;
        margin:-195px 0px 0px 504px;
}
#ad_rotator1 {
        width: 414px;
        height: 194px;
}
#ad_rotator1_text{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:.8em;
        font-weight:bold;
        padding-top:10px;
        color: #F4D789!important;
        text-align: left;
        padding:10px 10px 10px 10px !important;
}
#ad_rotator1_navigation{
        position:absolute;
        top:0px;
        left:10px;
}
#ad_rotator1_navigation ul{
        margin:0px;
        padding:0px;
        list-style:none;
}
#ad_rotator1_navigation li {
        width:15px;
        height:14px;
        padding:3px;
        overflow:hidden;
        margin:10px 4px 0px 4px;
        float:left;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:.8em!important;
        font-weight:bold;
        text-align:center;
        display:block;
        color:#F4D789;
        border:1px solid #F4D789;
        background:#000000;
        opacity:0.7;
        filter: alpha(opacity=60);
        cursor:pointer;
}
#ad_rotator1_navigation li.selected{
        width:15px;
        height:14px;
        padding:3px;
        overflow:hidden;
        margin:10px 4px 0px 4px;
        float:left;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:.8em!important;
        font-weight:bold;
        text-align:center;
        display:block;
        color:#DEB74F;
        border:1px solid #DEB74F;
        background-color:#000000;
        opacity:0.7;
        filter: alpha(opacity=60);
        cursor:pointer;
}
#ad_rotator_pause li {
        padding-top: 0px;
}
#navigation1 {
	height:25px;
	width: 930px;
	text-align: center;
        padding:0px;
        margin:0px 0px 0px 10px;
        font-size:.9em;
        background-image: url('/images/1eabV2/navigation_bg.jpg');
        background-repeat: no-repeat;
        font-family: Georgia, 'Times New Roman', Times, serif;
}
#navigation1 ul, #pm_footer ul {
	list-style:none;
        padding:0px;
        margin:0px;
}
#navigation1 li, #pm_footer li {
	display: inline;
	padding: 0px 10px 0px 10px;
        background-image: url('/images/1eabV2/nav_space.gif') ;
        background-position: left;
        background-repeat:no-repeat;
}
#navigation1 a:link, #navigation1 a:visited, #pm_footer a:link, #pm_footer a:visited {
        font-size: 16px;
	color:#E5B873;
	font-family:"palatino linotype";
	text-align:center;
	text-decoration:none;
}
.submenu_main {
        background-image: url('/images/1eabV2/body2_m.jpg');
        background-repeat: repeat-y;
        margin:0px;
        padding:0px 10px 0px 10px;
        font-weight: bold;
        font-size: small;
        width: 180px;
        color: #F4D789;
        font-family: Georgia, 'Times New Roman', Times, serif;
        text-align: left;
}
.submenu {
        margin:0px;
        padding:5px 0px;
        font-weight: bold;
        font-size: small;
        width: 180px;
        color: #F4D789;
        font-family: Georgia, 'Times New Roman', Times, serif;
        text-align: left;
        list-style:none;
}
.submenu_main ul {
        margin-left: 15px;
        padding:0px;
        list-style:none;
}
.submenu ul {margin:0px; padding:0px; list-style:none;}
.submenu_main li, .submenu li {
        list-style: none;
        padding:0px;
        margin:0px;
}
.submenu_main a:link, .submenu_main a:visited, .submenu_main p, .submenu a:link, .submenu a:visited {
        margin:0px;
        /*padding:10px 0px 10px 0px;*/
        color: #F4D789;
font-size: 11px;
}
.submenu_main a:hover, #navigation1 a:hover {color:#DEB74F;}
.submenu_main p {
        padding:0px;
        margin:0px;
 }
.submenut {
        width: 200px;
        height: 30px;
	padding:0px;
        margin:0px;
        background-image: url('/images/1eabV2/body2_t.jpg');
        background-repeat: no-repeat;
}
.submenub {
        width: 200px;
        height: 30px;
	padding:0px;
        margin:0px 0px 10px 0px;
        background-image: url('/images/1eabV2/body2_b.jpg');
        background-repeat: no-repeat;
}
#body2 {
        float: left;
	width: 200px;
	margin: 0px;
        padding: 0px;
        text-align: left;
        height: auto;
}
#body1 h1, #body2 h1, #body1 h2 {
        padding:0px 0px 0px 30px; 
        margin:0px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        background-image: url('/images/1eabV2/icon_1.png');
        background-repeat:no-repeat;
        height: 25px;
font-size: 20px;
}
#body1 {
        float: right;
        width: 730px;
	margin: 0px;
        padding:0px;
        text-align: left;
        font-family: Arial, Helvetica, Sans-serif;
        color: #510515
}
#body1 ul {list-style:none; margin:0px;}
#body1 a:link, #body1 a:visited {color: #510515;}
#body1 a:hover {color: #F4D789 !important}
#body1 p {margin:0px 0px; padding:10px 0px}
.body1_main {
        float: left;
        height: 198px;
        width: 470px;
        margin:10px 0px 0px 0px !important;
        padding:0px;
        background-image: url('/images/1eabV2/main.jpg');
        background-repeat: no-repeat; 
        /*border-top:1px solid #495F6A;*/
        /*border-right:1px solid #495F6A;*/
        /*border-left:1px solid #495F6A;*/
}
.body1_main2 {
        float: right;
        height: 199px; 
        width: 237px;
        margin:5px 0px 0px 0px !important;
        padding: 0px;
        background-image: url('/images/1eabV2/sale_photo.png');
        background-repeat:no-repeat;
        background-position: center 50px;
        text-align: center;
        color: #510515;
        /*border-top:1px solid #495F6A;*/
        /*border-right:1px solid #495F6A;*/
}
.body1_main2 ul {
	list-style:none;
        padding:0px 0px 35px 0px;
        margin:0px;
}
.body1_main2 li {
	display: inline;
	padding: 0px;
}
.body1_main2 a:link, .body1_main2 a:visited {
        color: #510515;
        font-size: .7em;
        text-decoration: none;
        line-height: 25px;
        font-family: Georgia, 'Times New Roman', Times, serif;   
        font-weight:normal;
}
.body1_main2 a:link; .body1_main2 a:visited {color: #F4D789}
.body1_main2 a:hover, .body1_main3 a:hover {color:#FBD87C !important; text-decoration: underline}
.sale {font-size: 1.5em !important; color: #F4D789!important;}
.sale a:link, .sale a:visited {
        color: #510515;
        font-family: palatino linotype; 
        font-size: 1.8em !important;

}
.sale a:hover {color:#DEB74F!important;text-decoration: underline!important;}
.body1_main3 {
        width: 445px;
	margin: 0px 0px 0px 30px;
        padding:0px;
        text-align: justify;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: .8em;
        color: #510515
        
}
.body1_main3 a:link, .body1_main3 a:visited{font-size: .9em}
.body1_main4 {
        float: right;
        width: 180px;
	margin:-230px 30px 0px 0px;
        padding:0px;
}
.body1_main4 a:link {z-index:9999 !important;}
.copyright {color: #000000!important; font-size:.7em; font-family: Verdana; letter-spacing:3px;margin: 5px 0px 10px 0px!important;}
.body1_special_text {
        margin:-170px 10px 10px 260px !important;
	color:#510505;
	font-family:"palatino linotype";
	font-size:13px;
	padding-left:280px;
	padding-right:20px;
	text-align:left;
}
.body1 {
        text-align: left; 
      padding: 0px 0px 0px 0px;
        margin:0px;
}
.body1t {
        height: 30px;
        width: 730px;
        margin:0px;
        padding:0px;
        background-image: url('/images/1eabV2/body1_t.jpg');
        background-repeat: no-repeat; 
}
.body1m {
        margin:0px;
        padding:0px 10px 0px 20px;
        background-image: url('/images/1eabV2/body1_m.jpg');
        background-repeat: repeat-y; 
}

.body1b {
        height: 30px;
        width: 730px;
        margin:0px;
        padding:0px;
        background-image: url('/images/1eabV2/body1_b.jpg');
        background-repeat: no-repeat; 
}
.product_detail_1, .product_detail_2, .product_detail_3, .product_detail_4, .product_detail_5, .product_detail_6 {
        margin:0px;
        padding:10px;
        background-repeat: no-repeat; 
        height: 249px;
}
.product_detail_1 img, .product_detail_2 img, .product_detail_3 img, .product_detail_4 img, .product_detail_5 img, .product_detail_6 img {
        border: 1px solid #495F6A;
}
.product_detail_1 {background-image: url('/images/1eabV2/product_image1.jpg')}
.product_detail_2 {background-image: url('/images/1eabV2/product_image2.jpg')}
.product_detail_3 {background-image: url('/images/1eabV2/product_image3.jpg')}
.product_detail_4 {background-image: url('/images/1eabV2/product_image4.jpg')}
.product_detail_5 {background-image: url('/images/1eabV2/product_image5.jpg')}
.product_detail_6 {background-image: url('/images/1eabV2/product_image6.jpg')}

#footer_wrapper {
	width: 940px;
	margin: 0 auto;
}
#pm_footer {
        background-image: url('/images/1eabV2/footer_bg.jpg');
        background-repeat: no-repeat;
        border-top: 10px solid #fff;
	text-align: center;
	font-size: .9em;
        margin-left: 10px;
	width:940px;
        height: 25px;
        line-height: 25px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #pm_footer { width: 940px; text-align: center; }

#pm_footer a:active, #pm_footer a:hover {
        color: #color:#DEB74F;
        text-decoration: underline;
}
#prostoresbanner {
        text-align: center;
        padding: 0px 0px 10px 0px;
        background-position: center;
}
.clear {
	clear: both;
}

/* ---------------------------------------------------------------------*/
/* one page checkout */


	td, input, select, button {
		font-size:11px;
	}

	/*
	 * This controls the look of the line that separates the line items from the invoice 
	 * summary information.
	 * Default default is to show black line.
	*/
    #invoiceseparator {
    	border:1px solid #495F6A;
    	height: 1px;
    	padding: 0px;
    	margin:0px;
    }
    
	/*
	 * This controls the look of the area that displays order note.
	 * Default state is to accept style from parent and print text in red.
	*/
	.ordernote {
		color: red;
	}
	
	/*
	 * This controls the look of the area that displays invoice promotion text.
	 * Default state is to accept style from parent
	*/
	#promotext_container {
		padding: 5px;
	}
	
	/*
	 * This controls the look of each promotion text item appearing within the promotext_container
	 * Default state is to accept style from parent
	*/
	.promotext {
	
	}
	.promotioncode {
		border: 1px solid #495F6A; 
		padding:5px;
		text-align:center;
		margin-top:15px;margin-bottom:5px;
		background-color: #F6F8FB;
		width:235px;
	}
	.alternate {
		font-size: 12px;
		text-align:left;
		background-color: #F6F8FB;
		padding-left:9px;
		padding-top:2px;
		height:18px;
		margin-bottom:5px;
                color: #510515;
	}	
	.alternate a:link, .alternate a:visited, alternate a:link, .alternate a:visited {
		font-size: 11px;
		text-align:left;
		font-weight:normal;
		text-decoration:underline;
                color: #510515;
	}
	.textfieldsmall {
		width: 85px;
		border : 1px solid #495F6A;
		color : #510515;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px
	}
	.textfieldmedium {
		width: 185px;
		border : 1px solid #495F6A;
		color : #510515;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px
	}
	.textfieldlarge {
		width: 285px;
		border : 1px solid #495F6A;
		color : #510515;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px
	}
	.droplistmedium {
		width: 185px;
		background-color: #EFF3F4;
		border : 1px solid #495F6A;
	}
	.droplistlarge {
		width: 285px;
		background-color: #EFF3F4;
		border : 1px solid #495F6A;
	}	
	#custom-section {
		width:100%;
	}
	#header {
		vertical-align:bottom;
		width:100%;
		right:10px;
		left:0px;
	}
	#logo {
		float:left;
		min-width:201px;
	}
	#navbar {
		float:left;
		width:100%;
		right:10px;
		text-align:right;
	}
	#content {
		right:10px;
                color: #510515;
                background-color: #fff;
	}
	#column1 {
		width:305px;
		padding: 0px;
		margin:0px auto 0px 0px;
		color : #510515;
	}
#container {
                width: 100%;
                color: #510515;
	}
#column2 {
		padding: 0px 10px 0px 10px;
                width: 100%
		color : #510515;
                border: 1px solid #495F6A;
	}
	#billingTable {
		background-color:#d6d6d6;
	}
	#billingTable td {
		background-color:white;
	}
	#orderTable {
		background-color:#d6d6d6;
	}
	#cartTable {
		background-color:#d6d6d6;
	}
	#cartTable td {
		background-color:white;
	}
	#billingTable td, input, select, button {
		font-size:12px;
	}
	#orderTable td, input, select, button {
		font-size:12px;
	}
	#cartTable td, input, select, button {
		font-size:12px;
	}
	.right_edge {
		border-right:1px solid transparent;
	}
	.display_section {
		background-color:#d6d6d6;
		color : #510515;
	}
	.display_section_title {
		color : #510515;
                background-color: #d6d6d6;
	}
	.display_section_content {
		background-color:white;
	}
	#billInformation {
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#shipInformation {
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.error {
		color: red; 
		text-align:left;
		font-weight:normal;
		padding:5px;
	}
	.edit {
		visibility: hidden; 
		position: absolute; 
		top: 10px; 
		right: 5px; 
		color: rgb(122, 134, 156);
		font-size:12px
	}
	.interruptor .optional {
		border: 1px dashed #495F6A; 
		margin: 5px 0px; padding: 3px; 
		background-color: rgb(255,255,219);
	}
	
	.section {
		border-bottom: 1px solid #495F6A;
		border-left: 2px solid #495F6A;
		border-right: 2px solid #495F6A;
		background-color:#D6D6D6;
		color : #510515;
		width:305px;
	}
	.sectionTitle {
		background-color:#EBEBEB;
		color:#999999;
		font-weight: bold;
		padding: 8px 16px;
		border-bottom:1px solid #495F6A;
		border-top:1px solid #495F6A;
		font-size:16px;
		position:relative;
		color : #510515;
	}
	div.selected {
		
			background: #7A869C;
			
		color:#510515;
		font-weight:bold;
		padding: 8px 16px;
		border-top:1px solid #495F6A;
		z-index:5
	}
	.sectionContent {
		font-size: 12px;
		background-color: #ffffff;
	}
	.sectionContentInner {
		padding:0px;
		background-color: #ffffff;
	}
	.sectionContentInner table {
		text-align:left;
	}
	.giftwrapcheckbox {
		margin:0px;
	}
	.checkoutOptionsTxt {
		font-size:11px; 
		width:118px; 
		height:50px; 
		font-family: Arial, Verdana; 
		padding-right:5px;
	}
	.clear {
		clear:both
	}		
       .droplistmedium {
        background-color:#EFF3F4;
        border:1px solid #495F6A;
        width:185px;
        }				
.storecats, .storepages {
	background-color: #b9c4cf;
	width: 185px;
	padding: 5px 5px 5px 10px;
}
.storecats ul {	
	padding: 0px;
	margin: 0px;
	font-size: small;
}
.storecats li {
	font-weight:bold;
}
.storecats li {
	list-style-type:none;
	margin:10px 0;
}
.storecats li ul li {
	list-style-type:square;
	margin:10px 0;
}
.storecats li a, .storecats li a:link, .storecats li a:visited {
	color:#00C;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}
.leveltwo {
	color:#8D8D8D;
	list-style-type:square;
	margin:-0.6em 0 0 14px;
	padding:0;
	font-size: 11px;
}

.leveltwo li {
	padding-top: 10px;
	list-style-type:square;
}	
.leveltwo li a, .leveltwo li a:link, .leveltwo li a:visited {
	color:#F4D789;
	font-size:12px;
	margin:0;
	padding:0;
}

#divDesc_2 ul {
	list-style: disc outside none;
	margin-left: 40px;
}				

					
					
					
					
					
					
					
					
					
					
					
					
