/* ---------------------------------------------- */
/* 1. HTML TAGS                                   */
/* 2. LAYOUT SECTION                              */
/*    - 2.1 Main blocks                           */
/*    - 2.2 Masthead                              */
/*    - 2.3 Sidebar                               */
/*    - 2.4 Footer                                */
/* 3. CONTENT SECTION                             */
/*    - 3.1 Homepage                              */
/*    - 3.2 Categories                            */
/*    - 3.3 Product Detail                        */
/*    - 3.4 Sidebar Content                       */
/*    - 3.5 My Account                            */
/*    - 3.6 Allocations                           */
/* 4. CART SECTION                                */
/*    - 4.1 General Styles                        */
/*    - 4.2 First Page                            */
/*    - 4.3 Login Page                            */
/*    - 4.4 Billing Page                          */
/*    - 4.5 Shipping Destination Page             */
/*    - 4.6 Shipping Options Page                 */
/*    - 4.7 Payment Page                          */
/* ---------------------------------------------- */


/* ---------------------------------------------- */
/*         START: 1. HTML TAGS                    */
/* ---------------------------------------------- */

* { 
	margin: 0; 
	padding: 0;
}

/* Enable display of bullets */
ul li{
list-style:disc;
margin-left:20px;
padding-left:10px;
}
 
body { 
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	margin: 0 auto; 
	
	padding: 0; 
}

td, input, select, ol {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

h1 {
	color: #000000;
	margin-bottom: 10px;
	font-size: 21px;
	
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.imgBorder { border: 2px solid #000000;}

/* --------------------------------------------- */
/*         END: 1. HTML TAGS                     */
/* --------------------------------------------- */


/* --------------------------------------------- */
/*       START: 2. LAYOUT SECTION                */
/* --------------------------------------------- */
/* Start: - 2.1 Main blocks                      */
#layout-masthead { 
  
    margin: 0 0 10px 0; 
    padding: 0px; 
	width: 895px;
	 margin-left: auto ;
  margin-right: auto ;

} 

#layout-content { 
    border: 0px dashed #666; 
    margin:0px 0px 0px 165px; 
     width:702px;
	padding:0px 0px 0px 0px;

} 
#layout-content table{ 
	margin: 0px 0px 5px 0px;	
}
#layout-content-sidebar-home { 
    
	float: right;
	margin: 10px 0px 0px 0px;
	width: 200px;

}

#layout-content-sidebar-home table{ 
    margin: 0px 0px 23px 0px;
}

#layout-content-sidebar { 
    
	float: right;
	margin: 0 0 10px 0;
	width: 165px;
} 

#layout-sidebar { 
	float: left; 
    margin-bottom: 10px;
    padding: 0px;
	width: 165px;  
} 

#layout-footer { 
	margin:0 0 0 165px;
    padding: 0px;
width: 675px;
}

/*** End: - 2.1 Main blocks                      */
/* --------------------------------------------- */
/* Start: - 2.2 Masthead                         */

#header { 
    border: 0px dashed #666; 
	width:850px;
}

#tagline-homepage p {
	background-color: #E7E3BD;
	border: #A5AA73 1px solid; 
	color: #112233;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-indent: 0px;
	margin: 0;
	padding: 5px; 
	z-index: 10;
}

#logo { 
    border: 0px solid #000; 
	float: left; 
	margin-bottom: 1px;
	height: 60px;
	width: 432px;
}

#header-search{
padding: 0 0 5px 0;
}

#header-links { 
	border:0px dashed #666;
	float: right; 
	margin-bottom: 1px;
	text-align: right;
	padding-top: 40px;
}

#header-links ul { 
	list-style: none; 
	margin-top: 10px;
}

#header-links ul li { 
	
	display: inline;
	line-height: 16px; 
	padding: 0 5px; 
}

#header-links ul li.first { 
	border: 0; 
	padding-left: 0; 
}

#header-links ul li a { 
	/* color: #000; */
}

#icon-login { 
	
	padding: 2px 0 2px 22px;
}

#icon-faq { 
	background: url(/static/1/image/icon_help.gif) no-repeat left center;
	padding: 2px 0 2px 22px; 
}

#icon-cart { 
	padding: 2px 0 2px 22px; 
	background: url(/static/54/images/shoppingcart.png) no-repeat left center; 
}

#tabs_horizontal { 
    border: 0px solid #000; 
	clear: both;
	z-index: -1;
width:852px;
}
#wrapper{ 

	width: 895px;
	 margin-left: auto ;
  margin-right: auto ;
}
/*** End: - 2.2 Masthead                         */
/* --------------------------------------------- */
/* Start: - 2.3 Sidebar                          */

.button {
	background-color:#C62430;
	color: #FFF;
	font: bold 11px Geneva, sans-serif;
}

#layout-sidebar h2 {

	color: #000000;
	font-size: 16px;
	font-weight: bold;

	line-height: 23px;
	display: block;
	margin: 0;
	text-align: left;
}

#layout-sidebar ul {
	font: bold 13px Geneva, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding:0px
	width: 165px;
}

#layout-sidebar ul a:link, 
#layout-sidebar ul a:visited, 
#layout-sidebar ul a:active {
	color: #000000;
	display: block;
	font: 14px Geneva, sans-serif;
	text-decoration: none;
	line-height:18px;
}

#layout-sidebar ul a:hover {
	text-decoration: underline;
}

#layout-sidebar li {
	display:inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#layout-sidebar a:link,  
#layout-sidebar  a:visited,
#layout-sidebar  a:active{

	
	color: #000000;
	display: block;
	font: bold 13px Geneva, sans-serif;
	text-decoration: none;
}
#layout-sidebar li a:hover{
		text-decoration: underline;	
}
#search_form fieldset {
	padding: 2px;
	margin: 0;
	border: 0;
}

#search_form legend {
	padding: 0;
}

#search_form p {
	background: #E7E3BD;
	padding: 3px 0 3px 5px;
}



#login_form {
	border: 1px solid #E7E3BD;
	background: #E7E3BD;
}

#login_form form {
	margin: 5px 10px;
}

#login_form fieldset {
	border: 0;
}

#login_form p {
	margin-top: 5px;
}

#login_form input {
	margin-top: 2px;
	width: 110px;
}

#login_form #submit {
	margin: 5px 10px 0 10px;
	width: 80px;
}

#login_form .login_form_links {
	padding: 5px;
	text-align: right;
}

#certificate-logo {
	border: 0px;
	padding: 10px 5px;
	text-align: center;
}

/*** End: - 2.3 Sidebar                          */
/* --------------------------------------------- */
/* Start: - 2.4 Footer                           */

.links-footer { 
	border: 0px solid #000; 
	line-height: 16px;
    width: 675px;
}

.links-footer ul { 
	border: 0px solid #000;
	margin:  0;
	list-style: none; 
	text-align: center;
	font-size:9px;
}

.links-footer ul li { 
	display: inline;
	padding: 0px; 
}

.links-footer ul li.first { 
	border: 0; 
	padding-left: 0; 
}

.links-footer ul li a { 

}
.footerLinks { 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	}

#copyright { 
    border: 0px solid #000; 
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

/*** End: - 2.4 Footer                           */
/* --------------------------------------------- */
/*          END: 2. LAYOUT SECTION               */
/* --------------------------------------------- */



/* --------------------------------------------- */
/*         START: 3. CONTENT SECTION             */
/* --------------------------------------------- */
/* Start: - 3.1 Homepage                         */
.header-home {
	border: 1px solid #5A6521;
	margin: 10px 0 0 0;
}

.header-home h1 {
	background-color: #5A6521;
	border-bottom: 1px solid #C7C8B6;
	border-left: 1px solid #C7C8B6;
	border-right: 1px solid #C7C8B6;
	border-top: 1px solid #C7C8B6;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
}

/*** End: - 3.1 Homepage                         */
/* --------------------------------------------- */
/* Start: - 3.2 Categories                       */

#layout-content h3 {
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
}

#layout-content p {
	margin:10px 0px 0px 0px;
}

.sub-categories { 
	border: 1px solid #5A6521;
	margin: 10px 0 15px 0;
}

.header-sub-categories h1 {
	background-color: #5A6521;
	border-bottom: 1px solid #C7C8B6;
	border-left: 1px solid #C7C8B6;
	border-right: 1px solid #C7C8B6;
	border-top: 1px solid #C7C8B6;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
}
.sub-categories-link {
	padding: 5px;
}

#productTableHeader table {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin: 3px 0;
	width: 100%;
}
#productTableHeaderNoborder table {
	
	margin: 3px 0;
	width: 98%;
}
#productTableHeader table tr td { 
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#records_found {
	
}

#sort_by {
	text-align: right;
}

#sort_by select {
	font-size: 11px; 
	width: 170px;
}

.paging_links table { 
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border-bottom: 0px solid #000; 
 	width: 98%;

}

.paging_links hr { 
   	border: 1px #999 thin; 
}

.paging_links hr.top { 
   	margin-top: 10px;
	border-top: 1px solid #999;
}

#paging_links_bottom { 
   	border-top: 1px #999 solid; 
	margin-top: 10px;
	padding-top: 5px;
	width: 98%;
}

.product-template { 
	border: 0px solid #999;
	font-size: 11px; 
	margin: 10px;
}

.product-image { 
	border: 0px solid #999; 
	margin: 5px;
	overflow: hidden;
	text-align: center;
}

.product-description { 
	text-align: center;
}

.product-price {
	text-align: center;
}

	.staticPage  {
		font-family: Tahoma, Geneva, sans-serif;
		color: #3F3F3F;
		width: 100%;
		text-align: left;
	}
	.staticPage h111 {
		font-size: 24px;
		font-variant : small-caps;
		font-weight : bold;
		padding: 0 0 10px 0;
	}
	.staticPage h2 {
		margin: 10px 0 10px 0;
	}
	.staticPage h3 {
		font-size: 12px;
		font-weight : bold;
	}
	.staticPage p {
		margin: 10px 0 10px 0;
	}
	.staticPage li {
		margin-left: 10px;
	}
	.staticPage strong {
		font-weight : bold;
	}
	
/*** End: - 3.2 Categories                       */
/* --------------------------------------------- */
/* Start: - 3.3 Product Detail                   */

* html #iewrap {
	display: inline;
	float: left;
	margin-left: 552px;
	position: relative;
}

.product-detail {
	border: 0px black solid;
	float: left;
	margin: 0px;
	min-width: 450px;
	padding: 0px;
	width: 100%;
}

* html .product-detail {
	float: left;
	margin-left: -452px;
	position: relative;
}

li { 
	border: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.product-detail-column-A { 
	border: 0px #000000 solid;
	float: left;
	min-width: 300px;
	width: 50%;
}

.product-detail-column-B { 
	border: 0px #000000 solid;
	float: right;
}

#product-detail-price {
	border: 0px solid #999; 
	font-weight: bold; 
	margin-top: 20px;
}

#product-detail-price label {
	margin-left: 50px;
}

#product-detail-price input {

}

/*** End: - 3.3 Product Detail                   */
/* --------------------------------------------- */
/* Start: - 3.4 Sidebar Content                  */
.catalogDetailTitle{ 
	font-size: 14px;
	
	}
.header-content-sidebar h2 {
	background-color: #940021;
	border-left: 1px solid #DBB5B2;
	border-right: 1px solid #DBB5B2;
	border-top: 1px solid #DBB5B2;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}


.small{ 
	font-size:10px;
	}
.xsmall{ 
	font-size:9px;
	}	
.medium { 
	font-size: 12px;

	}	
.sidebar {
	border: 1px solid #940021;
}

.sidebar .button {
	background: #C46462;
	color: #FFF;
	font: bold 11px Geneva, sans-serif;
	padding: 1px 3px;
	
}

/*** End: - 3.4 Sidebar Content                  */
/* --------------------------------------------- */
/* Start: - 3.5 My Account                       */

.my_profile_table {width:100%;}
.my_profile_table th {text-align:left;font-size:100%;padding:0 7px;}
.my_profile_table td {background:#fff;padding:3px 7px;border-bottom:1px solid #fff;}
.my_profile_table td div.cmhdrln {margin-top:7px; border-bottom:1px solid #E4DDD8;}
.my_profile_table td div.cmhdrln b {margin-right:10px;}
.my_profile_table h3 {font-size:100%;margin:0 0 2px;}
.my_profile_table td.labelRight {text-align: right;}
.my_profile_table td.formItem {text-align: left;}

/* Start: - My Orders */
.sectionBorder { 
	border: 1px solid #5A6521; 
	background-color: #FFF; 
}
.sectionHeader p { 
	background-color: #5A6521;
	border-bottom: 1px solid #C7C8B6;
	border-left: 1px solid #C7C8B6;
	border-right: 1px solid #C7C8B6;
	border-top: 1px solid #C7C8B6;
	font-size:12px;
	font-weight:bold;

	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
}


.expressBorder { 
	border: 1px solid #940021; 
	background-color: #FFF; 
}

.expressHeader p {
	background-color: #940021;
	border-left: 1px solid #DBB5B2;
	border-right: 1px solid #DBB5B2;
	border-top: 1px solid #DBB5B2;
	font-size:12px;
	font-weight:bold;
		color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}

.RowA {
	background: #FFFFFF;
	font-family : Arial , arial , Geneva,  sans-serif;
	font-size: 8pt;
}

.RowB {
	background: #EFEFEF;
	font-family : Arial , arial , Geneva,  sans-serif;
	font-size: 8pt;
}
/* End: - My Orders */

/* End: - 3.5 My Account                         */
/* --------------------------------------------- */
/* Start: - 3.6 Allocations                      */

#allocation_table {
	width: 100%;
	margin: 0;
}



#allocation_table th  {
	background-color: #5A6521;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}

#allocation_table #name {
	border-bottom: 1px solid #C7C8B6;
	border-left: 1px solid #C7C8B6;
	border-right: 0px solid #C7C8B6;
	border-top: 1px solid #C7C8B6;
	text-align: left;
}

#allocation_table #period {
	border-bottom: 1px solid #C7C8B6;
	border-left: 0px solid #C7C8B6;
	border-right: 1px solid #C7C8B6;
	border-top: 1px solid #C7C8B6;	
	text-align: right;
}

#allocation_table .subheader {
	background-color: #940021;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

#allocation_table .row1 {
	background-color: #DDD;
}

#allocation_table .row2 {
	background-color: #EEE;
}

#allocation_table td {
	padding: 3px;
	text-align: left;
}

#allocation_table #image {
	text-align: center;
	border: 0;
}

#allocation_table img {
	border: 0;
}

#allocation_table #description {

}

#allocation_table #maximum {
	text-align: center;
}

#allocation_table #addtocart {
	text-align: center;
}

/* End: - 3.6 Allocations                        */

/* --------------------------------------------- */
/*           END: 3. CONTENT SECTION             */
/* --------------------------------------------- */

	
/* --------------------------------------------- */
/*            START: 4. CART SECTION             */
/* --------------------------------------------- */
/* Start: - 4.1 General Styles                   */
button {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #5A6521;
	/* border: 1px solid #000; */
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.mark { 
	FONT-SIZE: 12px; 
	color : red; 
	font-weight : normal; 
	padding: 0px 3px 0px 3px;
	}	
	
.required { 
	FONT-SIZE: 11px; 
	color : red; 
	font-weight : normal; 
	padding: 0px 3px 0px 3px;
	}	
	
.alert {
	background-color: #FFFFCE;
	border: 1px #858789 solid;
	color: #362E7B;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-align: left;
	width: 665px;
}

.alert ol {
	
	margin-left:0px;
	padding-left:10px;
	list-style-position: outside;
}
.alert ol li {margin-left:10px;padding-left:10px;}



/* Content */ 
#cart_content { 

    padding:0px;
	border: 0px solid #000;
width:665px;
margin:0px 0px 10px 0px;
} 

#cart_content h1, .SectionTitleMedium { 
	color: #000000;
	margin-bottom: 10px;
	font-size: 21px;

	font-weight: bold;
} 

#cart_content h3 { 
	font-weight: bold; 
	color: #000; 
} 

#cart_content p { 
	margin-top: 0px; 
	color: #333; 
	line-height: 18px; 
}


.cart_error {
	margin-bottom:10px; 
	color : Red;
	font-weight : bold;
	BACKGROUND-COLOR: #FFFFCE;
	padding: 10px;
	border: 1px #858789 solid;
	text-align : left;
	width:671px;
}
.errorText {
	margin-bottom:10px; 
	color : Red;
	font-weight : bold;
	BACKGROUND-COLOR: #FFFFCE;
	padding: 10px;
	border: 1px #858789 solid;
	text-align : left;
width:665px;
}
.cart_empty {
	text-align:left;
	font-weight: bold;
	margin-bottom:10px; 
}

#cart_content #breadcrumb {
		width:675px;
	margin-bottom:10px; 
text-align: center;
}

#cart_content .breadcrumbSelected{
color:white; background-color:#C62431; padding:8px 15px;  margin: 0px 25px;
font-size:12px; font-weight: bold;
	}
	
.shiptocontent{
color:#C62431; font-size:10px; font-weight: bold;
	}
	
.RemoveItem{color:#C62431; font-size:10px; font-weight: bold; text-decoration:underline;}
	
#cart_content .breadcrumbNormal{
color:#000000; 
 padding:8px 15px; 
margin: 0px 25px; font-size:12px; font-weight: bold;
	}
	
.cart_table {
	width: 687px;
	margin:0px 0px 0px 0px;
}



 
/*** End: - 4.1 General Styles                   */
/* --------------------------------------------- */
/* Start: - 4.2 First Page                       */

.cart_table th {
	/*text-align:center;*/
	font-size:11px;
	/*padding:2px 7px;*/
	background:#EFEFEF;
	border-bottom:4px solid #fff;
}

.cart_table th.item {
	text-align:left;
}

.cart_table th.price {
	text-align:right;
	/*padding-right: 10px;*/
}
.cart_table th.total {
	text-align:right;
	/*padding-right: 10px;*/
}


.cart_table .remove {
	width: 50px;
	/*text-align:center;*/
}
.cart_table .item {
	width: 50%;
	text-align:left;
}

.cart_table td {
	
	/*padding:5px 7px;*/
	border-bottom:2px solid #fff;
}

.cart_table td.price {
	text-align:right;
}

.cart_table .quantity {
	text-align:center;
}

.cart_table td.quantity input {
	font-family :  Geneva,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

.cart_table td.total {
	text-align:right;
}

.cart_table td.discount_label {
	text-align:right;
}

.cart_table td.discount_amount {
	text-align:right;
	color: Red;
}
.cart_table td.total_label {
	text-align:right;
	font-weight:bold;
}

.cart_table td.total_amount {
	text-align:right;
	font-weight:bold;
}

/* .cart_table td#cmcarttotal, #cart_table td#cmcarttotal {background:#fff;text-align:right;font-weight:bold;padding:0 10px;}
.cart_table td.cmcartlast, #cart_table td.cmcartlast {border-bottom:5px solid #fff;}
.cart_table h3.cmcartheader {margin: 0px; padding:0px; background-color:#fff;} */

#cart_content div.discount {
	background:#EFEFEF;
	/*padding:8px 7px;*/
/*margin: 0px 0px 0px 10px;*/
	width: 687px;
}


#cart_content div.form_submit {
	text-align:right;
	background-color: #FFF;
	/*margin: 5px 0 0 0;*/
	padding: 0;
	width: 687px;
}

#cart_content button, #addRecipient input {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #C62430;
	/* border: 1px solid #000; */
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 3px 8px;
}



/*** End: - 4.2 First Page                       */
/* --------------------------------------------- */
/* Start: - 4.3 Login Page                       */

.login_table { width: 675px;}
.login_table td h1 {
	color: #3F3F3F;
	margin-bottom: 10px;
	font-size: 21px;
	
	font-weight: bold;
}

.section_header {
	padding: 10px 5px 3px 5px;
	background-color:#FFF;
}


.section_header h3 {
	font-size: 12px;
}

.login_form_label {
	width: 50%;
	text-align: right; 
	vertical-align: top;
	border-bottom:2px solid #FFF;
	background-color:#DFDFDF;
	padding:5px 7px;
}

.login_form_field {
	width: 50%;
	border-bottom:2px solid #FFF;
	background-color:#DFDFDF;
	padding:5px 7px;
}

.login_form_field input {
	font-family :  Geneva,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

/*** End: - 4.3 Login Page                       */
/* --------------------------------------------- */
/* Start: - 4.4 Billing Page                     */

.form_label {
	width: 34%;
	text-align: right;
}
.form_field input,select,input {
	font-family :  Geneva,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 14px;
	padding: 3px;
}

/*** End: - 4.4 Billing Page                     */
/* --------------------------------------------- */
/* Start: - 4.5 Shipping Destination Page        */

#ship_dest_table {
	width:100%;
}

/*ie hack */
* html body #ship_dest_table {
  width:99.1%;
 }
 
#cart_content dl {
	margin-top: 20px;
}

#cart_content th.ship_dest_item {
	text-align: left;
}
#cart_content th.ship_dest_quantity {
	text-align: left;

}
.ship_dest_label {
	text-align: left;
	padding: 10px 10px 0px 0;
}

.ship_dest_field {
	text-align: left;
	padding: 10px 10px 0px 0;
}

.cart_table td.ship_dest_item {
	padding: 5px 0 5px 8px;
	line-height:22px;
}

.cart_table td.ship_dest_points {
	text-align:center;
	line-height:22px;
}

.cart_table td.ship_dest_qty_remove {
	text-align:right;
	line-height:22px;
}

.cart_table td.ship_dest_qty_remove input {
	font-family :  Geneva,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

.menu_highlight {
	color:#800; 
	font-weight:bold;
}

/*** End: - 4.5 Shipping Destination Page        */
/* --------------------------------------------- */
/* Start: - 4.6 Shipping Options Page            */

#ship_to_header {
	margin:15px 0 0 5px;
}

#cart_content fieldset {
	margin-top:15px;
	padding: 0 5px 5px 5px;
}
#cart_content legend {
	padding: 0 10px;
	color: #000;
	font-weight: bold;
}

#cart_content .section_header { 
	padding: 10px 5px 3px 5px;
	background-color:#FFF;
}

#cart_content .section_header h3 { 
	margin-bottom: 0;
}

#cart_content .gift_form_label { 
	width: 10%;
	vertical-align: top;
	border-bottom:0px;
}

#cart_content .gift_form_label_error { 
	width: 10%;
	vertical-align: top;
	border-bottom:0px;
	color: #F00;
	font-weight: bold;
}


#cart_content .gift_form_field { 
	width: 90%;
	border-bottom:0px;
}

#cart_content .gift_message_hint { 
	line-height:14px;
	padding:3px 0;
	vertical-align: middle;
	
}

#cart_content .gift_message_max_chars { 
	border: 0px;
	font-family :  Geneva,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
	background-color:#DFDFDF;
	color:#333;
}

#cart_content .ship_opt_item {
	text-align:left;
	width: 70%;
}

#cart_content .ship_opt_quantity {
	width: 15%;
}

#cart_content .ship_opt_price {
	width: 15%;
}

/*** End: - 4.6 Shipping Options Page            */
/* --------------------------------------------- */
/* Start: - 4.7 Payment Page                     */

.cart_summary {
	width:35%;
	margin:5px 0 0 0;
}
.cart_summary td {
	background:#DFDFDF;
	padding:5px 7px;
	border-bottom:2px solid #fff;
}

#cart_content th.payment_header {
	padding: 0;
	text-align:left;
	background:#FFF;
}

#cart_content .payment_header h3 {
	font-size:12px;
	padding:5px 0;
	text-transform:uppercase;
	border-top: 5px solid #FFF;
	margin-bottom: 0;
}

#cart_content .payment_header p {
	font-weight:normal;
}

#cart_content .payment_summary {
	width: 20%;
}

#cart_content .payment_cc_options h3 {
	display: inline;
	padding: 0px 0 0 5px;
}

#cart_content .payment_cc_options div {
	padding: 10px 0 15px 35px;
	background-color:#DFDFDF;
}

#cart_content .payment_form_label { 
	width: 35%;
	text-align: right; 
	border-bottom:0px;
}

#cart_content .payment_form_field { 
	width: 65%;
	border-bottom:0px;
}

#cart_content .payment_form_field input { 
	font-family :  Geneva,Arial,Helvetica,Sans-Serif,Tahoma;
	font-size : 11px;
}

#cart_content #exp_date_month { 
	width: 100px;
}

#cart_content #exp_date_year { 
	width: 65px;
}

#cart_content p.agreement { 
	margin: 0 5px 10px 5px;
}

#saveCCInfo {
	text-align:left;
	margin: 20px; 
	color: #333; 
	line-height: 18px;
	width:350px;
}
.ordHistory {color:3366cc; font-size:11px; text-decoration:underline;}

/*** End: - 4.7 Payment Page                     */
/* --------------------------------------------- */
/*          END: 4. CART SECTION                 */
/* --------------------------------------------- */

