/* General page layout  begin */
body {
	margin: 0px;
	color: #1F1F1F;
	font-size: 12px;
	font-style: normal;
	font-family: arial, verdana, arial, sans-serif;
	background:#666666;
	behavior:url('csshover.htc');
	text-align:center;
}
/*.sfhover*/

/** html td {
  behavior: url(templates/Original/iepngfix.htc);
}*/
#pageBody{
	width:781px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#pageContent{
	width:778px;
	background:#fff;
	padding-top:128px;
	margin-bottom:0px;
	padding-bottom:0;
	float:left;
}
#header{
	left:0;
	top:0;
	width:778px;
	height:128px;
	float:left;
	position:absolute;
}
/*#box-wrap{
	float:left;
*	padding-top:128px;
*	margin-bottom:0px;
	padding-bottom:0;
	width:778px;
}*/
#left-content{
	float:left;
	width:778px;
}
#footer{
	float:left;
	width:778px;
}
#left{
	width:166px;
*	width:176px;
	float:left;
	padding:0 5px;
}
#content{
	width:602px;
	float:right;
}
.clear{
	clear:both;
	font-size:0px;
	height:0;
}


#content h1{
	font-size:15px;
	color:#999;
	margin:0 0 10px 0;
	font-weight:normal;
}
#content h2{
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	vertical-align:top;
	margin:0;
	padding: 0 0 0 10px;
	background:#BBC3D3 url(images/h2_bg.gif) no-repeat left top;
}


/* header */
#header .logo{
	float:left;
}
#header .languages{
	float: right;
	padding:66px 6px 0 0;
	color:#999999;
}
#header .languages a{
	color:#999999;
	font-size:11px;
	text-decoration:none;
}
#header .languages a:hover{
	text-decoration: underline;
}
#header .menu{
	float: left;
	width:778px;
	background:url(images/menu_bgd.gif) repeat-x top;
	height:41px;
}


#header .menu ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	float:left;
	width: 100%;
}
#header .menu li{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
	float:left;
	position:relative;
	width:155px;
	height:41px;
	color:#fff;
	font-size:10px;
	background:url(images/menu_border.gif) no-repeat left bottom;
}
#header .menu li a{
	color:#a6c2d2;
	position:relative;
	left:10px;
	top:12px;
	width:60px;
	float:left;
	line-height:1;
}
#header .menu li li a{
	color:#fff;
	left:0;
	top:0;
	width: auto;
	float: none;
	line-height: normal;
}
#header .menu li a:hover{
	text-decoration:none;
}
#header .menu li ul{
	display:none;
	width:152;
	position:absolute;
	top:41px;
	left:0;
	background:#014f7d;
}
#header .menu li ul ul{
	top:0;
	left:150px;
}
#header .menu li:hover ul, #header .menu li.sfhover ul{
	display: block;
}
#header .menu li:hover ul ul, #header .menu li.sfhover ul ul{
	display: none;
}
#header .menu ul ul li:hover ul, #header .menu ul ul li.sfhover ul{
	display: block;
}
#header .menu ul ul li:hover ul ul, #header .menu ul ul li.sfhover ul ul{
	display: none;
}
#header .menu ul ul ul li:hover ul, #header .menu ul ul ul li.sfhover ul{
	display: block;
}
#header .menu li ul li{
	width:146;
*	width:150;
	background:#337297;
	margin:0 0 1px 1px;
	padding:2px 0 0 4px;
	height:14px;
*	height:16px;
}
#header .menu li ul li:hover, #header .menu li ul li.sfhover{
	background:#014f7d;
}


#header .menu a.menu1{
	background:url(images/menu/menu_1.gif) no-repeat 0 0;
	float:left;
	width:155;
	height:41px;
}
#header .menu a.menu1:hover{
	background:url(images/menu/menu_1.gif) no-repeat 0 -41px;
}
#header .menu a.menu2{
	background:url(images/menu/menu_2.gif) no-repeat 0 0;
	float:right;
	width:155;
	height:41px;
}
#header .menu a.menu2:hover{
	background:url(images/menu/menu_2.gif) no-repeat 0 -41px;
}
#header .menu a.menu3{
	background:url(images/menu/menu_3.gif) no-repeat 0 0;
	float:right;
	width:155;
	height:41px;
}
#header .menu a.menu3:hover{
	background:url(images/menu/menu_3.gif) no-repeat 0 -41px;
}
#header .menu a.menu5{
	background:url(images/menu/menu_5.gif) no-repeat 0 0;
	float:right;
	width:155;
	height:41px;
}
#header .menu a.menu5:hover{
	background:url(images/menu/menu_5.gif) no-repeat 0 -41px;
}
#header .headerLine{
	float: left;
	width:778px;
	background:url(images/head_line.gif) repeat-x top;
	height:7px;
}
/* header off */

/* left off */
#left h1{
	margin:0;
	font-size:12px;
}

#left .login{
	background:#e0e4e3;
	margin-bottom:5px;
}
#left .login .box{
	padding:3px 3px 5px 11px;
	color:#666666;
}
#left .login .box .button{
	float:right;
	padding-top:9px;
}
#left .login .box .inp {
	padding-bottom:3px;
}
#left .login .box .inp input{
	border-top:2px solid #828177;
	border-left:2px solid #828177;
	border-right:2px solid #f9f8f3;
	border-bottom:2px solid #f9f8f3;
	width:120px;
	height:19px;
}
#left .login .box a{
	text-decoration:none;
	color:#666666;
}
#left .login .box a:hover{
	text-decoration: underline;
}
#left .login .box1{
	padding:3px 3px 5px 0px;
	color:#666666;
}
#left .login .line{
	border-bottom:1px solid #b3bdbb;
}
#left .banner1{
	height:68px;
	background:#004f7d;
	padding-top:12px;
}
#left .banner2{
	margin-bottom:5px;
}
#left .information {
	background:#f4f4f4;
	margin-bottom:5px;
}
#left .information .box a{
	float:left;
	width:145px;
	background:url(images/link_information.gif) no-repeat 12px 3px;
	padding:0 0 3px 24px;
	font-size:12px;
	color:#000;
}

#left .infoBox{
	background:#f4f4f4;
}
#left .infoBox .box{
	background:#f4f4f4;
	padding:3px 10px;
}
#left .otherColor{
	color:#666;
}
/* left off */

/* footer */
#footer{
	text-align:center;
	height:18px;
	background:#004f70;
	border-top:1px solid #004f70;
	color:#fff;
	padding-top:2px;
}
/* footer off*/

/* main page*/
.mainPageTop{
	margin-bottom:5px;
}
.mainPageTop .image{
	float:left;
}
.mainPageTop .mainPageTopText{
	float:left;
	background:#92a6a2;
	width:257px;
*	width:277px;
	height:166px;
*	height:186px;
	color:#fff;
	padding:10px;
	margin-right:5px;
}
.mainPageTop .mainPageTopText a{
	color:#fff;
	text-decoration:underline;
}
.mainPageTop .mainPageTopText a:hover{
	color:d3e1ee;
	text-decoration:underline;
}

.mainPage{
	float: left;
	width:375px;
*	width:395px;
	border:1px solid #999;
	padding:10px;
	background:#f4f4f4;
}
#content .mainPage h1{
	font-size:15px;
	color:#666;
	font-weight:bold;
}

.mainPageNavigation{
	float:left;
	width:195px;
	margin-right:5px;
}
/* main page off*/

/* information */
.information {
	padding:10px;
}
#content .information h1{
	font-weight:bold;
	color:#666
}
#content .information a{
	color:#004f70
}
/* information off */

#left .information {
	padding:10px 0;
}


/* linkPage */
.linkPage{
	padding:5px;
}
.linkPage .link_categor{
	border-bottom:1px solid #971601;
	color:#971601;
	font-size:9px;
	line-height:0.9;
	padding:10px 0 0 0;
	margin-bottom:5px;
}
.linkPage .links{
	float:left;
	width:175px;
	height:18px;
	background:url(images/line.gif) bottom repeat-x;
	padding:2px 0 0 0;
	margin-right:10px;
}
.linkPage .links a{
	color:#004F70;
	font-size:12px;
}
/* linkPage off */

/* productInfo */
.productInfo{
	margin:5px 0 0 0;
	width:580px;
	padding:0 0 0 5px;
}
.productInfo .productImage{
	float:left;
	padding:0px;
}
.productInfo .productImage img{
	float:left;
	border:1px solid #e7e4e4;
	margin:0;
}
.productInfo .productImage a{
	color:#004F70;
	margin:0;
	float:left;
}
.productInfo .rightArea{
	width:440px;
	float:right;
}
#content .productInfo .rightArea h1{
	font-size:12px;
	text-decoration:underline;
	color:#004f7d;
	font-weight:bold;
}
#content .productInfo .rightArea .price{
	font-size:16px;
	color:#971601;
	font-weight:bold;
	padding:10px 0;
}
#content .productInfo h2{
	background:#5f95b6;
	height:25px;
*	height:34px;
	font-size:14px;
	font-weight:bold;
	padding-top:9px;
}
/* productInfo off */



#content .buttonBox{
	padding:8px 10px 5px 10px;
	border:1px solid #5f95b6;
	background:#f8f8f9;
	text-align:right;
	margin:5px 0 20px 0;
	clear:both;
}
#content .buttonBox div{
	display:inline;
	margin-left:20px;
	padding:0;
}
div.contentBox .productColumnSell{
	float:left;
	width:260px;
	margin:10px 7px;
	text-align:left;
	font-weight:bold;
}
div.contentBox .productColumnSell p{
	margin:0;
	padding:0;
}
div.contentBox{
	border: none;
	background:#f8f8f9;
	width:100%;
	float:left;
}
div.contentBox p.productImageCell{
	float:left;
	margin-right:10px;
	width:100px;
	/*border:5px solid #f5f5f5;*/
}
div.contentBox p.productImageCell a{
	float:left;
}
div.contentBox .productImageCell img{
	float:left;
	border:1px solid #e7e4e4;
}
div.contentBox p.productNameCell {
	padding:0 0 2px 0;
}
div.contentBox p.productDescriptionCell {
	padding:0 0 2px 0;
}
div.contentBox .productNameCell a{
	font-size:12px;
	font-weight:bold;
	color:#004f7d;
	text-decoration:underline;
}
div.contentBox .productNameCell a:hover{
	text-decoration:none;
}
div.contentBox .productPriceCell{
	font-size:14px;
	color:#971601;
	font-weight:normal;
}
div.contentBox .productPriceOld{
	text-decoration:line-through;
}

a{
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#333333;
}
input.transpng {
	behavior: url("png.htc");
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bubble.png');*/
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#333333;
}
/*--------*/
td {
	font-size:12px;
}
TD.main, P.main {
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 11px;
}
.bold {
	font-weight: bold;-
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {
}
.lineV {
}
.lineH {
	background:url(images/lineh.gif) repeat-x center;
	height:1px;
	font-size:1px;
}
/*--------*/
.left_bg {
}
.center_bg {
}
.right_bg {
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
tr.header {
}
td.header {
}
td.header a:link, td.header a:visited {
}
td.header a:hover {
}
td.headerNavigation {
}
a.headerNavigation, a:visited.headerNavigation {
}
a:hover.headerNavigation {
}
.breadcrumb{
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
font-size:15px;
}

/*----categories----*/
#category-nav {
	padding:0 0 5px 0;
	float:left;
}
#category-nav a, #category-nav a:visited {
}
#category-nav a:hover {
}
dl.level1 {
	margin:0;
}
#category-nav dl {
	margin:0;
}
#category-nav dd {
	margin:0;
}
#category-nav dt {
	background:#f4f4f4;
	float:left;
	width:166px;
	font-size:12px;
	color:#000;
}
#category-nav dt a{
	float:left;
	width:145px;
	background:url(images/link_information.gif) no-repeat 12px 3px;
	padding:0 0 3px 24px;
	font-size:12px;
	color:#000;
}
#category-nav dt.level-sel {
}
#category-nav dt.level-act {
}


/*----infobox Left----*/
td.infoboxcell {
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}




/*--------*/
table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
}
td.infoBoxHeadingCenter {
}
td.infoBoxHeadingRight {
}

.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
}
td.infoBoxContentsCenter {
}
td.infoBoxContentsRight {
}

table.infoBoxContents {
}
td.infoBoxContents {
}

table.infoBoxContents td.productImageCell{
}
table.infoBoxContents td.productNameCell {
}
table.infoBoxContents td.productNameCell a{
}
table.infoBoxContents td.productNameCell a:hover {
}

table.infoBoxContents td.productPriceCell {
}
table.infoBoxContents .productPriceSpecial {
}
table.infoBoxcontents .productpriceold {
}
table.infoBoxContents .productPriceCurrent {
}

table.infoBoxContents a.infoBoxLink{
}
table.infoBoxContents a.infoBoxLink:hover {
}



/*----infobox1 -------------------------------------*/
table.infobox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
}
td.infoBox1HeadingCenter {
}
td.infoBox1HeadingRight {
}

.infobox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
}
td.infoBox1ContentsCenter {
}
td.infoBox1ContentsRight {
}

table.infoBox1Contents {
}
td.infoBox1Contents {
}

table.infoBox1Contents td.productImageCell{
}
table.infoBox1Contents td.productNameCell {
}
table.infoBox1Contents td.productNameCell a{
}
table.infoBox1Contents td.productNameCell a:hover {
}

table.infoBox1Contents td.productPriceCell {
}
table.infoBox1Contents .productPriceSpecial {
}
table.infoBox1contents .productPriceOld {
}
table.infoBox1Contents .productPriceCurrent {
}

table.infoBox1Contents a.infoBoxLink{
}
table.infoBox1Contents a.infoBoxLink:hover {
}





/*----contentbox-----------------------------------------------*/
td.contentBoxHeadingLeft {
	display:none;
}
td.contentBoxHeadingCenter {
	font-size:12px;
	font-weight:bold;
	padding:0 0 10px 0;
}
td.contentBoxHeadingRight {
	display:none;
}

.contentboxfooter {
}

table.contentBox {
	border:1px solid #5f95b6;
	background:#f8f8f9;
}
td.contentBoxContentsLeft {
}
td.contentBoxContentsCenter {
}
td.contentBoxContentsRight {
}

table.contentBoxContents {
}
table.contentBox td.productColumnSell {
}
table.contentBox table.productTable {
}
table.contentBox td.productImageCell {
}
table.contentBox td.productNameCell {
}
table.contentBox td.productNameCell a{
}
table.contentBox td.productNameCell a:hover {
}

table.contentBox td.productPriceCell {
}
table.contentBox .productPriceSpecial {
}
table.contentBox .productPriceOld {
}
table.contentBox .productPriceCurrent {
}



/*----contentbox1-----------------------------------------------*/
td.contentBox1HeadingLeft {
}
td.contentBox1HeadingCenter {
}
td.contentBox1HeadingRight {
}

.contentbox1footer {
}

table.contentBox1 {
}
td.contentBox1ContentsLeft {
}
td.contentBox1ContentsCenter {
}
td.contentBox1ContentsRight {
}

table.contentBox1Contents {
}
table.contentBox1 td.productColumnSell {
}
table.contentBox1 table.productTable {
}
table.contentBox1 td.productImageCell {
}
table.contentBox1 td.productNameCell {
}
table.contentBox1 td.productNameCell a{
}
table.contentBox1 td.productNameCell a:hover {
}

table.contentBox1 td.productPriceCell {
}
table.contentBox1 .productPriceSpecial {
}
table.contentBox1 .productPriceOld {
}
table.contentBox1 .productPriceCurrent {
}



/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	background:#5f95b6;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding-left:2px;
	height:35px;
}
.productListing-heading td{
	background:#5f95b6;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

a.productListing-heading, a.productListing-heading:visited{
}
a.productListing-heading:hover {
}

#firstHeadingSell, #firstContentSell {
	border-left: 1px solid #6876a4;
	padding-left: 5px;
}
#lastHeadingSell, #lastContentSell {
	border-right: 1px solid #6876a4;
	padding-right: 5px;
}
.productListing-bottom {
	height: 1px;
	background: #6876a4;
	font-size: 0px;
}
.productlisting-headingPrice {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
TD.productListing-data {
  padding:2px 2px 0px 2px;
}
TD.productListing-data td{
	font-size:11px;
}
TD.productListing-data td a{
	text-decoration:underline;
}
TD.productListing-data td a:hover{
	text-decoration: none;
}
TD.productListing-data input{
	border-left:2px solid #828177;
	border-top:2px solid #828177;
	border-right:2px solid #f9f8f3;
	border-bottom:2px solid #f9f8f3;
}
td.productListing-data .productPriceCurrent{
	padding-right:15px;
}
A.pageResults {
	color: #0000FF;
}
A:visited.pageResults {
	color: #0000FF;
}
a:hover.pageResults {
	color: #0000FF;
	background: #FFFF33;
}
/* Checkout confirmation */
.orderEdit {
	color: #004f70;
	text-decoration: none;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
TR.productListing-odd {
background: #f8f8f9;
}
TR.productListing-even {
background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
/* Used on forms */
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
	line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
	color: #da5820;
	text-decoration:none;
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 11px;
	color: #7985ae;
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background:#e9f4fc;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background:#e9f4fc;
}
.checkoutBarFrom, .checkoutBarTo {
	color: #8C8C8C;
}
.checkoutBarCurrent {
	color: #000;
}
/* Content layout  end */




/* Footer  layout begin */
table.footer {
}
td.footer {
}
table td.footer a {
}
table td.footer a:hover {
}



/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

div.bonus_points_cont {
  position: relative;
  text-align: right;
}
div.bonus_points {
  position: absolute;
  top: 0px; right: 0px;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
html > body div.bonus_points {
  text-align: right;
  left: -111px;
}

#id_mysql_error{
  position:absolute;
  width:70%;
  background:#fddbdb;
  border:1px solid #525252;
  left:14%;
  top:50px;
}
#id_mysql_error td{
  font-size:11px;
  font-family:tahoma;
}
#id_mysql_error .heading{
  background:url(images/heading.gif);
  height:23px
}
#id_mysql_error .heading .heading{
  background:none;
  padding-left:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
}
#id_mysql_error .close{
  text-align:right;
  padding-right:3px;
}
#id_mysql_error .error{
  padding:15px 15px 30px 15px;
}
table.createAccountSuccess td a{
	color:#00e;
}

.contactUs{
	padding:5px;
	width:460px;
}
#content div.contactUs h1{
	color:#666;
}
.contactUs .contentBox{
	padding:5px;
	margin-bottom:20px;
}
.contactUs .contentBox p{
	padding:0 0 5px 0;
	margin:0;
}
.contactUs .floatLeft{
	float:left;
	width:200px;
	padding-bottom:30px;
}

.imgSubCategory img{
	border:1px solid #e7e4e4;
	margin:0;
}
.imgSubCategory table{
	border:5px solid #f5f5f5;
	border-spacing:0;
	margin:0;
	padding:0;
}
.imgSubCategory table td{
	border-spacing:0;
	padding:0;
}
.nameSubCategory {
	padding:2px 0 10px 0;
}
.nameSubCategory a{
	color:#004f7d;
	text-decoration:underline;
}

#content .login td{
	font-size:12px;
	line-height:1.5;
}
#content .login .contentBoxContents{
	height:100%;
}

#content .checkout td{
	font-size:12px;
}

.socialLinks{
  position: absolute;
  top: 10px;
  right: 0;
  width: 254px;
}
.socialLinks a img{
  border: 0;
}
.socialLink{
  float: left;
  margin-right: 5px;
}
