/**
 * 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,v 1.5 2010/03/03 18:58:44 claudiu Exp $
 */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #010101;
}

a:focus, input:focus { outline: none; }

a img {	border: none; }

/*
input:focus,texarea:focus,select:focus {
	background-color: #ffdada;
}
*/
a:link {
	color: #4f4f4f;
	text-decoration: none;
}

a:visited {
	color: #4f4f4f;
	text-decoration: none;
}

a:hover,#navEZPagesTOC ul li a:hover,#navMain ul li a:hover,#navSupp ul li a:hover,#navCatTabs ul li a:hover
	{
	color: #DA5607;
}

a:active {
	color: #DA5607;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4,h5,h6,LABEL,h4.optionName,LEGEND,ADDRESS,.sideBoxContent,.larger {
	font-size: 1.1em;
}

p {
	width: 100%;
}

.biggerText {
	font-size: 1.2em;
}


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

FORM,SELECT,INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA { /*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
}

.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.centerBoxContentsAlsoPurch,.attribImg
{
	float: left;
}

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}


/*warnings, errors, messages*/
.messageStackWarning,.messageStackError,.messageStackSuccess,.messageStackCaution
	{
	border: 1px solid #bbbbbb;
	margin: 0px 10px 5px;
	line-height: 21px;
	padding: 5px 0px;
}

.centerColumn .messageStackWarning,.centerColumn .messageStackError,.centerColumn .messageStackSuccess,.centerColumn .messageStackCaution
	{
	margin-left: 0px !important;
	padding-left: 10px !important;
}

.messageStackWarning img,.messageStackError img,.messageStackSuccess img,.messageStackCaution img
	{
	margin: 0px 10px;
	float: left;
}

.messageStackWarning,.messageStackError {
	background-color: #FFA9A9;
	color: #181818;
}

.messageStackSuccess {
	background-color: #f5f5f5;
	color: #181818;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #181818;
}

/*wrappers - page or section containers*/

/*bof Basic Page Box Structure */
#wrap_all {background:url(../images/bg.jpg) no-repeat center top;}


#topMenu
{
    background:url(../images/mainmenu_bg.png);
    width:980px;
    height:39px;
}

#topMenu ul li
{
    display:inline;
    
}
#topMenu ul
{
    padding-top:12px;
}
#topMenu ul li.home
{
    margin-left:50px;
    width:117px;
}
#topMenu ul li.products
{
    margin-left:90px;
    width:117px;
}
#topMenu ul li.specials
{
    margin-left:110px;
    width:117px;
}
#topMenu ul li.news
{
    margin-left:95px;
    width:117px;
}
#topMenu ul li.account
{
    margin-left:105px;
    width:117px;
}
#topMenu ul li.shipping
{
    margin-left:95px;
    width:117px;
}
#topMenu ul li.contact
{
    margin-left:90px;
    width:117px;
}

#wrap_header { clear: both;}
#header{ width: 980px; margin: 0 auto; }

#wrap_mainpage { clear: both;}
#mainpage {width: 980px; margin: 0 auto; overflow: hidden;}

#wrap_footer { clear: both; margin-top: 10px;}

#footer {width: 980px; margin: 0 auto; }

#left_col   { float: left; width: 196px; display: block;}
#center_col { float: left; width: 588px; display: block;}
#right_col  { float: left; width: 196px; display: block;}

.centerColumn{margin: 0px 15px; padding-left: 0px!important; }
.banners_main_page{margin-left: -10px;}
/*eof Basic Page Box Structure */

#head_top {height:38px; font-family:tahoma,helvetica,sans-serif; font-size:11px; background:#4d4d4d;}

/*
#head_top_first { height:38px; width:15px; background: transparent url(../images/upper-bar-left.png) no-repeat top left; float: left;}
#head_top_middle { height:38px; width:980px; float: left;  }
#head_top_last { height:38px; width:15px; background: transparent url(../images/upper-bar-right.png) no-repeat top left; float: left;}
*/

#head_content {}

#logo {margin: 10px 0px 0px 20px;}




#header_search_line { float: right; height:32px; background:url(../images/search.jpg); width:369px; }
#header_search_line form { margin: 4px 0px !important; display: block; }
#header_search_line #header_search_icon { margin: 0px 2px; height:22px; display: block; float: left; }
#header_search_line #header_search_field_div { margin: 1px 2px; display: block; float: left; height:24px;
 background: transparent url(../images/header_search_field.png) no-repeat top left;}
#header_search_line #header_search_field_div #header_search_field { margin: 0px !important; width:222px; height:14px; line-height: 14px; padding: 4px;
background:none repeat scroll 0 0 transparent;
font-size:11px; color: #5E5E5E;}
#header_search_line #header_search_field_div input:focus { background:none repeat scroll 0 0 transparent;}
#header_search_line #header_search_btn { margin: 0px 15px !important; height:24px; width:25px; display: block; float: left;
  background: transparent url(../images/header_search_btn.png) no-repeat top left; cursor: pointer;}
#header_search_line SPAN { height:24px; margin: 0px 15px; float: left; line-height: 24px;}


#headerWelcome, #headerHello, #header_login_button { height:38px; line-height:32px; float: left; color: #FFFFFF; }

#header_size { height:38px; line-height:32px; float: right; color: #FFFFFF; margin-right: 30px; }
#header_size A { margin: 0px 5px; color:#CEF7FF; font-weight: bold; }
#headerWelcome {margin: 0 25px 0 15px;}
#headerHello {width: 180px; padding-right: 20px;}


#headerWelcome A, #headerHello A, #header_login_button A{ margin: 0px 5px; color:#CEF7FF; font-weight: bold; }
#header_login_button a:hover.header_login_links { text-decoration:underline; }

#header SPAN.line {font-weight: bold; color: #FFFFFF;}



#main_menu { height: 29px;  overflow: hidden; width: 100%; }

#main_menu tr { height: 29px; width:100%; background: transparent url(../images/menu-bar-middle-black.png) top left repeat-x;}
#main_menu tr td { height: 29px; line-height: 29px;
padding: 0px 5px; text-align: center; font-size: 12px; font-weight: bold;
background: transparent url(../images/menu-bar-middle-black.png) top left repeat-x;
}

#main_menu tr td.first { width: 8px; padding: 0px !important; background: transparent url(../images/menu-bar-start.png) top left no-repeat;}
#main_menu tr td.last { width: 10px; padding: 0px !important; background: transparent url(../images/menu-bar-end.png) top left no-repeat;}
#main_menu tr td.nav-black { background: transparent url(../images/menu-bar-middle-black.png) top left repeat-x;}
#main_menu tr td.nav-blue { background: transparent url(../images/menu-bar-middle-blue.png) top left repeat-x; width:161px; text-align: center;}

/*


#main_menu tr td.nav-trans1 { width: 43px; padding: 0px !important; background: transparent url(../images/menu-bar-transition-1.png) top left no-repeat;}
#main_menu tr td.nav-trans2 { width: 33px; padding: 0px !important; background: transparent url(../images/menu-bar-transition-2.png) top left no-repeat;}

#main_menu tr td.last,#main_menu tr td.nav-blue { float: right;}
*/
#main_menu tr td a:link,#main_menu tr td a:visited {color: #ffffff;}
#main_menu tr td a:hover,#main_menu tr td a:active {color: #48C4D5;}
#main_menu tr td.nav-blue {color: #ffffff;}

/*
#main_menu tr.nav-whos-online { float:right; font-size: 12px; font-weight: bold;}
*/


/* OLD Default Box Model */
/*
.leftBoxHeading { background: url(../images/leftbox-top.png) top left no-repeat;
	line-height: 49px; height: 49px;
	text-align: center;	font-family: arial;	font-weight: bold;
	font-size: 14px; color: #3e3e3e;}
.leftBoxContainer { margin-bottom: 10px; background: url(../images/leftbox-bg.png) top left repeat-y; }
.leftBoxBottom { height: 23px; background: url(../images/leftbox-bot.png) top left no-repeat;}
*/

.leftBoxContainer,.rightBoxContainer,.sideBoxContainer { margin-bottom:10px;}

.leftBoxHeading,.rightBoxHeading {background:url("../images/categories-menu-title.png") no-repeat scroll left top transparent;
overflow:hidden; color:#FFF; height:30px; font-size:13px; line-height:27px; width:196px;
text-align: center; font-weight: bold;}
.leftBoxHeading A,.rightBoxHeading A {color:#FFF;}

.leftBoxContent,.rightBoxContent,.sideBoxContent {background: url(../images/sideBox_content.png) center bottom no-repeat;}

.leftBoxBottom, .rightBoxBottom {}


/* extra overwrite*/
.sideBoxClear .sideBoxContent, #categories .sideBoxContent {margin: 0px !important;}
.sideBoxLicenseTermes { padding: 5px 0 0 5px;}
.sideBoxLicenseTermes .items {float: left; padding: 10px;}
/*
#search {
	float: left;
	width: 100%;
	height: 80px;
	background: url(../images/search-box.png) top left no-repeat;
}

#search .leftBoxHeading {
	background: none;
	line-height: 28px;
	height: 36px;
	text-indent: 32px;
	color: #4c4c4c;
	font-size: 14px;
}
*/

#searchContent {background:url("../images/sideBox_content.png") no-repeat scroll 50% 90% transparent;}

#searchContent form {margin: 0px 0px 0px 10px; padding: 0px; border: none;/*float: left;*/}

#searchContent input {display:inline; vertical-align:middle;}

#search_btn {
	background: url(../images/header_search_btn.png) center no-repeat;
	width: 26px;
	height: 26px;
	cursor: pointer;
	display: block;
	padding: 0px;
}

#search_field {
	background: transparent url(../images/search_field.png) no-repeat top left;
	width: 127px;
	height: 14px;
	font-size: 11px;
	padding: 5px;
	margin: 3px;
	display: block;
	color: #4F4F4F;
}

#search .leftBoxBottom {
	background: transparent;
	height: 1px;
}




#left_menu { width: 100%;}

#left_menu li.category_products,#left_menu li.category_level0 {
	width: 178px; padding-left: 10px;
	/*background:url(../images/bullet.png) left center no-repeat;*/
}
#left_menu li.category_level0_active,#left_menu li.category_level0 {
    width: 178px; padding-left: 10px;
	/*background:url(../images/bullet_over.png) left center no-repeat;*/
}

/* hover bullet */
/* 
#left_menu li.category_products:hover,#left_menu li.category_level0:hover,#left_menu li.category_level0_active:hover {
	background: url(../images/bullet_over.gif) left center no-repeat;
}

#left_menu li.category_level1:hover,#left_menu li.category_level1_active:hover {
	background: url(../images/bullet_over.gif) 20px center no-repeat;
}

#left_menu li.category_level2:hover,#left_menu li.category_level2_active:hover {
	background: url(../images/bullet_over.gif) 35px center no-repeat;
}
*/

#left_menu li.category_products a:link,#left_menu li.category_products a:visited
{ 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

#left_menu li.category_products a:hover,#left_menu li.category_products a:active{
	color:#da5607;
}



#left_menu li.category_level0_active a,#left_menu li.category_level0 a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #DA5607;
}

#left_menu li.category_level1 {
	width: 168px; padding-left: 20px;
	/*background:url(../images/bullet1.png) 18px center no-repeat;*/
}

#left_menu li.category_level1 a, #left_menu li.category_level1_active a {
	font-size: 10px;
	font-weight: bold;
}

#left_menu li.category_level1_active {
	width: 168px; padding-left: 20px;
	/*background:url(../images/bullet1_over.png) 16px center no-repeat;*/
}

#left_menu li.category_level1_active a {
	color: #DA5607;
	font-size: 10px;
}

#left_menu li.category_level2 {
	width: 178px; padding-left: 30px;
	/*background:url(../images/bullet1.png) 18px center no-repeat;*/
}

#left_menu li.category_level2 a, #left_menu li.category_level2_active a{
	font-size: 10px;
}

#left_menu li.category_level2_active {
	width: 168px; padding-left: 20px;
	/*background:url(../images/bullet1_over.png) 16px center no-repeat;*/
}

#left_menu li.category_level2_active a {
	color: #009AAF;
	font-size: 10px;
}

#left_col #subscribeContent span {
	font-size: 10px;
	float: left;
	padding-left: 22px;
	width: 150px;
	padding-bottom: 10px;
}

#left_col #subscribeContent input {
	float: left;
}

#newsletter_field input {
	width: 182px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
	border: 1px solid #d4d4d4;
	background: url(../images/newsletter_field.png) top left repeat-x;
}

#newsletter_submit input {
	width: 66px;
	height: 21px;
}

#newsletter_submit {
	padding-bottom: 0px !important;
}




.sing_cat {
	width: 130px;
	float: left;
	margin: 0 4px 10px;
	display: block;
	height: 160px;
	text-align: center;
}

.sing_cat a {
	font-weight: bold;
}

.sing_cat a img {
	width: 130px;
	height: 130px;
	margin-bottom: 5px;
}

#products_holder {margin:0 -5px;}

.sing_prod {
	width: 167px;
	float: left;
	text-align: center;
	margin: 10px;
}

.sing_prod_box {
	border: 1px solid #dfdfdf;
	width: 165px;
	float: left;
	height: 325px;
	background-color: #FFF;
	overflow: hidden;
}

.sing_prod_line {
	float: left;
	width: 100%;
	margin: 3px 0px;
	min-height: 20px;
}

.sing_prod_line select {
	width: 105px;
}

.sing_prod_line a {
	width: 100%;
	float: left;
}

IMG.listingProductImage {display:inline;}
A.listingProductImage {min-height:200px !important; display:block;}

.sing_prod_line form {
	padding-left: 25px;
	float: left;
}





.prod_title {
	color: #19ae00;
	font-weight: bold;
	height: 28px;
	float: left;
	width: 100%;
	text-align: center;
	overflow:hidden;
}

.prod_price {
	color: #FF3D2B;
	font-size: 18px;
	font-weight: bold;
}

.productPriceDiscount {
	font-size: 14px;
	color: #009AAF;
}

.normalprice {
	text-decoration: line-through;
	color: #BFBFBF;
	font-size: 14px;
}

.productSpecialPrice,#productPrices {
	color: #FF3D2B;
	font-size: 18px;
}

.qty {
	float: left;
	line-height: 16px;
	padding-left: 10px;
}

.sing_prod_line input {
	float: left;
	height: 19px;
	border: 1px solid #4b4b4b;
	text-align: right;
}

.listingBuyNowButton2 {
	border: none !important;
}

.sing_prod_line select {
	border: 1px solid #4b4b4b;
	font-size: 10px;
}

#navBreadCrumb {
	padding-bottom: 10px;
	padding-top: 10px;
    background: url(../images/breadCrumbs_bullet.png) left center no-repeat;
    font-size: 9px;
}

.navTitle {color: #afaeae;}

#navBreadCrumb h1 {
	font-size: 9px;
	padding-left: 10px;
    font-weight: normal;
    color: #666666;
}

#navBreadCrumb h1 a {color: #DA5607; text-transform: capitalize;}
#navBreadCrumb h1 a:hover {color: #DA5607; font-weight: bold;}

#navBreadCrumb .navSeparator {font-size: 9px; color: #999;}

#productDetailsList li {
	padding: 5px 0px;
	float: left;
	width: 100%;
	display: table;
}

#productSizeList {
	float: left;
	width: 100%;
	padding: 10px 0px;
	display: table;
}

#productSizeList span {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	display: table;
}

#productSizeList table {
	margin-left: 0px !important;
	width: 100% !important;
	float: left;
	display: table;
}

#productAccessories {
	width: 48%;
	float: left;
	padding-right: 2%;
}

.accessoriesProduct,.alternativesProduct {
	width: 31.5%;
	float: left;
	margin: 5px 0.7%;
	text-align: center;
	min-height: 150px !important;
	background-color: #F5F5F5;
	padding-top:2px;
	position: relative;
}

.price_accessories,.price_alternatives {
	position: absolute;
	left: 0px;
	top: 12px;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

#productAlternatives {
	width: 48%;
	float: left;
	padding-left: 2%;
}

/* bof - #quickEntry */
/*#quickEntry,#quickEntry span,#qucikEntry h2 {width: 100%; float: left;}*/
#quickEntry label {display: inline-block; width: 20%;}
#quickEntry input {border: 1px solid #bbbbbb; text-align: right; padding-right: 3px;}
#quickEntry .create_account_row, #quickEntry .create_account_row1{float: none; }
#quickEntry .buttonRow{float: none;}
#quickEntry .buttonRow input {padding-right: 0px;}
/* bof - #quickEntry */

/* bof - shippingEstimatorContent */
#shippingEstimatorContent .inputLabel{display:inline-block; width:12%;}
#shippingEstimatorContent select, #shippingEstimatorContent input{border:1px solid #BBBBBB;}
#shippingEstimatorContent #seTotalHeading{text-align: right; padding-right: 5px;}
/* eof - shippingEstimatorContent */




#indexDefaultMainContent {
	text-align: justify;
}

#indexDefaultMainContent img {
	margin-bottom: 10px;
}



#indexDefaultText {
	text-align:justify;
}

.MainPage_CenterBox_SpecialsSmiffys{
	display: block;
}

.MainPage_CenterBox_SpecialsSmiffys, .MainPage_CenterBox_SpecialsSmiffys_line{ margin-top: 10px; }
#specialsSmiffysGender .MainPage_CenterBox_SpecialsSmiffys_line h2{
	display: block; clear: both;
	margin:0 0 1px; padding:0 0 1px 6px;
	font-size: 1em;
	background: url(../images/home_page_special_products_tab.gif) top left no-repeat;
}


.MainPage_CenterBox_SpecialsSmiffys_cell{
	width: 120px;
	height:171px;
	float: left;
	border:1px solid #DFDFDF;
	display:table-cell;
	margin:0px 0px 10px 0px;
	text-align:center;
	vertical-align:middle;
}
#specialsSmiffysGender .forward{
	margin:0px 10px 10px 0px;
}
#specialsSmiffysGender .first{
	clear: left;
}
.MainPage_CenterBox_SpecialsSmiffys_cell img{
	display:inline;
	float:none !important;
	margin:0px;
	max-width:120px;
	max-height:171px;
}
.MainPage_CenterBox_SpecialsSmiffys_cell a{
	display:block;
	float:none;
	margin:0;
	width:100%;
	height: 100%;
}

.main_page_banners_set3{
 margin: 10px 0px;
}
.banners_set3 {
	float: left;
	margin-left:7px;
	margin-bottom: 7px;
}

.banners_set3_cont {
	margin: 0px auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


#indexLicensedThemes {  /*background: url(../images/licensed_top.png) no-repeat left top;*/}

#indexLicensedThemes h3 {width: 100%; line-height: 49px; height: 49px;
	font-size: 14px; color: #4c4c4c; text-indent: 5px;
	/*background: url(../images/licensed_top.png) no-repeat left top;*/}

#indexLicensedThemes #indexLicensedThemes_bottom_line {	height: 12px;/*background: url(../images/licensed_bottom.png) no-repeat left top;*/}
#indexLicensedThemes #indexLicensedThemes_content { padding: 5px;/*background: url(../images/licensed_repli.png) repeat-y left top;*/}
#indexLicensedThemes .indexLicensedThemes_items { float: left; padding: 2px; }
.indexLicensedThemes_items img { height: 40px !important; max-height: 40px !important; max-width: 66px !important; }


#HomePageCallUs {
	width: 100%;
	float: left;
	display: none;
}

#prod_cont {}

#prod_cont FORM {margin: 0px!important;}



.imgLink {
	width: 100%;
	text-align: center;
	float: left;
}

#productDateAdded {
	width: 98%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#prod_cont h1 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #009AAF;
	float: left;
	width: 100%;
}

#productImage {
	float: left;
	width: 202px;
}
#productMainImage{width: 202px; text-align: center;}
#productMainImage img {border: 1px solid #bbbbbb;}
#productRight {
	float: left;
	margin-left: 10px;
	width: 316px;
}

#productPrices {
	padding-bottom: 15px;
}

.prod_label {
	width: 30%;
	float: left;
	font-weight: bold;
	font-size: 11px;
}
.prod_label a:link,.prod_label a:visited{
	color: #DA5607;
}
.prod_dynamic {
	width: 70%;
	float: left;
	text-align: justify;
	font-size: 11px;
}

.prod_dynamic select {
	border: 1px solid #4B4B4B;
	width: 85px;
}

.prod_dynamic #qty_nr {
	width: 40px;
}

#cartAdd {
	float: left;
	width: 100%;
}

#cartAdd input {
	float: left;
}

#cartAdd .normalprice {
	font-size: 11px;
	padding-left: 2px;
}

#cartAdd .productSpecialPrice {
	font-size: 13px;
}

#cartAdd .productPriceDiscount {
	display: none;
}

#qty_nr {
	height: 19px;
	width: 70px;
	font-size: 14px;
	border: 1px solid #4b4b4b;
	text-align: right;
}

.centerBoxWrapper {
	width: 100%;
	float: left;
}

.buttonRow {padding-left: 10px; margin-top: 10px;}
.buttonCenter {text-align: center;}

.buttonRow input {border: none !important;}

.buttonNewEntry {
	float: left;
	width: 50%;
	text-align: center;
}

.buttonDeleteAddress {
	float: left;
	width: 25%;
	text-align: center;
}

.hidden {
	border: none !important;
	width: 0px !important;
	height: 0px !important;
	/*float:left;*/
	background: transparent;
	display: none !important;
	margin: 0px !important;
	padding: 0px !important;
}


#shoppingCartDefault form{
	display: block;
}

.tableHeading {
	background-color: #dadada;
	height: 20px;
}

.tableHeading th {
	border: 1px solid #bbbbbb;
}

#scUpdateQuantity {
	border-left: none;
	border-right: none;
}

#scUnitHeading {
	border-left: none;
	border-right: none;
}

#scRemoveHeading {
	border-left: none;
}

.rowEven {
	background-color: #f5f5f5;
}
.rowOdd {
	background-color: #FFFFFF;
}

.cartUnitDisplay,.cartTotalDisplay,.cartRemoveItemDisplay,.cartQuantityUpdate
	{
	text-align: center;
}

.buttonCart {
	float: left;
	width:16.66%;
	text-align: center;
}
.clear{
	clear: right;
}

td.cartQuantity input {
	width: 70%;
	float: left;
	border: 1px solid #bbbbbb;
	margin-top: 12px;
	margin-left: 10px;
}

.cartImage {
	float: left;
}

.cartProdTitle {
	font-size: 11px;
	font-weight: bold;
	/*float:left;*/
	text-indent: 5px;
	/*line-height:43px;*/
	height: 50px;
}

#ezPageDefault{
	margin-left: 10px;
    margin-right: 10px;
	text-align: justify;
}

#ezPageDefault table h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 5px;
}

#PPECbutton {
	padding-top: 20px;
	text-align: center;
}

#cartSubTotal {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 78px 10px 0px;
}


.clearElement {clear:both; width:0px; height:0px; overflow:hidden;}
#conditions {
	padding-left:10px;
	float:left;
}

/* Contact */

#contact_left {
	width: 38%;
	float: left;
}

#contact_right {
    width: 58%;
    float: left;
}

#contact_left {
	margin-right: 2%;
}

#contact_left form {
	margin: 0px;
}

#contact_right {
	margin-left: 2%;
}

#contact_right fieldset {
	margin: 0px 0px 10px 0px;
}

#contact_right fieldset div {
	width: 100%;
	float: left;
	padding: 2px 0px;
}

#contact_right fieldset label {
	width: 30%;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
}

#contact_right fieldset span.alert {
	float: left;
}

#contact_right fieldset input,#contact_right fieldset textarea {
	width: 60%;
	float: left;
	border: 1px solid #bbbbbb;
	margin: 0.1em;
}

#contact_right fieldset input {
	height: 19px;
}

.alert {
	color: #ff0000;
}

#contact_right fieldset div.alert {
	text-align: center;
	padding-top: 10px;
	padding-right:0px;
}

.buttonContact {
	width: 47%;
	float: left;
}

#contact_right div.forward {
	text-align: right;
	padding-right: 10px;
}

#contact_right div.back {
	text-align: left;
	padding-left: 10px;
}

/* end contact */ /* my account */


#checkoutPayment #conditions {
	width: 20px;
}

input#gender-male,input#gender-female {
	border: none;
}



#loginDefault form {
	margin: 0px;
}

#loginDefault .buttonLogin {
	clear: both;
	display: block;
}

#loginDefault .buttonLogin input {
	float: none;
	border: medium none;
}

/*.create_account_row, .create_account_row1{}*/

#loginDefault fieldset input,#loginDefault fieldset textarea,#loginDefault fieldset select,
#createAcctDefault fieldset fieldset input,#createAcctDefault fieldset fieldset select,
#createAcctDefault fieldset fieldset textarea,#accountEditLogin fieldset input,
#accountEditDefault fieldset input,#passwordForgotten fieldset input,#checkoutNewAddress fieldset input,
#checkoutNewAddress fieldset select,fieldset#comments textarea,#customers_saved_basket_name,
#timeoutDefault fieldset input,#addressBookProcessDefault fieldset input,
#addressBookProcessDefault fieldset select,.formrow input
{
	border: 1px solid #bbbbbb;
}

#checkoutNewAddress fieldset,#addressBookProcessDefault fieldset
{
	width: 60%;
	margin: 0 auto;
}

#create_new_user_module
{
	width: 450px;
	margin: 0px auto;
}
#create_new_user_module .alert{
	text-align: right;
}
.buttonLogin {
	text-align: center;
	padding-top: 10px;
}

#loginDefault fieldset fieldset label,#createAcctDefault fieldset fieldset label,
#accountEditLogin fieldset label,#accountEditDefault fieldset label,#accountEditDefault fieldset label,
#checkoutNewAddress fieldset label,#timeoutDefault fieldset label,
#addressBookProcessDefault fieldset label,.formrow label
{
	display: inline-block;
	width: 30%;
	text-align: left;
	padding: 0px 5px;		
}
#returning_user label {	width: 100px; text-align: left; margin-left: 170px; display: inline-block;}

#passwordForgotten fieldset label,#timeoutDefault fieldset label
{width: 100px; text-align: left; margin-left: 170px; display: inline-block;}


#loginDefault fieldset fieldset input,#loginDefault fieldset fieldset select,
#createAcctDefault fieldset fieldset input,#createAcctDefault fieldset fieldset select,
#accountEditLogin fieldset input,#accountEditDefault fieldset input,#accountEditDefault fieldset input,
#checkoutNewAddress fieldset input,#checkoutNewAddress fieldset select,#customers_saved_basket_name,
#addressBookProcessDefault fieldset input,
#addressBookProcessDefault fieldset select,.formrow input
{
	width: 170px;
	/*float: left;*/
}

.create_account_row1 input {
	width: 10px !important;
	border: none !important;
}

.create_account_row1 label {
	width: auto !important;
}



#accountDefault,.padded {/*	width: 98%; float: left;*/ margin-left: 10px; text-align: justify;}
#accountDefault {font-size: 11px;}

#myAccountGen li {padding: 10px 0px;}
#myAccountGen li span {	font-size: 1.3em;}
#myAccountGen li p {float: none;text-indent: 0px !important;margin-left: 15px;}

#myAccountNotify li {padding: 10px 0px;}
#myAccountNotify li span {font-size: 1.3em;}
#myAccountNotify li p {float: none; text-indent: 0px !important; padding-left: 15px;}

#accountEditLogin fieldset {
	width: 60%;
	margin: 0 auto;
	padding-left: 40px;
}

.buttonEditLogin_l,.buttonAdressBook_l,.buttonUpdateBook_l {
	width: 48%;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.buttonEditLogin_r,.buttonAdressBook_r,.buttonUpdateBook_r {
	width: 48%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

#addressBookDefault div.instructions {
	padding-top: 10px;
}

#addressBookDefault fieldset .addressBookList {
	width: 48%;
	float: left;
	padding: 10px 5px;
	text-align: center;
}

#addressBookDefault fieldset .addressBookList h3 {
	text-align: left;
	text-indent: 20px;
}

#addressBookDefault fieldset .addressBookList address {
	text-align: left;
	padding: 10px;
	height: 110px;
}

#accountEditDefault fieldset {
	width: 80%;
	margin: 0 auto;
}

.hiddenField {
	display: none;
}

/* end my account */

.separator {
	width: 100%;
	float: left;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	display: block;
}

.separator1 {
	width: 100%;
	float: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	display: block;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	margin: 5px 0px;
	clear: both;
}


#checkoutShippingHeading,#checkoutPaymentHeading,#checkoutConfirmDefaultHeading { }

#checkoutShipping FORM,#checkoutPayment FORM,#checkoutConfirmDefault FORM{ display: block; }


.checkoutShippingContentChoose {padding: 4px 0px;}
.checkoutShippingContentChoose *{display: inline-block;}
.checkoutShippingContentChoosePrice {color: #FF3D2B; font-weight: bold; width: 40px;}

.checkoutShippingContentChooseDetail {font-weight: bold; padding-left: 20px;}

#checkoutConfirmDefault .buttonRow {
	margin: 5px 0px;
}
#checkoutShoppingCart .buttonRow{padding:0px;}
#checkoutOrderComments .buttonRow{padding:0px;}

.ccinfo input,.ccinfo select,#disc-ot_coupon {
	float: left;
	border: 1px solid #bbbbbb;
}

.ccinfo label {
	float: left !important;
	width: 80px;
	margin-right: 15px;
}

.moduleRow,.moduleRowSelected {
	float: left;
	width: 26%;
	margin: 10px 1.5%;
	padding: 10px;
}

#defaultSelected {
	background-color: #F5F5F5;
}

.checkoutPaymentBox_l,.checkoutPaymentBox_r,#myAccountShipInfo,#myAccountPaymentInfo
	{
	width: 49%;
	float: left;
	/*height:215px;*/
}

.checkoutPaymentBox_l fieldset,.checkoutPaymentBox_r fieldset {
	height: 195px;
}

#checkoutComments textarea,#checkoutComments imput {
	border: 1px solid #BBBBBB;
}

.checkoutPaymentBox_l {
	padding-right: 1%;
}

.checkoutPaymentBox_r {
	padding-left: 1%;
}

#text_card {
	float: left;
	height: 60px;
	width: 60px;
}

#img_card {
	float: left;
	width: 278px;
	padding-left: 5px;
}

#checkoutPaymentDiscount p {
	line-height: 18px;
	padding-bottom: 15px;
	font-size: 12px;
}

#checkoutBillto address {
	padding: 10px;
}


#checkoutShipto address {
	padding: 10px;
}



.cartTotalDisplay,.cartUnitDisplay,.cartQuantity input {
	text-align: right;
	padding-right: 5px;
}

.cartTotalDisplayOrder {
	text-align: right;
	padding-right: 5px;
	width: 17%;
}

#ccTotalHeadingOrder {
	width: 17%;
	text-align: right;
	padding-right: 5px;
}

.cartQuantity {
	width: 4.7em;
	text-align: center;
}

.cartQuantityOrder {
	width: 4.7em;
	text-align: center;
	padding: 0.5em 0;
}

#ccTotalHeading {
	text-align: right;
	padding-right: 5px;
}

.cartTotalTaxOrder {
	text-align: center;
}

.cartProductDisplayOrder {
	padding-left: 5px;
}

#accountHistoryDefault fieldset {
	width: 30%;
	float: left;
	margin: 10px 0.75% !important;
	height: 156px;
}

#accountHistoryDefault fieldset .content {
	padding-bottom: 5px;
}


.accountTotalDisplay {
	text-align: right;
}

.totalsLine {
	float: left;
	width: 100%;
}

.totalBox {
	float: right;
	padding: 0.5em 0;
	padding-right: 5px;
	width: 17%;
	text-align: right;
}

.lineTitle {
	width: 81%;
	text-align: right;
	padding: 0.5em 0;
	float: left;
	font-weight: bold;
}

#saveBasket p {
	padding: 10px 0px;
	text-indent: 0px;
}

.shippingEstimatorWrapper {
	width: 450px;
	margin: 0 auto;
}

.shippingEstimatorWrapper p {
	text-align: center;
}

.shippingEstimatorWrapper address {
	padding: 0px 0px 10px 0px;
}

.shippingEstimatorWrapper select {
	border: 1px solid #bbbbbb;
}

#seShipTo {
	font-size: 12px;
	font-weight: bold;
	color: #009AAF;
	padding-top: 10px;
}
/*
#passwordForgotten fieldset,#returning_user,#create_new_user {
	width: 750px;
	float: left;
	clear: both;
	display: block;
}
*/

#passwordForgotten .buttonEditLogin_l input {
	margin: 0px;
	float: none;
	border: none;
}

.buttons {
	width: 100%;
	float: left;
	display: table;
}

.newsScrollerSideBox {
	height: 138px;
}

.NewsLine {
	padding: 12px 5px 0px 10px;
    background: url(../images/sideBox_content.png) center bottom no-repeat;
    min-height: 150px;
}

.NewsLine li {
	background: url(../images/bullet.png) left 4px no-repeat;
	padding-left: 13px;
	padding-bottom: 2px;
}

.NewsLine li span {
	font-size: 9px;
	color: #EB7526;
}

.NewsLine li a {
	font-size: 11px;
}

.module-inline {
	width: 47%;
	margin: 1.5%;
	float: left;
}

#un_savedcart_list .buttons { margin-left: 1.5%;}

.module-body {
	float: left;
	width: 100%;
	display: table;
}

.module-header {
	font-size: 12px;
	font-weight: bold;
	color: #009AAF;
	margin-bottom: 10px;
	float: left;
}

ul.inside {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

ul.inside li,.smallbuttons {
	width: 100%;
	float: left;
	font-weight: bold;
}

ul.inside li span.label {
	width: 30%;
	float: left;
	font-weight: normal;
}

ul.inside li strong {
	width: 10%;
	float: left;
}

.padded table th {
	font-size: 12px;
	padding: 3px 0px;
}

.padded table tr.odd {
	background-color: #f5f5f5;
}

.padded table td {
	padding: 3px 0px;
}
/*
#cartContentsDisplay {
	float: left;
}
*/
#createAcctSuccessHeading,.success {
	color: #51bd17;
}

#products_holder .no_products {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}

#text_no_product {
	color: #434242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}



#productLicensed {
	padding-top: 10px;
}

.themeImage {
	float: left;
	max-width: 30%;
	padding-left: 10px;
}

.themeCopyright {
	float: left;
	width: 60%;
	padding-left: 10px;
}

.dLicensed {
	padding-top: 10px;
}

#accessoriesOptionsText {
	padding-left: 5px;
}

#textLicensed {
	padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#textLicensedCategory {
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#newsletter_subscribe_form {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#newsletter_subscribe_line1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 23px;
}

#newsletter_subscribe_line1 .inputLabel {
	float: left;
	width: 10%;
	height: 19px;
	padding-top: 3px;
}

#newsletter_subscribe_line1 .inputField {
	float: left;
	width: 20%;
}

#newsletter_subscribe_line1 .inputImput {
	float: left;
	border: 1px solid #BBBBBB;
	margin: 0.1em;
	padding-left: 2px;
	padding-top: 1px;
}

#newsletter_subscribe_line1 .buttonSubscribe {
	float: left;
	height: 23px;
}

#checkoutConfirmDefault .back {
	float: left;
}

#checkoutConfirmDefault .forward {
	float: right;
}

#checkoutOrderComments,#checkoutShoppingCart {
	width: 100%;
}

#checkoutConfirmDefault #checkoutBillto,#checkoutConfirmDefault #checkoutShipto
	{
	width: 50%;
}

#myAccountOrdersStatus {
	width: 100%;
	float: left;
}

#ezpages #ezpagesContent {
	margin-left: 12px;
	float: left;
	width: 208px;
}

#ezpagesContent li {
	width: 191px;
	float: left;
	background:url(../images/bullet1.png) 0px 5px no-repeat;
	padding-left: 10px;
}

#ezpagesContent li:hover
{
	background: url(../images/bullet_over.gif) 0px 4px no-repeat;
}



#siteMapList {padding-left:10px;}

#siteMapList ul li{
	padding-left:15px;
	background:transparent url(../images/bullet1_trans.png) no-repeat scroll 0px 4px;
}
#siteMapList ul li ul li{
	padding-left:15px;
	background:transparent url(../images/bullet_trans.png) no-repeat scroll 0px 4px;
}
#siteMapList ul li ul li ul li{
	padding-left:15px;
	background:transparent url(../images/bullet_trans.png) no-repeat scroll 0px 4px;
}



/* bof navSplit */
.navSplitPagesLinks {
	float: left;
    padding-bottom:5px;
    /*padding-left:10px;*/
    padding-top:5px; 
}
.navSplitPagesResult {
    float: right;
    padding-bottom:5px;
    padding-left:10px;
    padding-top:5px;
    text-indent: 10px;
}

.navSplitItemPerPage{
	float: right;
    padding-bottom:5px;
    padding-left:10px;
    padding-top:5px;
	text-align: right;
}

.navSplitItemPerPage *{
	color: #434242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.navSplitItemPerPage select,.navSplitItemPerPage option{
	font-size:11px;
	color:#010101;
	font-weight:normal;
}
.navSplitItemPerPage select{
	border: 1px solid #4B4B4B;
}
/* eof navSplit */

/*
#productsListingDisplayItemPerPage {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 26%;
	text-align: right;
}

#productsListingDisplayItemPerPage .select_item_per_page {
	border: 1px solid #4B4B4B;
}

#productsListingDisplayItemPerPage .text_display {
	color: #434242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}*/

#sorter{
	padding-left:10px;
}
#sorter select{
	border: 1px solid #4B4B4B;
}






.wrapperAttribsOptions {
float:left;
font-size:11px;
text-align:justify;
}
#productAttributes {
float:left;
margin-bottom:10px;
margin-top:10px;
width:100%;
}
.attribsSelect {
font-size:11px;
text-align:justify;
}

.wrapperAttribsOptions select{
	border: 1px solid #4B4B4B;
}


.sideBoxClear {text-align: center; padding-bottom: 20px;}
.sideBoxClear .sideBoxContent {background: none;}

#footer a { padding: 0px 5px;}

#footer_menu {
    width: 100%;
    float: left;
    height: 30px;
    border-top: 1px solid #B3B3B3;
    overflow: hidden;
    padding-top: 10px;
}

#footer_menu ul {
    width: 100%;
    display: inline;
    float: left;
}

#footer_menu ul li {
    float: left;
    padding: 0px;
    text-align: center;
}

#footer_menu ul li a:link,#footer_menu ul li a:visited {
    color: #B3B3B3;
    font-size: 12px;
    /*font-weight:bold;*/
    line-height: 30px;
}

#footer_menu ul li a:hover,#footer_menu ul li a:active {
    color: #DA5607;
}

#footer_menu a{padding: 0px 17px;}


#footer_menu1 {
    padding-left: 10px !important;
}

#footer_menu_last {
    border: none !important;
}

#shoppingcart {background: url(../images/shoppingCart_bg.png) center top no-repeat; height: 84px; overflow: hidden;}
#shoppingcart h3 {color: #6e6e6e; background: none; font-size: 12px;}

.cartBoxMain {font-weight: bold; font-size: 12px; padding:5px 0 0 16px; line-height: 22px; width: 112px; float: left;}
.cartBoxTotal {color:#e70000;}
#cartBoxButton {float: right; width: 42px; height: 47px; margin: 2px 5px 0 0;}
#copyright {text-align: center; padding-bottom: 10px; color: #aaa;}
.titleHeading {background: url(../images/pageTitle_bg_withIcon.png) left center no-repeat; font-size: 12px; color: #6e6e6e; padding: 8px 0 8px 55px; margin-bottom: 10px;}

#head_content {height: 240px; overflow: hidden;}

.topBannerInfo {margin-top: -285px; padding-left: 30px; width: 390px;}
    .topBannerInfo .campainLnk {padding: 0 0 0 92px; font-weight: bold; color: #717171; font-size: 15px; background: url(../images/click.png) left center no-repeat;}
    .topBannerInfo h1 {color: #4d4d4d; font-size: 30px;}
    .topBannerInfo p {color:#ee0000; font-size: 13px; font-weight: bold; line-height: 18px; padding-bottom: 15px;}
    
.newsHeadlineTitle {float:left; display:block;}
.newsHeadlineDate {float:right; display:block; padding-right:15px;}
span.clearElement {display:block;}

#productName {display: none;}
.catMetaDescContent {border:1px solid #CCCCCC; margin:5px auto; padding:10px; text-align:justify; width:536px; font-size: 11px; font-weight: normal; font-style: normal; color: #010101; }

.indexDefaultSEO {height: 10px; margin-top: -10px; float:left; overflow:hidden; display:block; text-align:right;}