/* basic elements */
* { 
	margin: 0;
	padding: 0;
}

body {
	background: #fefefe url(../images/backgroung.png) repeat-x top;
	color: #697281;
	font-size: 8pt;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

ul {
	list-style: disc;
	margin: 10px;
	padding-left: 15px;
	line-height: 18px;
}

/* links styles */
a:link,
a:visited {
	font: normal 8pt Arial;
	text-decoration: underline;
	color: #404040;
	cursor: pointer;
}

a:hover,
a:active {
	text-decoration: none;
}

a:link img,
a:visited img {
	border: none;
}

a.crown {
	padding-left: 30px;
	background: transparent url(../images/crown.png) no-repeat 5px center;
	line-height: 20px;
}

a.document-pencil {
	padding-left: 30px;
	background: transparent url(../images/document-pencil.png) no-repeat 5px center;
	line-height: 20px;
}

a.document {
	padding-left: 30px;
	background: transparent url(../images/document.png) no-repeat 5px center;
	line-height: 20px;
}

a.mail {
	padding-left: 30px;
	background: transparent url(../images/mail.png) no-repeat 5px center;
	line-height: 20px;
}

a.home {
	padding-left: 30px;
	background: transparent url(../images/home.png) no-repeat 5px center;
	line-height: 20px;
}

a.box {
	padding-left: 30px;
	background: transparent url(../images/box.png) no-repeat 5px center;
	line-height: 20px;
}

a.clock {
	padding-left: 30px;
	background: transparent url(../images/clock.png) no-repeat 5px center;
	line-height: 20px;
}

a.protect {
	padding-left: 30px;
	background: transparent url(../images/protect.png) no-repeat 5px center;
	line-height: 20px;
}

a.products {
	padding-left: 30px;
	background: transparent url(../images/products.png) no-repeat 5px center;
	line-height: 20px;
}

a.print {
	padding-left: 30px;
	background: transparent url(../images/print.png) no-repeat 5px center;
	line-height: 20px;
}

a.magnifier-zoom {
	padding-left: 30px;
	background: transparent url(../images/magnifier-zoom.png) no-repeat 5px center;
}

a.images {
	padding-left: 30px;
	background: transparent url(../images/images.png) no-repeat 5px center;
}

a.bookmark-document-plus {
	padding-left: 30px;
	background: transparent url(../images/bookmark-document-plus.png) no-repeat 5px center;
	font-size: 10pt;
}

a.user-arrow {
	padding-left: 30px;
	background: transparent url(../images/user-arrow.png) no-repeat 5px center;
	font-size: 10pt;
}

a.toggle-minus {
	padding-left: 20px;
	background: transparent url(../images/toggle-minus.png) no-repeat left center;
}

a.toggle-plus {
	padding-left: 20px;
	background: transparent url(../images/toggle-plus.png) no-repeat left center;
}

a.minus {
	padding-left: 20px;
	background: transparent url(../images/minus.png) no-repeat left center;
	line-height: 20px;
}

a.shopping-basket {
	padding-left: 20px;
	background: transparent url(../images/shopping-basket.png) no-repeat left center;
	line-height: 20px;
}

a.magnifier {
	padding-left: 25px;
	background: transparent url(../images/magnifier.png) no-repeat left center;
}

a.disk {
	padding-left: 25px;
	background: transparent url(../images/disk.png) no-repeat left center;
}
/* end links styles */

/* span styles */
span.disk {
	padding-left: 30px;
	background: transparent url(../images/disk.png) no-repeat 5px center;
}

span.heart {
	padding-left: 30px;
	background: transparent url(../images/heart.png) no-repeat 5px center;
	line-height: 20px;
}

span.eye-arrow {
	padding-left: 30px;
	background: transparent url(../images/eye-arrow.png) no-repeat 5px center;
	line-height: 20px;
}

span.icon-time {
	padding-left: 20px;
	background: transparent url(../images/icon-time.png) no-repeat 5px center;
}

span.icon-person {
	padding-left: 20px;
	background: transparent url(../images/icon-person.png) no-repeat 5px center;
}

span.icon-mail {
	padding-left: 20px;
	background: transparent url(../images/icon-mail.png) no-repeat 5px center;
}
/* end span styles */

h1, h3 {
	font: bold 12pt Arial;
	padding: 3px 10px 7px 10px;
}

h3 a:link,
h3 a:visited {
	font: bold 12pt Arial;
	color: #697281;
}

h3.bestProducts a:link,
h3.bestProducts a:visited {
	text-decoration: none;
}

h3.bestProducts a:hover,
h3.bestProducts a:active {
	text-decoration: underline;
}

a.bestProducts:link,
a.bestProducts:visited {
	color: #486EC0;
}

h2 {
	background: url(../images/header.png) repeat-x top;
	color: #FEFEFE;
	font: bold 11pt Arial;
	padding: 2px 4px;
	position: relative;
}

select,
input,
textarea {
	color: #697281;
	font: normal 8pt Arial;
	border: 1px solid #D0D0D0;
}

select {
	height: 18px;
	width: 100%;
}

input.text,
textarea.text {
	width: 100%;
}

input.text:focus,
textarea.text:focus,
select:focus {
	border: 1px solid #A0A0A0;
}

input.check,
label.check {
	border: none;
	vertical-align: middle;
}

input.spinField,
input.spinRateField {
	text-align: center;
	font: normal 10pt Arial;
	width: 40px;
	height: 18px;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* major divs */
.container {
	width: 953px; 
	position: relative;   
	margin: 0 auto;
}
	
#sideLeft {
	float: left; 
 	width: 260px;
}

#sideRight {
	float: right; 
 	width: 260px;
}

#mainRight {
	float:  right;
 	width: 688px;
}

#mainLeft {
	float:  left;
 	width: 688px;
}

.alignLeft20 {
	float:  left;
 	width: 20%;
	text-align: center;
	padding: 10px 0;
}

.alignRight80 {
	float:  right;
 	width: 80%;
	padding: 10px 0;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingRight10 {
	padding-right: 10px;
}

.space {
 	clear:both;
	height: 0;
}

hr {
	height: 1px;
	width: 90%;
	color: #cccccc;
	background-color: #cccccc;
	border: none;
	margin: 7px 10px;
}

hr.width30 {
	width: 30%;
}

hr.width95 {
	width: 95%;
}

hr.width100 {
	width: 100%;
}

hr.marginLeft0 {
	margin-left: 0;
}

.icon {
	vertical-align: middle;
	padding: 2px 5px;
	border: none;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textRed {
	color: red;
}

.textDarkRed {
	color: #892323;
}

.textBold {
	font-weight: bold;
}

.textStriked {
	text-decoration: line-through;
}

/* minor divs */	
#pageHeader {
 	height: 145px;
	background-color: #fefefe;
}

/* pageHeader children  */
#headerTime {
	text-align: right;
	height: 15px;
}

#headerLogo {
	float: left;  
	display: inline;
	margin: 3px 0 18px 0;
	width: 249px;
}
	
#headerBanner {
	float:  right;  
	display: inline;
	width: 598px;
	border: 1px solid #404040;
	margin: 22px 0 18px 0;
}
/* end pageHeader children  */

#fastMenu {
 	height: 30px;
	background: #fefefe url(../images/menu-back.png) repeat-x top;
	border: 1px #404040;
	overflow: hidden;
}

/* menu children  */
#fastMenu ul {
	list-style: none;
	float: left;
	width: 756px;
	height: 30px;
	border-left: 1px solid #d0d0d0;
	margin: 0;
	padding: 0;
}

#fastMenu ul li {
	display: inline;
}
	
#fastMenu ul li a:link,
#fastMenu ul li a:visited {
	font: bold 10pt Arial;
	float: left;
	width: 125px;
	text-decoration: none;
	background: url(../images/menu-item.png) repeat-x;
	border: 1px solid #d0d0d0;
	border-left: none;
	padding: 6px 0;
	text-align: center;
	height: 30px;
}

#fastMenu ul li a.activesection {
	background: url(../images/menu-item-selected.png) repeat-x;
}
	
#fastMenu ul li a:hover,
#fastMenu ul li a:active {
	color: #892323;
	background: url(../images/menu-item-selected.png) repeat-x;
}

#fastMenu #reg {
	float: right;
	width: 150px;
	padding: 6px 0 4px 0;
	vertical-align: middle;
	text-align: right;
}

#fastMenu #reg img {
	padding: 0;
}

#fastMenu #reg a:link,
#fastMenu #reg a:visited {
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

#fastMenu #reg a:hover, 
#fastMenu #reg a:active { 
	color: #892323;
}


/* end fastMenu children  */

#fastSearch {
 	height: 53px;
	background: #fefefe url(../images/line.png) repeat-x top;
	border: 1px solid #d0d0d0;
	border-top: 0;
}

/* fastSearch children  */
#fastSearch form {
	float: left;
	width: 500px;
	display: inline;
	padding: 17px 0 0 15px;
}

#fastSearch form input {
	height: 19px;
	border: 1px solid #D0D0D0;
	width: 175px;
	font: bold 11pt Arial;
	color: #9f9f9f;
	margin: 0 3px 0 5px;
	vertical-align: bottom;
}

#fastSearch form select{
	height: 21px;
	width: 175px;
	font: bold 10pt Arial;
	color: #9f9f9f;
	vertical-align: bottom;
}

#fastSearch form input.fsButton {
	height: 21px;
	width: 88px;
	font: bold 10pt Arial;
	background: #fefefe url(../images/button-back.png) repeat-x top;
	border: 1px solid #D0D0D0;
	color: #9f9f9f;
	cursor: pointer;
	vertical-align: bottom;
}

#fastSearch #advSearch {
	float: left;
	display: inline;
	padding-top: 17px;
}

#fastSearch #cart {
	float: right;
	width: 150px;
	padding-top: 16px;
}

#fastSearch #cart a:link,
#fastSearch #cart a:visited,
#fastSearch #advSearch a:link,
#fastSearch #advSearch a:visited {
	font: bold 10pt Arial;
	vertical-align: middle;
	text-decoration: none;
}

#fastSearch #cart a:hover, 
#fastSearch #cart a:active,
#fastSearch #advSearch a:hover,
#fastSearch #advSearch a:active { 
	color: #892323;
}
/* end content children  */

#msgBlock {
	width: 100%;
	background: #FEFEFE;
	z-index: 1000;
	position:absolute;
	top:0;
	right:0;
}

#msgBlock #inside {
	border: 1px solid #d0d0d0;
	height: 100%;
}

#msgBlock #iconPart {
	float:  left;
 	width: 40%;
	text-align: right;
	padding: 10px 0;
}

#msgBlock #textPart {
	float:  right;
 	width: 60%;
	padding: 15px 0;
	vertical-align: middle;
	font-weight: bold;
}

#msgBlock #error {
	color: #ff0000;
}

#msgBlock #message {
	color: #486EC0;
}

#msgBlock #cross {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#msgBlock #alignRight {
	float: right;
	text-align: right;
 	width: 50%;
	position: relative;
}

#msgBlock #alignLeft {
	float:  left;
 	width: 50%;
	position: relative;
}

/* left side */
.sideLeftBlock {
	width: 242px;
	height: 100%;
	display: block;
	background: #f6f6f6;
	border: 1px solid #d0d0d0;
	margin: 11px 17px 11px 0px;
	overflow: hidden;
}

/* left side children */
.sideLeftBlock .subcategory {
	float: left;
	width: 100%;
	height:100%;
	background: #fbfbfb;
	border: none;
	border-bottom: 1px solid #d0d0d0;
	padding: 1px;
	overflow: hidden;
}

.sideLeftBlock .categories #last {
	border-bottom-width: 0;
}

.sideLeftBlock .subcategoryItem {
	padding: 1px 1px 1px 10px;
}

.sideLeftBlock .subcategory .lLeft {
	display: inline;
	float: left;
	width: 80%;
}

.sideLeftBlock .subcategory .lRight{
	display: inline;
}

.sideLeftBlock .categories a.link:link,
.sideLeftBlock .categories a.link:visited {
	color: #7A7A7A;
	font: bold 10pt Arial;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 16px;
	border: none;
	border-bottom: 1px solid #d0d0d0;
	padding: 6px 0;
}

.sideLeftBlock .categories a.link:hover,
.sideLeftBlock .categories a.link:active {
	color: #892323;
}

.sideLeftBlock  a.subcategory:link,
.sideLeftBlock  a.subcategory:visited {
	padding: 0 0 0 10px;
	border: none;
	font: bold 8pt Arial;
}

.sideLeftBlock  p.subcategoryR {
	text-align: right;
	font-weight: bold;
	border: none;
	padding: 0px 20px 0 30px;
}
/* end left side children  */

.sideRightBlock {
	float: right;
	width: 242px;
	display: block;
	background: #fcfefb;
	border: 1px solid #d0d0d0;
	margin: 11px 0;
	overflow: hidden;
}

.sideRightBlock #providerInfo {
	width: 100%;
	text-align: center;
}

/*  sideRightBlock children  */
.sideRightBlock #providerInfo p.providerName {
	color: #404040;
	font: bold 11pt Arial;
	margin: 5px 0;
	text-align: center;
}

.sideRightBlock #providerInfo p {
	color: #0000aa;
	font: normal 10pt Arial;
	padding: 0 10px;
	text-align: left;
}

.sideRightBlock #providerInfo a:link,
.sideRightBlock #providerInfo a:visited {
	color: #0000aa;
	font-size: 10pt;
	margin: 5px 0;
}

/*.sideRightBlock #providerInfo img.payment {
	border: 1px solid #9daff3;
	margin: 0 2px;
}*/
/* end sideRightBlock children  */

.sideLeftBlock p,
.sideRightBlock p {
	padding: 10px;
}

/* advert bloks  */
#advertGrey {
	display: block;
	height: 55px;
	background: #f6f6f6;
	border: 1px solid #d0d0d0;
	margin: 11px 17px 11px 0px;
}

#advertGrey p {
	text-align: center;
	margin: 15px 5px 15px 5px;
}

#advertGrey a:link,
#advertGrey a:visited,
#advertBlue a:link,
#advertBlue a:visited {
	font-size: 14pt;
	color: #486ed6;
	text-align: center;
	margin: 15px 5px;
	text-decoration: none;
}

#advertGrey a:hover,
#advertGrey a:active,
#advertBlue a:hover,
#advertBlue a:active {
	text-decoration: underline;
}

#advertBlue {
	display: block;
	height: 55px;
	background: #deeefe url(../images/advert-blue-back.png) repeat-x top;
	border: 1px solid #6990b3;
	vertical-align: middle;
	margin: 11px 17px 11px 0px;
} 

#advertBlue p {
	text-align: center;
	margin: 15px 5px;
}
/* end advert bloks  */
/* end side */

/* center block */
#mainTextRight {
	display: block;
	background: #FEFEFE;
	border: 1px solid #d0d0d0;
	margin: 11px 0;
}

/* mainTextRight children  */
#mainTextRight #content {
	padding: 10px;
}

#mainTextRight #content p {
	/*font: normal 10pt Arial;*/
	padding-bottom: 5px;
}

#mainTextRight #productBig {
	display: inline;	
}

#mainTextRight #productBig #textRight{
	float: right;
	width: 365px;
	padding: 10px 0 20px 0;
}

#mainTextRight #productBig #textLeft{
	float: left;
	width: 286px;
	padding: 10px 0 20px 0;
}

#mainTextRight #productBig img{
	padding: 0 10px;
}

#mainTextRight #productBig p{
	font-size: 10pt;
	text-align: center;
}

#mainTextRight #productBig h3{
	font-size: 12pt;
	text-align: center;
}

#mainTextRight #productBig .price{
	font-size: 80pt;
}

#mainTextRight #productBig  form {
	width: 339px;
    height: 81px;
}

#mainTextRight #productBig  form input.button{
	width: 339px;
	height: 81px;
	color: #eea3a3;
	font-size: 40pt;
	background: url(../images/product-btn-back.png) no-repeat center;
	border: none;
	padding: 7px 0 10px 0;
}

#mainTextRight #productBig  form input.buttonBlock {
	width: 339px;
	height: 81px;
	color: #CCCCCC;
	font-size: 40pt;
	background: url(../images/product-btn-back.png) no-repeat center;
	border: none;
	padding: 10px 0;
}

.ParamTr {
	display: none;
}
/* end mainTextRight children  */

#subSection {
	display: block;
	border: 1px solid #d0d0d0;
	margin: 11px 0;
}

/* subSection children  */
#subSection #sortBy,
#subSection #searchForm {
	padding: 10px;
}

#subSection #sortBy table td {
	padding: 0 5px;
}

#subSection #sortBy form {
	display: inline;
}

#subSection  h3 {
	color: #505050;
	font: bold 8pt Arial;
	padding: 4px 0 4px 10px;
}

#subSection  a {
	padding: 2px 0;
}

#subSection .item {
	display: block;
	padding: 2px 10px;
}

#subSection .item .left {
	display: inline;
	float: left;
}

#subSection .item .right {
	display: inline;
	color: #892323;
}

#subSection .item .right .prodCount {
	width: 90px;
	text-align: left;
}

#subSection #infoLeft {
	float: left;
	width: 100px;
	margin: 5px 0 5px 5px;
	text-align: center;
}

#subSection #infoRight {
	float: right;
	width: 570px;
	margin: 10px 0;
}

/* end subSection children  */

.productItem {
	display: block;
	border: 1px solid #d0d0d0;
	margin-bottom: 11px;
}

/* products children  */
.productItem table {
	padding: 5px;
}

.productItem  h3 {
	font: normal 11pt Arial;
	padding: 4px 10px;
}

.productItem p {
	padding: 4px 10px;
}

/*.productItem a:link,
.productItem a:visited {
	text-decoration: none;
}

.productItem  a:hover,
.productItem  a:active { 
	text-decoration: underline;
}*/

.productItem h3 a:link,
.productItem h3 a:visited {
	font: normal 11pt Arial;
	text-decoration: none;
}

.productItem h3 a:hover,
.productItem h3 a:active {
	text-decoration: underline;
}

.productItem a.priceRed:link,
.productItem a.priceRed:visited {
	color: #ff0000;
	font: bold 10pt Arial;
	text-decoration: none;
}

.productItem a.priceRed:hover,
.productItem a.priceRed:active {
	text-decoration: underline;
}

.productItem  a.provider:link,
.productItem  a.provider:visited {
	color: #0006ff;
	font: normal 10pt Arial;
	text-decoration: none;
}

.productItem  a.provider:hover,
.productItem  a.provider:active {
	text-decoration: underline;
}

/* end products children  */

.topShops {
	display: inline;
	border: none;
	margin: 11px 0;
}

.alignLeft48 {
	float: left;
	width: 48%;
}

.alignRight48 {
	float: right;
	width: 48%;
}

/* topShops children  */
.topShops h3 {
	color: #717171;
	height:33px;
	font-weight: normal 14pt Arial;
	background: #d6d7d9;
	vertical-align: middle;
	padding: 10px 10px 0 15px;
}

.topShops table {
	width: 100%;
	background: url(../images/table-back.png) repeat top;
	margin-bottom: 11px;
}

.topShops table p {
	color: #7a7a7a;
	font: normal 9pt Arial;
	padding: 0 4px;
}

.topShops table a:link,
.topShops table a:visited {
	width: 100%;
	font: normal 9pt Arial;
	display: block;
	padding-left: 10px;
}

.topShops table tr {
	height: 22px;
}
/* end topShops children  */

#navigationBar {
	display: block;
	color: #8B8B8B;
	margin: 11px 0;
}

#navigationBar a:link,
#navigationBar a:visited {
	color: #8B8B8B;
}

.pager {
	display: inline;
	vertical-align: middle;
}

.pager form {
	display: inline;
}

/*pager children  */
.pager .pagerPrevPage {
	float: left;
	width: 118px;
	display: inline;
	background: url(../images/pager-left.png) no-repeat left top;
	padding: 2px 0 10px 43px;
	color: #b2b2b2;
}

.pager .pagerPages {
	float: left;
	width: 300px;
	display: inline;
	text-align: center;
	padding: 2px 0 10px 0;
}

.pager .pagerTotalPages {
	float: left;
	width: 60px;
	display: inline;
	text-align: center;
	padding: 2px 0 10px 0;
}

.pager .pagerNextPage {
	float: left;
	width: 118px;
	display: inline;
	text-align: right;
	background: url(../images/pager-right.png) no-repeat right top;
	border: none;
	padding:  2px 43px 10px 0;
	color: #b2b2b2;
}

.pager a:link,
.pager a:visited {
	color: #666666;
}

.pager a:hover,
.pager a:active { 
	color: #b2b2b2;
	padding: 0 3px;
}

.pager a.left:hover, 
.pager a.left:active,
.pager a.right:hover, 
.pager a.right:active { 
	border: none;
	padding: 0;
}

.pager .pagerCurrPage {
	color: #b2b2b2;
	border: 1px solid #D0D0D0;
	padding: 0 3px;
}
/*end pager children  */

.providerReview {
	background: #f5f5f5;
	margin: 7px 0;
}

/* providerReview children  */
.providerReview .alignImg {
	float: left;
	width: 5%;
}

.providerReview .alignText {
	float: left;
	width: 80%;
}

.providerReview .alignText p {
	padding: 3px 3px 3px 0;
}

.providerReview .alignDate {
	float: left;
	width: 15%;
}

.providerReview .alignDate p {
	padding: 3px 0;
}

.providerReview p.noteText {
	padding: 3px 15px 0 15px;
}

.providerReview h3 {
	color: #959595;
	font: bold 12pt Arial;
	padding: 0px 10px;
}

.providerReview .ratingIcon {
	background: #f5f5f5;
	float: left;
	width: 30%;
	padding-left: 10px;
	padding-top: 5px;
}
/*end providerReview children  */

#mainTextLeft {
	display: block;
	background: #FEFEFE;
	border: 1px solid #d0d0d0;
	margin: 11px 0;
}

/* mainTextLeft children  */
#mainTextLeft #content {
	padding: 10px;
}

#mainTextLeft h4 {
	color: #0000aa;
	font: bold 12pt Arial;
	padding: 10px;
}

#mainTextLeft p {
	font: 8pt Arial;
	padding: 5px 10px;
}

#mainTextLeft img {
	padding: 2px;
}

/*#mainTextLeft a {
	color: #0000aa;
	font: normal 10pt Arial;
	text-decoration: none;
}

#mainTextLeft a:hover, 
#mainTextLeft a:active { 
	text-decoration: underline; 
}*/

#mainTextLeft img.icon {
	padding: 0 5px 0 10px;
}

#mainTextLeft table#prodInfo {
	border: none;
	width: 100%;
}

#mainTextLeft table#prodInfo #prodSKULabel,
#mainTextLeft table#prodInfo #prodQtyLabel {
	display: none;
	padding-left: 15px;
}

#mainTextLeft table#prodInfo #prodManufacturer {
	padding-left: 15px;
}

#mainTextLeft table#prodInfo p#priceOld {
	color: #18cc00;
	font: 16pt Arial;
	text-align: center;
	text-decoration: line-through;
}

#mainTextLeft table#prodInfo p#price {
	color: #ff0000;
	font: 30pt Arial;
	text-align: center;
}

#mainTextLeft table#prodInfo p.tax {
	text-align: center;
	color: #3c3c3c;
}

#mainTextLeft table#prodInfo p.discount {
	text-align: center;
	color: #3c3c3c;
}

#mainTextLeft table#prodInfo p.shipCost {
	text-align: center;
	color: #18cc00;
}

#mainTextLeft table#prodInfo #shipCostValue {
	color: #ff0000;
}

#mainTextLeft table#prodInfo input.button {
	height: 55px;
	width: 186px;
	color: #404040;
	font: normal 16pt Arial;
	background: #fefefe url(../images/button-cage-back.png) no-repeat center;
	border: none;
	padding: 2px 10px 0 25px;
	margin: 5px 0;
	cursor: pointer;
	text-align: left;
}

#mainTextLeft table#prodInfo #prodInfoLinks {
	width: 200px;
}

#mainTextLeft table#prodInfo #prodInfoLinks #prodInfoRating {
	padding-left: 40px;
}

#mainTextLeft #sendToFriendBlock {
	display: none;
}

#mainTextLeft #sendToFriendBlock td#button {
	padding-left: 10px;
}
/* end mainTextLeft children  */

#otherProvProducts {
	display: block;
	background: #FEFEFE;
	border: 1px solid #d0d0d0;
	margin: 11px 0;
}
/* otherProvProducts children  */
#otherProvProducts h3 {
	font: bold 12pt Arial;
	margin: 10px;
	padding: 3px 10px 7px 10px;
}

#otherProvProducts .product {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 10px 10px 10px;
}

#otherProvProducts .product p.price{
	color: #ff0033;
	font: bold 10pt Arial;
	text-align: center;
}

#otherProvProducts .product p.oldPrice{
	color: #333333;
	font: normal 10pt Arial;
	text-align: center;
	text-decoration: line-through;
}

#otherProvProducts .product p.info{
	color: #505050;
	font: bold 10pt Arial;
	text-align: center;
}

#otherProvProducts .product a:link,
#otherProvProducts .product a:visited {
	color: #505050;
	font: bold 10pt Arial;
	display: block;
	text-align: center;
	text-decoration: none;
}

#otherProvProducts .product a:hover, 
#otherProvProducts .product a:active { 
	color: #892323;
}

/* end otherProvProducts children  */
/* end center block  */

#footer {
	width: 100%;
	background: #505050 url(../images/footer.png) repeat-x bottom;
	height: 292px;
}

/* footer children  */
#footerCenter {
	background: url(../images/footer-center-back.png) repeat-x top;
	height: 292px;
}

#footerCopyright {
	color: #ffffff;
	padding-left: 60px;
	display: inline-block;
	width: 100%;
}

.footerText {
	float: left;
	width: 25%; 
	display: inline;
	margin: 10px 0;
	height: 242px;
	overflow: hidden;
}

.footerText a:link,
.footerText a:visited {
	display: block;
	color: #ffffff;
	padding: 5px 10px 5px 50px;
}

.footerText h3 {
	color: #ffffff;
	font: normal 12pt Arial;
	padding: 55px 2px 10px 50px;
}
/* end footer children  */

.simpleTable {
	margin: 11px;
}

.simpleTable table {
	background: #FEFEFE;
	border: 2px solid #ffffff;
	margin-bottom: 11px;
	border-collapse: collapse;
}

.simpleTable table td {
	border: 2px solid #ffffff;
	height: 15px;
}

.simpleTable table td.dark {
	background: #E0E0E0;
}

.simpleTable .header {
	background: #D0D0D0;
	color: #892323;
	font: bold 9pt Arial;
	text-align: center;
	padding: 2px 5px;
	height: 30px;
}
	
.simpleTable .row {
	color: #505050;
	padding: 4px 8px;
}

/* button styles */
.button {
	display: inline-block;
	padding: 0 11px 0 0;
	background: url(../images/bg-button-r.gif) right 0 no-repeat;
	cursor: pointer;
	color: #3b4d60;
	text-align: center;
	text-decoration: none;
}

.buttonDis {
	background: url(../images/bg-button-r.gif) right -20px no-repeat;
	cursor: default;
}

.button u {
	display: inline-block;
	padding: 3px 7px 3px 11px;
	font-family: Arial;
	font-weight: normal;
	color: #3b4d60;
	text-decoration: none;
	outline: none;
	background: url(../images/bg-button-l.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	text-align: center;
}

.buttonDis b {
	display: inline-block;
	padding: 3px 7px 3px 11px;
	font-family: Arial;
	font-weight: normal;
	color: #8b9db0;
	outline: none;
	background: url(../images/bg-button-l.gif) 0 -20px no-repeat;
	border: none;
	cursor: default;
	text-align: center;
}
/* end button styles */

/* votes styles  */
.voteLine {
	background-color: #892323;
	border: 1px solid #D0D0D0;
}

.ratingStars {
	display: none;
}