@charset "utf-8";

/* CSS Document */


body
{
	background-color: #c21217;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

h2
{
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	color: #AF0C11;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a
{
	color: #BA191F;
}

a:hover
{
	color: #000;
}

form
{
	margin: 0px;
	padding: 0px;
}

.hr
{
	background-color: #E9E9E9;
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr hr
{
	display: none;
}

.hr1
{
	background-color: #9B9799;
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bodyBkg
{
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #221E1F;
}

#wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrapper #header
{
	height: 160px;
	position: relative;
}

#wrapper #header #logo
{
	position: absolute;
	left: 0px;
	top: 18px;
}

#wrapper #header #topMenu
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	left: 272px;
	top: 29px;
	width: 676px;
}

#wrapper #header #topMenu li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#wrapper #header #topMenu li a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231F20;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	text-shadow: -1px -1px 0px #960A11;
}

#wrapper #header #topMenu li a:hover,
#wrapper #header #topMenu li a.active
{
	background-color: #960A11;
	background-image: url(../images/menu-bkg-active.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-shadow: -1px -1px 0px #960A11;
}

#wrapper #header #formSearch
{
	position: absolute;
	left: 10px;
	background-color: #262223;
	margin: 0px;
	padding: 0px;
	border: 1px solid #141313;
	width: 247px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	height: 25px;
	bottom: 20px;
}

#wrapper #header #formSearch #search
{
	font-size: 11px;
	color: #FFF;
	background-color: #262223;
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 210px;
}

#wrapper #header #formSearch #searchButtonBkg
{
	background-color: #5E5558;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

#wrapper #header #headerLabel
{
	font-size: 10px;
	color: #C4BDBE;
	position: absolute;
	width: 327px;
	left: 274px;
	bottom: 20px;
}

#wrapper #header #cartWrapper
{
	position: absolute;
	right: 20px;
	background-image: url(../images/cart-bkg.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 277px;
	bottom: 0px;
}

#wrapper #header #cartWrapper #cartButton
{
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 50px;
	width: 50px;
}

#wrapper #header #cartWrapper #cartName
{
	position: absolute;
	width: 180px;
	top: 15px;
	right: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-shadow: 1px 1px 0px #000;
}

#wrapper #header #cartWrapper #cartLinks
{
	position: absolute;
	top: 29px;
	right: 15px;
	width: 180px;
	text-align: center;
}

#wrapper #header #cartWrapper #cartLinks a
{
	color: #fede2e;
}

#wrapper #header #cartWrapper #cartPrice
{
	position: absolute;
	top: 51px;
	right: 15px;
	font-size: 15px;
	font-weight: bold;
	width: 180px;
	text-align: center;
	text-shadow: 1px 1px 0px #000;
}

#wrapper #columnBkg
{
	background-image: url(../images/bkgline.gif);
	background-repeat: repeat-y;
	background-position: right;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}

#wrapper #columnLeft
{
	width: 250px;
	float: left;
	color: #8c8c8c;
	text-align: center;
	margin-left: 10px;
	padding-bottom: 40px;
}

#wrapper #columnLeft a
{
	color: #F63A3B;
}

#wrapper #columnLeft a:hover
{
	color: #FFF;
}

#wrapper #columnLeft #menu
{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

#wrapper #columnLeft #menu li,
#wrapper #columnLeft #menu ul li
{
	margin: 0px;
	padding: 0px;
}

#wrapper #columnLeft #menu li a
{
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/menu-bkg.jpg);
	background-repeat: repeat-x;
	display: block;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #231F20;
	border-left-color: #221E1F;
	background-color: #494345;
	background-position: center bottom;
	text-shadow: -1px -1px 0px #222;
}

#wrapper #columnLeft #menu li a .menuIcon
{
	background-image: url(../images/menu-icon.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: left center;
	padding-left: 28px;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 22px;
	margin-left: 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#wrapper #columnLeft #menu li a:hover .menuIcon,
#wrapper #columnLeft #menu li a.active .menuIcon
{
	background-image: url(../images/menu-icon-active.gif);
}

#wrapper #columnLeft #menu li a:hover,
#wrapper #columnLeft #menu li a.active,
#wrapper #columnLeft #menu li.subMenu a:hover,
#wrapper #columnLeft #menu li.subMenu a.active
{
	background-color: #CE1117;
	background-position: bottom;
	background-image: url(../images/menu-bkg-1active.jpg);
}

#wrapper #columnLeft #menu li.subMenu a
{
	display: block;
	font-weight: normal;
	background-color: #352F30;
	background-image: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 11px;
}

#wrapper #columnLeft #menu li.subMenu.subSubMenu a
{
	background-color: #171515;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #columnLeft #bannerLeftPlany
{
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #574F52;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #574F52;
}
#wrapper #columnLeft #sidebarSlovensko  
{
	background-color: #4E4548;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}



#wrapper #columnRight
{
	background-color: #FFF;
	float: right;
	width: 720px;
	color: #221E1F;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
}

#wrapper #columnRight #contentHeader
{
	float: left;
	width: 450px;
}

#wrapper #columnRight #navigation,
#wrapper #columnRight #navigation a
{
	font-size: 10px;
	color: #818181;
}

#wrapper #columnRight #navigation a:hover
{
	color: #000;
}

#wrapper #columnRight #filterBar
{
	background-color: #878283;
	padding: 10px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #FFF;
}

#wrapper #columnRight #filterBar a
{
	color: #FFF;
}

#wrapper #columnRight #filterBar a:hover,
#wrapper #columnRight #filterBar a.active
{
	color: #FAC9CA;
}

#wrapper #columnRight #filterBar #filterProducerLink
{
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 18px;
}

#wrapper #columnRight #filterBar #producerFilter a.filterProducerLink
{
	text-decoration: none;
	display: block;
	float: left;
	background-color: #777374;
	margin: 2px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border: 1px solid #9A9899;
	text-transform: uppercase;
}

#wrapper #columnRight #filterBar #producerFilter a.filterProducerLink:hover,
#wrapper #columnRight #filterBar #producerFilter a.filterProducerLink.active
{
	background-color: #C21217;
	color: #FFF;
	border-top-color: #F16B6F;
	border-right-color: #F16B6F;
	border-bottom-color: #F16B6F;
	border-left-color: #F16B6F;
}

#wrapper #columnRight #titleBottomBanner
{
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	margin-top: 10px;
	background-color: #F3F3F3;
	padding: 20px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

#wrapper #columnRight #detailLeft
{
	float:left;
	width:338px;
}

#wrapper #columnRight #detailLeft #cartBox
{
	background-color: #f3f2f2;
	padding: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #dedadb;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

#wrapper #columnRight #detailLeft #cartBox .specificationBox
{
	width: 300px;
}

#wrapper #columnRight #detailLeft #cartBox .productColorWrapper
{
	width: 50px;
	margin-right: 4px;
	margin-bottom: 4px;
	height: 20px;
	float: left;
}

#wrapper #columnRight #detailLeft #cartBox .productColorWrapper input
{
	float: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper #columnRight #detailLeft #cartBox .productColorWrapper .productColor
{
	height: 16px;
	width: 20px;
	margin: 4px;
	border: 1px solid #333333;
	float: left;
}

#wrapper #columnRight #detailLeft #cartBox .toPrice
{
	font-size: 20px;
	color: #7bad22;
	line-height: 20px;
}

#wrapper #columnRight #detailLeft #cartBox #cartPieces
{
	font-size: 17px;
	color: #666;
	background-color: #FFF;
	padding: 6px;
	border: 1px solid #CCC;
	font-weight: bold;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#wrapper #columnRight #detailLeft #cartBox #cartButtonDetail
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-image: url(../images/menu-bkg-active.jpg);
	background-repeat: repeat-x;
	border: 2px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow: 1px 1px 5px #888;
	box-shadow: 1px 1px 5px #888;
	cursor: pointer;
}
#wrapper #columnRight #detailLeft #cartBox #cartNoticeLabel
{
	background-image: url(../images/blumb.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 33px;
	font-size: 10px;
	color: #666;
	display: none;
	margin-top: 13px;
	background-color: #FFFCE6;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #DDD;
}


#wrapper #columnRight #detailRight
{
	float:left;
	width:290px;
	margin-left: 15px;
	text-align: center;
	position: relative;
}

#wrapper #columnRight #detailRight .detailValue
{
	background-image: url(../images/offer-bkg2.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 91px;
	z-index: 10;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
}

#wrapper #columnRight #detailRight .detailValue .detailvLabel
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-top: 11px;
	line-height: 8px;
}

#wrapper #columnRight #detailRight #detailPhotoMain
{
	margin-bottom: 20px;
	display: block;
}

#wrapper #columnRight #detailRight .detailGallery
{
	display: block;
	margin: 3px;
	float: left;
	height: 80px;
	width: 80px;
	padding: 4px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#wrapper #columnRight #detailRight .detailGallery:hover
{
	border-color:#666;
}

#wrapper #columnRight #detailLeft #fileList
{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}

#wrapper #columnRight #detailLeft #fileList a
{
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
}

#wrapper #columnRight #detailLeft #fileList a:hover
{
	color: #000;
}

.tableAttributes
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E4E4;
	margin-bottom: 15px;
}

.tableAttributes td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E4E4;
}

#footerWrapper
{
	background-image: url(../images/banners/footer-banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	position: relative;
}

#footerWrapper #footerCopyright a
{
	color: #FAC5C6;
	text-decoration: none;
}

#footerWrapper #footerCopyright a:hover
{
	color: #FFF;
}

#titleBannerOils
{
	margin-right: 10px;
	float: left;
}

#footerWrapper #footerCopyright
{
	position: absolute;
	left: 10px;
	top: 40px;
	font-size: 10px;
	text-align: center;
}
.oilPlanItem
{
	text-align: center;
	height: 110px;
	width: 180px;
	padding: 15px;
	float: left;
	margin: 5px;
	font-size: 13px;
	background-color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #CCC;
}


.-------------------------------------------------------
{
}

.catalogItem
{
	background-color: #FFF;
	height: 310px;
	width: 212px;
	margin: 6px;
	float: left;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	position: relative;
}

.catalogItem .ciIcons
{
	position: absolute;
	width: 120px;
	left: 5px;
	top: 5px;
}

.catalogItem .ciValue
{
	background-image: url(../images/offer-bkg1.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 75px;
	position: absolute;
	z-index: 10;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	top: 5px;
	right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.catalogItem .ciValue .civLabel
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-top: 9px;
	line-height: 8px;
}
.catalogItem h3
, .content .catalogItem h3
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 155px;
	padding-right: 14px;
	padding-left: 14px;
	height: 45px;
	overflow: hidden;
	line-height: 14px;
}

.catalogItem h3 a
{
	text-decoration: none;
}

.catalogItem h3 a:hover
{
	text-decoration: underline;
}

.catalogItem .ciText
{
	padding-right: 14px;
	padding-left: 14px;
	position: absolute;
	top: 220px;
	font-size: 10px;
	color: #747474;
	height: 52px;
	line-height: 11px;
	overflow: hidden;
	width: 170px;
}

.catalogItem .ciPhoto
{
	position: absolute;
	left: 10px;
	top: 20px;
	width: 180px;
	text-align: center;
	height: 130px;
}

.catalogItem .ciPrice
{
	font-size: 14px;
	font-weight: bold;
	color: #BA191F;
	padding-right: 14px;
	padding-left: 14px;
	position: absolute;
	bottom: 23px;
}

.catalogItem .ciPriceRec
{
	font-size: 11px;
	color: #999;
	text-decoration: line-through;
	padding-right: 14px;
	padding-left: 14px;
	position: absolute;
	bottom: 10px;
}
.catalogItem.catalogItemSmall
{
	height: 180px;
	width: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
}
.catalogItem.catalogItemSmall .ciPhoto
{
	width: 120px;
	height: 80px;
}
.catalogItem.catalogItemSmall h3
{
	top: 105px;
	font-size: 10px;
	line-height: normal;
}
.catalogItem.catalogItemSmall .ciPrice
{
	font-size: 11px;
	bottom: 5px;
	color: #333;
	text-align: center;
	width: 110px;
	font-weight: normal;
}





.clientBlock
{
	padding: 10px;
	float: left;
	width: 310px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

/* STRANKOVANI */
.paging
{
	font-size:11px;
	color: #FFFFFF;
	background-color: #878283;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.paging-separator
{
	font-size:10px;
	color: #878283;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.paging:link,
.paging:active,
.paging:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.paging:hover
{
	color:#FFFFFF;
	background-color:#C21217;
	text-decoration:none;
}

.paging-active
{
	background-color: #C21217;
	color: #FFFFFF;
}

.--------------------------------------------------------
{
}

.content1
{
	padding: 20px;
}

.contentDetail
{
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	background-image: url(../images/banners/bann-detail.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 140px;
	padding-left: 15px;
}

.content
{
	padding: 20px;
	background-image: url(../images/content-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.content h1
{
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	color: #C21217;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 0px #FFF;
}

.content h2
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #AF0C11;
	text-shadow: 1px 1px 0px #FFF;
}

.content h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #AF0C11;
	text-shadow: 1px 1px 0px #FFF;
}
.content h4
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #AF0C11;
	text-shadow: 1px 1px 0px #FFF;
}

#tableCart
{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

#tableCart td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
}

#tableCart .tdLight
{
	background-color: #E5E5E5;
}

#tableCart .lastTr td
{
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#tableCart td.noTdBkg
{
	background-color:transparent;
}

#tableCart td .cartPieces
{
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	text-align: center;
	padding: 4px;
	width: 20px;
	border: 1px solid #999;
}

.table01
{
	font-size: 10px;
}

.table01 th
{
	background-color: #999;
	color: #FFF;
}

.table01 td
{
	background-color: #F7F7F7;
}

.table01 tr.selectedRow td
{
	background-color: #9C0;
}

.orderStatus0,
.orderStatus1,
.orderStatus2,
.orderStatus3,
.orderStatus4
{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	text-transform: uppercase;
	border: 3px solid #FFF;
}

.orderStatus0
{
	background-color: #C98756;
}

.orderStatus1
{
	background-color: #DF8600;
}

.orderStatus2
{
	background-color: #99C600;
}

.orderStatus3
{
	background-color: #900;
}

.orderStatus4
{
	background-color: #C90;
}

#cartInfo/*, #availabilityInfo*/
{
	background-color: #6BA51D;
	padding: 15px;
	height: auto;
	width: 590px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 220px;
	top: 180px;
	color: #FFF;
	text-align: center;
	display: block;
	z-index: 50;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}

#cartInfo h2/*, #availabilityInfo h2*/
{
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#cartInfo hr/*, #availabilityInfo hr*/
{
	border-top-color: #588817;
}

.button1
{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #AF0C11;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-transform: uppercase;
}

.button2
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #79AE04;
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #555;
	-webkit-box-shadow: 1px 1px 1px #555;
	box-shadow: 1px 1px 1px #555;
	cursor: pointer;
}

.textbox1,
.textbox2
{
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	padding: 4px;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #999;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
}

.textbox2
{
	width: 315px;
}

.msg1
{
	background-color: #F1F7D2;
	padding: 15px;
	border: 1px solid #D6E776;
}

.messageBox1
{
	padding: 10px;
	background-color: #F8FEE9;
	border: 1px solid #79AE04;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.messageBox2
{
	padding: 10px;
	background-color: #F2E8BF;
	color: #41360E;
	margin-top: 20px;
	margin-bottom: 20px;
}
.messageBox3
{
	padding: 10px;
	background-color: #FFFDE6;
	color: #483C06;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.orderStatus
{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.contentMessage
{
	font-size: 12px;
	text-align: center;
	padding: 50px;
}
.toLink
{
	color: #C30;
	text-decoration: underline;
}


.toLeft
{
	float: left;
}

.toRight
{
	float: right;
}

.toSmall
{
	font-size: 10px;
}

.toBig1
{
	font-size: 26px;
}

.toBig2
{
	font-size: 15px;
}

.toNormal
{
	font-size: 12px;
	line-height: 20px;
}

.toGray
{
	color: #999;
}
.toGreen
{
	color: #759B00;
}


.toWhite
{
	color: #FFF;
}

.ncsv
{
	display: none;
}

.clearBoth
{
	clear: both;
}

