/**
 * Template designed by 12leaves.com
 * 12leaves.com - Free ecommerce templates and design services
 *
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
form, img, ul, ol, li, dl, dt, dd, p {
    border: 0 none;
    margin: 0;
    padding: 0;
}
em{font-style:normal}
a{font-family:Arial,Helvetica,sans-serif;}
body {
	margin: 0;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 17px;
	-webkit-text-size-adjust:none;
	}

a img {border: none; }
ul,li{
	list-style-type: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #292929;
	text-decoration: underline;
}
 
a:visited {
	color: #3DAEF9;
	text-decoration: underline;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #EE490D;
	text-decoration: none;
}
a:active {
	color: #2b2b2b;
}
.centerColumn a{
    color:#EE490D;
	text-decoration:none;
}
.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
h1{
	font: bold 23px Arial;
	color: #4c6c74;
	padding: 0 0 2px 0;
}
h2 {
	font: bold 18px tahoma;
	padding: 15px 0 5px 0 !important;
	display: block;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
}
.biggerText {
	font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
FORM, SELECT, INPUT {
/*	display: inline;*/
	font-size: 12px;
	margin: 0.1em;
	font-family:verdana;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
}
/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/
/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
}
/* /Only for IE7*/

FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6;
}
LEGEND {
	font: bold 13px arial;
	padding: 4px 7px;
	color: #305159;
	background: #f5f5f5;
}
LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
}
h4.optionName {
	padding: 0;
	margin: 0 5px 0 0;
	font: bold 11px verdana;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
.categoryListBoxContents a {
	text-decoration: none;
}
#loginForm label.inputLabel{
    float:none;
	display:block;
}
#loginForm #login-email-address,#loginForm #login-password{
    float:none;
	width:250px;
}
#loginDefault .floatingBox{
    height:220px;
}
#log button{
    background:#0769AA;
	color:#ffffff;
	height:30px;
	line-height:30px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:center;
	border:none;
	padding-left:15px;
	padding-right:15px;
}
#log button:hover{
    background:#292929;
	color:#ffffff;
}
#loginForm .forward{
    float:left;
}
LABEL.inputLabel {
	width: 12em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
#indexDefault{
	padding-top:10px;
}
P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin: 5px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color:#cccccc;
	line-height:35px;
} 
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}
.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.3em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #cf0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #e0f8b6;
	color: #000000;
	border: 1px solid #d0e46e;
	}

.messageStackCaution {
	background-color: #ffe3a8;
	color: #000000;
	clear:both;
    }

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
/*	border: 1px solid #9a9a9a;*/
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper{

	
}
#showPimg{
    background:url("../images/mainbg1200.png") repeat-y;
	background-position:center center;
	background-color:#ffffff;
	table-layout:fixed;
	width:1200px;
	margin:auto;
    
}
.wapper{
    width:1180px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.wapper #sidemenu{
    position:relative;
	z-index:200;
	top:0px;
}
.wapper #sidemenu .Dropmenu {
    position:absolute;
	left:0px;
	width:300px;
	z-index:200;
}
.wapper #sidemenu .Dropmenu .sidenav_h,.wapper #sidemenu .Dropmenu .sidenav_h a{
   background:none;
   height:42px;
   width:310px;
   line-height:40px;
   text-decoration:none;
   padding:0px;
}
.wapper #sidemenu .Dropmenu .sidenav_h a span{
   display:block;
   font-family:Arial;
   font-size:14px;
   height:42px;
   line-height:40px;
   position:relative;
   text-indent:30px;
   text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
   text-transform:uppercase;
   top:0px;
   width:310px;
   z-index:110;
   background:url("../images/dropmenu.png") no-repeat;
   background-position:0 0;
   font-weight:bold;
   left:-10px;
   color:#ffffff;
}
.tico{
   background-position:0 0;
   height:10px;
   left:-10px;
   position:absolute;
   top:39px;
   width:10px;
}
.tico, .list-title a{
   background:url("../images/ico.png") no-repeat;
}
.wapper #sidemenu .sidebar_menu .litem{
   height:29px;
   line-height:29px;
   background:url("../images/dropmenu.png") no-repeat;
   background-position:0 -42px;
   width:inherit;
}
.wapper #sidemenu .sidebar_menu .litem a,.sidebar_menu .litem span a{
   font-family:Arial;
   font-size:12px;
   font-size-adjust:none;
   height:29px;
   line-height:29px;
   padding-left:20px;
   width:290px;
}
.wapper .subitem .subitem_list ul li a {
	color: #000;
	font-weight: bold;
	font-family: arial;
	cursor: pointer;
	text-decoration: none;
	font-size:12px;
}
.wapper .subitem .subitem_list ul li ul li {
	padding-left: 6px;
	float: left;
	line-height: 18px;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
}

.wapper .subitem .subitem_list ul li ul li a {
	color: #666;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	font-size:12px;
}
.wapper #sidemenu .sidebar_menu .litem a:hover,#sidemenu .sidebar_menu .litem span a:hover{
   color: #292929;
   background:url("../images/dropmenu.png") no-repeat;
   background-position:0 -71px;
}
.wapper #sidemenu .sidebar_menu .litem .subitem{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #666666 #666666 #666666 -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    box-shadow: 2px 1px 2px #333333;
    height: auto;
    left: 250px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 690px;
    z-index: 300;

}
#contentMainWrapper{
    width:1160px;
	margin:auto;
}
.content{
    width:928px;
}
#accountHistoryDefault .content{
    width:inherit;
}
.wapper .subitem .subitem_list ul li ul li a{
   width:100%;
   height:22px;
   line-height:22px;
   display:block;
   font-size:11px;
   text-indent:10px;
   color:#666666;
}
.wapper  #sidemenu .sidebar_menu .litem .subitem .subitem_list ul li ul li a:hover{
    background: none repeat scroll 0 0 #FFC9B6;
    border-radius: 11px 11px 11px 11px;
    text-decoration: none;
	color:#ee490d;
	width:170px;
	
}
.wapper  #sidemenu .sidebar_menu .litem .subitem .subitem_list ul li a:hover{
    background:none;
	color:#ee490d;
	text-decoration:underline;
}
.wapper #sidemenu .sidebar_menu{
   width:inherit;
   overflow:hidden;
}
.wapper #sidemenu .sidebar_menu .subitem_list .sub_category_self a{
   border-bottom:1px solid #dddddd;
   border-bottom-style:dotted;
   display:block;
   padding-left:0px;
   text-indent:0px;
   width:220px; 
}
.banner{
    height:406px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-position:0 0;
}
#showPimg .banner-box-r{
    background-position:-1155px 0;
    height:406px;
	position:absolute;
	right:0px;
	top:0px;
	width:25px;
}
.banner, .banner-box-r{
    background:url("../images/bannerbg.png") no-repeat;
	background-color:#292929;
	z-index:120;
}
#headerWrapper{
	clear:both;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:100%;
	margin:auto;

}
#headerWrapper .headtopNavWrapper{
    width:1180px;
	margin:auto;
	height:40px;
	background:url("../images/public.png") no-repeat;
	height:40px;
	background-position:0 0;
}
#headerWrapper .headsearch_logo{
    width:1180px;
	margin:auto;
}
.topper-menu li {
	font: 11px verdana;
	float: left;	
	margin: 9px 2px 0 14px;
}

#logoWrapper{
	background-color: #ffffff;
	width:23%;
	height: 62px;
	float:left;
	}
#logoWrapper img{
    margin: 10px 0 0 3px;
	}
#searchWrapper{
	width:870px;
	height:65px;
	float:right;
	position:relative;
}
.gotopage label,.gotopage input{
   *display:block;
   *float:left;
}

.searchBox a.advanced {
    color:#EE490D;
	width:60px;
	position:absolute;
	display:inline-block;
	height:38px;
	left:630px;
	top:10px;
	font-size:11px;
	text-decoration:none;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnOne{
    position:relative;
}
#tagline {
/*	margin: 0.7em 0 0 1em;
	padding: 0 0 0.4em 1em;*/
	float: left;
	}
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}


#sendSpendWrapper {
	border: 1px solid #cacaca;
	margin: 0em 0em 1em 1em;
	}
#sendSpendWrapper{
	margin: 0;
}
.floatingBox, #accountLinksWrapper,#checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesLinks, .navSplitPagesResult {
	color: #000000;
    margin-top: 15px;
    padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #0075E2;
	padding: 2px;
	margin: 0px;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}
#navSuppWrapper {
	margin: 0 0 0 0;
	padding: 8px 0 12px 0;
}
#navSuppWrapper a{
    color:#999999;
}
#navSuppWrapper a:hover{
    color:#ffffff;
	text-decoration:underline;
}
#navSuppWrapper span{
    display:block;
	font-size:10px;
	font-family:arial;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}

.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 0 2px 0 2px;
}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright {
	float: left;
	font: 11px verdana !important;
	line-height: 16px !important;
	width:100%;
	text-align: center;
}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	margin: 0em;
	color: #333333;
	line-height: 32px;
	font-weight:bold;
	width:1160px;
	margin:auto;	
}
.ulPic a{
    color:#292929;
	text-decoration:none;
}
#navBreadCrumb a {
	color: #333333;
	padding:0 4px 0 6px;
	text-decoration:none;
}
#navBreadCrumb .first{
	text-decoration:none;
	font-weight:100;
}
#top_nav {
	background:#EE490D;
	height: 60px;
	border:1px solid #9E2D2A;
}
#tab_nav {
    width:1180px;
	height:40px;
	position:relative;
	top:21px;
	z-index:90;
	font-family:Arial,Helvetica,sans-serif;
	margin:auto;
}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	position: relative;
	background:url("../images/public.png") no-repeat;
	background-position:right -120px;
	height:40px;
}
#tab_nav li.nav_first{
    background-position:right -120px; 
}
#tab_nav #navlist li.nav_first a,#tab_nav #navlist li.nav_first a:hover{
    background:url("../images/public.png") no-repeat;
    background-position:left -40px;
	width:220px;
	padding-left:10px;
}
#tab_nav li a.tabnav_1,#tab_nav li a.hover{
    background:url("../images/public.png") no-repeat;
    background-position:left -80px;
	color:#ffffff;
}
#tab_nav li a:hover{
	background:url("../images/public.png") no-repeat;
    background-position:center -80px;
	color:#ffffff;
}
#tab_nav #ov{
	background:url("../images/public.png") no-repeat;
    background-position:center -80px;
	color:#ffffff;    
}
#tab_nav li a {
	display: block;
	font-family:Arial;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:14px;
	width:120px;
	text-align:center;
	color:#292929;
	cursor:pointer;
	font-weight:bold;
}
#tab_nav #navlist li a{
    width:108px;
}
#tab_nav li a.tabnav_2{
    width:150px;
}
#tab_nav #navlist li a.tabnav_2{
    width:120px;
}
#tab_nav #navlist li a.tabnav_3{
    width:110px;
}
#tab_nav #navlist li a.tabnav_4{
    width:150px;
}
#tab_nav #navlist li a.tabnav_5{
    width:121px;
}
#tab_nav li a.tabnav_3{
    width:125px;
}
#tab_nav li a.tabnav_4{
    width:160px;
}
#tab_nav li a.tabnav_9{
    width:125px;
}
#tab_nav #navlist li a.tabnav_9{
    width:125px;
}
#tab_nav li a.tabnav_5{
    width:140px;
}
#tab_nav li.home-link {
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
}

#login_logout_section, #login_logout_section a {
	font: normal 12px arial;
	color: #fffecf;
	padding: 10px 7px;
}
#login_logout_section a:hover {
	text-decoration: none;
}
#indexCategories{
     position:relative;
}
.tools-nav-right {
	background: url("../images/tools_nav_right_bg.gif") no-repeat right bottom;
	height: 31px;
	width: 6px;
	float: right;
}
.tools-nav-left {
	background: url("../images/tools_nav_left_bg.gif") no-repeat left bottom;
	height: 31px;
	width: 6px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/* Tools section styles */
#tools_wrapper {
	height: 31px;
	background: #edf9fd url("../images/tools_nav_bg.gif") repeat-X left bottom;
	margin: 0 0 !important; 
	padding-top: 1px;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input input{
	margin:4px 0 0 0;
	border:none;
	height:30px;
	line-height:30px;
	width:490px;
	padding-left:40px;
	background:url("../images/public.png") no-repeat;
	background-position:-160px -120px;
}

.search-header {
	margin: 3px 0;
}
.search-header input {
	font: 12px arial;
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
	width: 160px;
	margin: 0 8px 0 0;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 5px 0 0 14px;
}
.advanced_search a {
	font: 11px Arial;
	text-decoration: none;
	color: #336b7d;
	padding: 0 7px 0 0;
	background: url("../images/arrow_small.gif") no-repeat right center;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
}
.cart-header span {
	font-weight: bold;
}
.cart-header a:link, .cart-header a:visited {
	color: #0075E2; 
}
.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0;
}
.full {
	background: url("../images/ico.png") no-repeat 10px -384px;
	padding-left:15px;
}
.empty {
	background: url("../images/ico.png") no-repeat 10px -384px;
	padding-left:15px;
}
.td-search-header {
	width: 313px;
}
.td-languages {
	width: 303px;
	text-align: right;
	padding: 0 4px 0 0;
}
.languages-wrapper select, .languages-wrapper {
	font: 11px tahoma, arial !important;
}
.languages-wrapper select {
	height: 18px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
}
/* /Tools section styles */


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #0075E2;	
	margin: 1px 8px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 2em;
	border: 1px solid #e2e2e2;
	background: #EEEEEE;
	}
	
#cartAdd .cartPlus{
	cursor: pointer;
	}
	
#cartAdd .cartMinus{
	cursor: pointer;
	}
	
#cartAdd .cartQtyTextBox{
    text-align: center;
	}

.tableHeading TH {
	border-bottom: 1px solid #aaaaaa;
	}

.tableHeading, #cartSubTotal {
	background-color: #F7F7F7;
	color:#EE490D;
}

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
#cartBoxListWrapper a {
	color: #0075E2;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #888888;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #EE490D;
	}

#productPrices, #reviewsInfoDefaultPrice {
    font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #EE490D;
	margin: 0 0 6px 0;
	display: block;
}
.orderHistList {
	margin: 0;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	color:#09318B;
}
.shoppingCartBox{
    background:url("../images/public.png") no-repeat;
	background-position:0 -120px;
	height:38px;
	line-height:32px;  

}
#cartBoxEmpty{

}
#cartBoxEmpty a{
    color:#292929;
	text-decoration:none;
	text-indent:30px;
	display:block;
}
#cartBoxEmpty a:hover{
    color:#ee490d;
}
#cartBoxEmpty a span{
    color:#EE490D;
	font-size:20px;
	font-weight:bold;
}
.totalBox {
	width: 10em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 10em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	float: left;
}

.attributesComments {
	margin: 10px 0;
	color: #83785c;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin-bottom: 10px;
	margin-top:10px;
/*	padding: 12px;*/
	}

h2.centerBoxHeading {
    color: #FFFFFF;
    display: inline-block;
    font: 18px/39px "Times New Roman",Times,serif;
    height: inherit;
    left: -20px;
    position: absolute;
    text-indent: 20px;
    width: 55%;
}
#indexCategories h2.centerBoxHeading,#indexProductList h2.centerBoxHeading{
    width:77.8%;
}
#bgc{
    background: none repeat scroll 0 0 #EE490D;
}
.content .list-title, #indexCategories .list-title,#indexProductList .list-title,#shoppingCartDefault .list-title{
    height:39px;
	position:relative;
	width:100%;
}
.list-title .tico{
   left:-20px;
}
.list-title a{
    color: #EE490D;
    height: 19px;
    padding-right: 30px;
    position: absolute;
    right: 12px;
    text-decoration: underline;
    top: 15px;
	background-position:right -10px;
}
.centerBoxWrapper h2 {
	margin: 0 0 15px 0 !important;
	padding:2px 0 0 0 !important;
}
.centerBoxWrapper h2 .caption{
	font-size:12px!important;
	color:#003B7F;
	display:inline-block;
	font-weight:bold;
	height:25px;
	line-height:25px;
	text-indent:22px;
	background: url("../images/center_header_box_ico.gif") no-repeat  scroll 10px 6px transparent;
}
/*sideboxes*/
.columnLeft {
	padding: 0 10px 0 0;
}
.columnRight {
	padding: 0 0 0 18px;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.1em arial;
	color: #163e4d;
	background: url("../images/sidebox_right.gif") no-repeat right top;
	}

h3.leftBoxHeading, h3.rightBoxHeading {
	color: #ffffff;
	background:url("../images/sidebarbg.png") no-repeat;
	background-position:0 0;
	height:22px;
	line-height:22px;
	text-indent:20px;
}
#shopbycategoires .leftBoxHeading {
    background:#EE490D;
	font-family:"Times New Roman",Times,serif;
	color:#ffffff;
	font-size:18px;
	height:39px;
	line-height:39px;
	text-indent:10px;
	padding:0px !important;
	margin:0px !important;
}
h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 11px verdana, arial;
	color: #ffffff;
	text-decoration: none;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #ffffff;
	text-decoration: none;
	} 
.sidebox-header-left {

}
#subscribeContent button{
    background-color: #0769AA;
    border: medium none;
    color: #FFFFFF;
    height: 22px;
    text-align: center;
    width: 80px;    
}
#subscribeContent,#subscribeContent .margin_t{
    text-align:left; 
}
#subscribeContent .margin_t,#subscribeContent input{
    margin-top:10px;
}
#reviewsContent a{
    display:block;
	float:left;
	width:90px;
	word-break:break-all;
	text-decoration:none;
	color:blue;
}
#maintenanceDefault  label{
    float:left;
	display:block;
}
#maintenanceDefault .substr input{
   height:20px;
}
#subscribe .rightBoxHeading,#leftsubscribe .leftBoxHeading {
    background-position:0 -32px;
}
#subscribeContent{
     background:url("../images/icons/email.png") no-repeat;
	 background-position:99% 99%;
}
.main-sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-right {
	background: url("../images/main_sidebox_right.gif") no-repeat right top !important;
	padding: 0 0 0 0.3em;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	padding: 0.45em 0.3em 4px 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 15px;
}
.leftBoxContainer, .rightBoxContainer {
	margin-bottom:10px;
}
#bannerboxall .sideBoxContent{
    border:none;
	padding:0px;
	margin:0px;
}
#bannerboxall .sideBoxContent a{
    background:url("../images/bg-hotlist.png") no-repeat;
	height:174px;
	text-align:center;
	width:220px;
	display:block;
	background-size:auto auto;
	margin-bottom:10px;
}
#bannerboxall .sideBoxContent img{
    padding-top:10px;
}
.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #ffffff;
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px arial, verdana;
	color: #292929;
	line-height: 17px;
	text-decoration:none;
}
#featured .sideBoxContent .featuimg{
   float:left;
   margin-top:10px;
}
#featured .sideBoxContent .sidebox-products{
  float:right;
  height:50px;
  overflow:hidden;
  width:120px;
}
#featured .sideBoxContent .prices{ 
    color:#F00E0F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}
.sidebox-products {
	display: block;
	color: #292929 !important;
	padding: 2px;
	text-decoration:none;
}
#shoppingcartContent {
	background: #f4fcfd !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.additionalImages a {
	text-decoration: none;
}

#bestsellers .wrapper {
}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
	}
#bestsellers .wrapper a{
    display:block;
	float:left;
}
#bestsellers .wrapper a.besetnm{
    width:100px;
	margin-left:10px;
}
#bestsellers .wrapper .prices{
    clear:both;
	&clear:none;
	margin-left:10px;
	color:#EE490D;
	font-weight:bold;
}
#bestsellers .wrapper .prices .productPriceDiscount{
    display:none;
}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	clear:both;
	line-height:35px;
	}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top {
	font: 12px arial;
	text-decoration: none;
	padding: 0 0 0 9px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
.categories-top-list {
	padding: 4px 0;
	background: url("../images/dotted_line.gif") repeat-x 0 top;
}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 8px;
}
.subcategory a {
	line-height: 12px !important;
}

A.category-subs, A.category-products {
	color: #0075E2;
	text-decoration: none;
	}
A.category-subs:hover, A.category-products:hover {
	text-decoration: none;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
}
.buttonRow a{
    text-decoration:none;
}
.buttonRow span{
    display:block;
	background:#ebebd6;
	height:26px;
	line-height:26px;
	border-radius:5px 5px 5px 5px;
}
.important a{
    color:#EE490D;
}
.important a:hover{
    color:#EE490D;
}
#productsListingListingBottomLinks{
    margin-top:0px;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: left;
}
#orderTotals .forward,#checkoutOrderTotals .forward{
    float:right;
}
#orderTotals #ottotal{
    color:#EE490D;
	font-weight:bold;
}
#orderTotals #otshipping,#orderTotals #otrewardpointsdisplay,#orderTotals #otsubtotal{
    color:#000000;
	font-weight:bold;
}
#shoppingCartDefault .forward,#loginDefault .forward{
    float:right;
}
.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fdfdfd;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background: none repeat scroll 0 0 #F7F7F7;

	}
TR.tableHeading th{
	background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 11px;
    padding: 8px 0;
}

.productListing-rowheading {
	background-color: #cfd8e6;
	height: 2em;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.productListing-even {
	background-color: #f7f7f3;
}
.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background: none repeat scroll 0 0 #E9E9E9;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 9px 0;
}
#productShippingInput .inputLabel{
	float:none;
}
/* top nav ::bof */
#topNavWrapper{
	background:url("../images/public.png") no-repeat;
    height: 40px;
    position: relative;
    z-index: 1002;
	background-position:right 0;
}
#topNavWrapper a{
    margin-left:6px;
	margin-right:6px;
	color:#3daef9;
}
#bannerboxContent{
    border-top:1px solid #E6E6E6;
}
.topNavLeft a{
    font-size:11px;
}
#topNavWrapper .topNavLeft,#topNavWrapper .topNavRight{
    padding-top: 1px;
    position: relative;
}
#topNavWrapper .topNavRight{
	padding-right:10px;
	text-align:right;
	width:500px;
}
#topNavWrapper .topNavLeft li{
    font-size:11px;
}
#topNavWrapper .topNavLeft li,#topNavWrapper .topNavRight li{
	height: 28px;
    line-height: 35px;
    position: relative;
	color:#cccccc;
}
#topNavWrapper #active{
  background:none;
  border:none;
}
#topNavWrapper #active a{
   margin-top:10px;
   *margin-top:2px;
}
#topNavWrapper .strong{
	color: #CCCCCC;
    text-decoration: none;
}
#topNavWrapper .home{
	background-position: 10px 0;
    color: #FF5A00;
    padding:0px;
	width:122px;
}
#topNavWrapper .help{
   width:100px;
}
#topNavWrapper .home .menus,#topNavWrapper .help .menus{
   margin-left:0px;
   margin-right:0px;
   
}
#topNavWrapper .language{
	padding-left:10px;
}
#topNavWrapper .current{
	display:block;
}
#topNavWrapper .currencies form{
	margin:0;
}
#topNavWrapper .topNavLeft .active a{
    color:#000000;
}
.topNavLeft .languages a{
    width:85px;
}
#topNavWrapper .languages .current,#topNavWrapper .currencies .current{
	background-position: 49px 13px;
}
#topNavWrapper .languages,#topNavWrapper .currencies{
	position: relative;
}
#topNavWrapper .languages,#topNavWrapper .languages .menus
,#topNavWrapper .currencies,#topNavWrapper .currencies .menus
,#topNavWrapper .live_help,#topNavWrapper .live_help .menus{
	padding:1px;
}
#topNavWrapper .active{
   background:#ffffff;
   color:#333;
   border-radius:5px 5px 0 0;
   cursor:pointer;
}
#topNavWrapper .active .menus{
   background:#ffffff;
   border:0px solid #dddddd;
   margin-top:-6px;
}
#topNavWrapper .languages a{
   background-position: 49px 6px;
}
#topNavWrapper .languages a,#topNavWrapper .currencies a{
	text-align:left;
}
#topNavWrapper .currencies .current{
}
#topNavWrapper .menus{
	display:none;
	border-top:0 none!important;
	margin-left:-1px;
	margin-right:-1px;
	padding-top:10px!important;
	position: absolute;
	width:100%;
}
#topNavWrapper .menus a{
	color: #666666;
	display:block;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 1px;
    text-decoration: none;
	overflow:hidden;
}
#topNavWrapper .live_help .menus a{
	color: #666666;
    display: block;
    font-size: 11px;
    height: auto;
    line-height: auto;
    margin-bottom: 5px;
    text-decoration: none;
    text-indent: 20px;
}
#topNavWrapper .menus a:hover{
	text-decoration: underline;
}
#topNavWrapper .active .menus{
	display:inline;
}
#topNavWrapper .icon_down{
	background:url("../images/ico.png") no-repeat scroll -11px -415px transparent;
	height: 4px;
    position: absolute;
    right: 10px;
    width: 7px;
    text-indent: 31px;
}
#topNavWrapper .active .icon_down{
	top: 15px;
	right: 9px;
}
#topNavWrapper .topNavLeft .split,#topNavWrapper .topNavRight .split{
	background: none repeat scroll 0 0 #CCCCCC;
    height: 12px;
    margin: 8px 5px 0 8px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}
#topNavWrapper .topNavLeft .currencies{
}
#topNavWrapper .topNavLeft .currencies .menus a{
    text-align:left;
	text-indent:30px;
	line-height:10px;
	*line-height:12px;
}
#topNavWrapper .topNavLeft .currencies a{
    text-align:center;
	width:120px;
}
#topNavWrapper .live_help{
}
.no-repeat{
	background-repeat: no-repeat;
}
.icon_currency{
}
.icon_live_help{
	text-align: center;
}
/* top nav ::eof */
/* header search ::bof */
#searchWrapper .searchBox{
	float:left;
	width:610px;
	margin:0 0 0 4px;
	position:relative;
}
#searchWrapper .shoppingCartBox{
	float:right;
	position:absolute;
	right:0px;
	width:160px;
	top:12px;
}
/* header search ::eof */
#productListHeading{
	background: #F9F9F9;
	border:0 none;
	min-height:55px;
	padding:10px;
	font-size:14px;
	font-weight: normal;
	color:#000;
}
.main-banner-wrapper{
    background-color:#ffffff;
	height:auto;
	left:325px;
	overflow:hidden;
	position:relative;
	text-align:center;
	top:25px;
	width:620px;
}
#navColumnTwoWrapper{
	float:right;
}
.clear{
	clear:both;
}

#productsListingListingBottomLinks a{
	text-decoration: none;
}
#productsListingListingBottomLinks a.prev {
    background: url("../images/detail.gif") no-repeat scroll -380px -134px #DDDDDD;
    height: 22px;
    padding: 0;
    width: 22px;
}
#productsListingListingBottomLinks a.prevall {
    background: url("../images/detail.gif") no-repeat scroll -380px -205px #EEEEEE;
    height: 22px;
    padding: 0;
    width: 22px;
}
#productsListingListingBottomLinks a.next {
    background: url("../images/detail.gif") no-repeat scroll -380px -158px #DDDDDD;
    height: 22px;
    padding: 0;
    width: 22px;
}
#productsListingListingBottomLinks a.nextall {
    background: url("../images/detail.gif") no-repeat scroll -380px -181px #EEEEEE;
    height: 22px;
    padding: 0;
    width: 22px;
}
#productsListingListingBottomLinks span{
	background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin-right: 1px;
    padding: 0 8px;
}
#productsListingListingBottomLinks a{
    background: none repeat scroll 0 0 #DDDDDD;
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin-right: 1px;
    padding: 0 8px;
}
#productsListingListingBottomLinks a:hover {
    background: none repeat scroll 0 0 #0041A0;
    color: white;
    text-decoration: none;
}
#columnCenter .news_categories li a,#newsListing ul li a{
	text-decoration: none;
}
#columnCenter .news_categories li a:hover,#newsListing ul li a:hover{
	text-decoration: underline;
}
#columnCenter .news_categories li,#newsListing ul li.item{
	padding:5px 0;
}
#NewsList ul li a{
	font-size:12px;
	color:#003B7F;	
	text-decoration: none;
}
#NewsList ul li a:hover{
	text-decoration: underline;
}
#NewsList .item{
	text-align:left;
}
#NewsList .news_title a{
	font-size:12px;
	color:#292929;	
}
#NewsList li a {
	float:left;
	width: 177px;
	overflow: hidden;
	display:block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	_width:170px;
}
#NewsList li .news_add_date{
	font-size:12px;
}
#NewsList li:not(p) {clear: both;}
#NewsList li:not(p) a {max-width: 177px;float: left;}
#NewsList li:not(p):after {content: "";float: left;width: 25px;padding-left: 5px;color: #000;}
.hotkeyword{
    position:absolute;
	top:45px;
	*top:55px;
	color:#aaaaaa;
	overflow:hidden;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:italic;
}
.hotkeyword h6 {
    color: #AAAAAA;
    display: inline-block;
    float: left;
    font-weight: bold;
	font-size:11px;
}
.hotkeyword a {
    color: #AAAAAA;
    display: inline-block;
    float: left;
    font-size: 11px;
    padding: 3px 5px 0 2px;
    text-decoration: underline;
}
.pages{
	margin:15px 0;
}
#accountDefault a{
	text-decoration: none;
	color:#292929;
}

#newsBody #columnCenter .content,#faqinfoBody #columnCenter .content{
	border: 1px solid #ddd;
	padding:0 8px;
}
#newsBody #columnCenter .content .caption,#faqinfoBody #columnCenter .content .caption{
	color: #FF7E00;
    font-size: 18px;
    padding:0;
}
#newsBody #columnCenter .content .add_data,#faqinfoBody #columnCenter .content .add_data{
	font-style: italic;
	color:#ccc;
	margin-bottom:10px;
}
#shippingEstimatorContent table
,#cartContentsDisplay
,#productQuantityDiscounts table
,#productShippingEstimatorContent table
,#prevOrders
,#accountHistInfo table{
	border-collapse:collapse;
}
#shippingEstimatorContent td,#shippingEstimatorContent th
,#cartContentsDisplay td,#cartContentsDisplay th
,#productQuantityDiscounts td,#productQuantityDiscounts th
,#productShippingEstimatorContent td,#productShippingEstimatorContent th
,#prevOrders td,#prevOrders th
,#accountHistInfo td,#accountHistInfo th{
	border:#ccc solid 1px; padding:5px;
}
/* shopping cart	::bof */
#cartInstructionsDisplay{
	font-size:24px;
	font-weight:normal;
	font-family:"Times New Roman",Times,serif;
	color:#EE490D;
}
#cartContentsDisplay tr{
	background-color:transparent;
    padding: 10px;
}
#cartContentsDisplay .tableHeading{
	background-color: #F7F7F7;
	color:#333333;
}
#cartContentsDisplay .tableHeading #scUpdateQuantity{
	width:100px;
}
#cartContentsDisplay .cartProductDisplay{
	vertical-align: middle;
}
#cartContentsDisplay .cartImage{
	text-align: center;
}
#cartContentsDisplay #cartImage{
	margin:0;
}
#cartContentsDisplay #cartImage img{
	border:1px solid #ddd;
}
#cartContentsDisplay .cartProductDisplay a{
	color: #09318B;
	text-decoration: none;
	font-size:11px;
}
#cartContentsDisplay .cartProductDisplay a:hover{
	text-decoration: underline;
}
#cartContentsDisplay .cartImage
,#cartContentsDisplay .cartUnitDisplay
,#cartContentsDisplay .cartTotalDisplay
,#cartContentsDisplay .cartQuantity{
	color: #FF5A00;
	text-align: center;
	vertical-align: middle;
	height:100px;
}
#cartContentsDisplay .productMinUints{
	margin-top: -17px;	
}
#cartContentsDisplay .productStock input{
	background-color:red;
	color:#fff;
}
#cartContentsDisplay .cartQuantity input{
	border: 1px solid #DFDFDF;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 31px;
}
#cartContentsDisplay .cartTotalDisplay{
	color:#000;
}

#cartContentsDisplay .cartQuantity .update_item .btn_update {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #0099EA;
    cursor: pointer;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    white-space: normal;
    width:45px;
}
/* shopping cart	::eof */
/* shopping cart	::eof */
.detail_list{
	border-color: #EE490D #DDDDDD #DDDDDD;
    border-style: solid;
    border-width: 2px 1px 1px;
    height: auto;
    overflow: hidden;
    background: url("../images/detail_list_h_bg.jpg") repeat-x scroll 0 0 transparent;
	width:928px;
}
.detail_list .caption{
	line-height: 28px;
	height:28px;
	padding:0!important;
	margin:0!important;
	font-size:12px;
	color:#000;
	text-indent: 8px;
}
.detail_list .content{
	padding: 0 15px 15px;
}
#alsopurchasedproducts .centeredContent,#recentlyviewed .centeredContent{
	padding:10px 10px 0 10px;
}
#alsopurchasedproducts .centeredContent .image img
,#recentlyviewed .centeredContent .image img{
	width:45px;
	height:35px;
}
#alsopurchasedproducts .centeredContent .title
,#recentlyviewed .centeredContent .title{
	height:35px;
	width:70%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
#alsopurchasedproducts .centeredContent .title a
,#recentlyviewed .centeredContent .title a{
	color:#666666;
}
#alsopurchasedproducts .centeredContent li
,#recentlyviewed .centeredContent li{
	margin-bottom:10px;
}
#prevOrders td,#prevOrders th{
	border-color:#ddd;
}
#errer_body{
	position: relative;
}
.errer_body_m{

}
.error_middiv {
    background: url("../images/error_ico.jpg") no-repeat scroll 50px 0 transparent;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 200px;
}
.error_middiv .search_tips dt{
	font-weight: bold;
}
.error_middiv h1{
	font-size: 22px;
	line-height: 50px;
}
.error_middiv .search_tips dd {
    background: url("../images/shopping_title_ico.jpg") no-repeat scroll 0 11px transparent;
    font-size: 12px;
    padding: 5px 0 5px 13px;
}
.error_middiv .search_tips a{
	color: #114EA6;
    text-decoration: underline;
}
.cartRemoveItemDisplay{
	vertical-align: middle;
}
.remove_item{
    display: inline-block;
    height: 18px;
    line-height: 50px;
    overflow: hidden;
    width: 18px;
}
.empty_orders{
	line-height: 40px;
    padding: 50px;
    text-align: center;
}
.empty_orders dt{
    color: #FF5A00;
    font-size: 24px;
}
.empty_orders dd{
	color:#000;
	width:50%;
	text-align: left;
	display: inline-block;  
}
.empty_orders ul{
	display: inline-block;    
}
.empty_orders a{
	color:#014590;
	background: url("../images/list_ico.gif") no-repeat scroll 0 -100px transparent;
	padding-left:12px;
	text-decoration: none;
}
.empty_orders a:hover{
	text-decoration: underline;
}
#siteMapList li{
	font-size: 11px;
    line-height: 18px;
    padding-left: 16px;
	background: url("../images/footer_ico.gif") no-repeat scroll 5px 5px transparent;
}
#sitemap_cates li{
    float: left;
    width:210px;
    float: left;
    overflow:hidden;
}
#sitemap_cates li h4{
    background: url("../images/footer_ico.gif") no-repeat scroll 5px 11px transparent;
}
#siteMapList li a{
	text-decoration: none;
	color:#666;
}
#siteMapList li a:hover{
	text-decoration: underline;
}
#producttags ul li a{
	text-decoration: none;
	color:#666;
}
#producttags ul li a:hover{
	text-decoration: underline;
}
.instructions{
	float:right;
}

.shipping-method-wrapper{
	width: 200px;
	float:left;
	height:70px;
	margin:5px;
	border :solid 1px #cccccc;
	cursor:pointer;
}
.shipping-method-wrapper:hover{
	border :solid 1px #FF5A00;
}
.shipping-method-wrapper.shipping-selected{
	border :solid 1px #FF0000;
}
.shipping-method-wrapper .level-0-wrapper{
	position: relative;
}
.shipping-method-wrapper .level-0-wrapper ul li img{
	width:65px;
	height:30px;
}
.shipping-method-wrapper .level-0-wrapper ul{
	margin-left: 20px;
}
.shipping-method-wrapper .level-0-wrapper .float-radio{
	position: absolute;
	left: 0;
	top: 50%;
}
#productDetailsList li{
	padding:2px;
}