@import url(global.css);
@import url(menu.css);
@import url(pager.css);
@import url(addon.css);

.helpBox
{
	border-right: blue thin;
	padding-right: 15px;
	border-top: blue thin;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 15px;
	border-left: blue thin;
	width: 100%;
	color: blue;
	padding-top: 15px;
	border-bottom: blue thin;
	text-align: center;
}

#logoBox {
	padding: 0;
	border: none;
}

#logoBoxContent {	
	padding: 20px 0 0 18px;
	text-align: left;	
}

#logo {
	border: none;
}

#cartBox {	
	position: absolute;
	width:185px;
	top: 79px;
	left: 630px;
	background: #C6BEA7 url("../images/cart-theme.gif") center left no-repeat;
	border-top: 1px solid #A69A79;
}
	
#cartBoxContent {
	padding: 8px 0 8px 10px;
	color: white;
}
	
#cartBoxContent a {
	display: inline;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#cartBoxPrice {
	display: inline;
	margin-left: 60px;
	padding: 8px 20px 8px 0px;
	color: black;
	background: #C6BEA7 url("../images/cart.png") center right no-repeat;
}	

#menuBox {	
	width: 932px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 110px;	
	padding: 12px 0 8px 21px;
	background: #334680 url("../images/rp-tools-theme.gif") right top no-repeat;
}
	
#menuBox a {
	padding: 0 5px 0 8px;
	color: white;
	font-size: 11px;	
	font-weight: normal;
	text-decoration: underline;
	border-left: 1px solid #FFF;
}

#searchBox {
	position: absolute;
	top: 172px;
	left: 6px;
	width: 166px;
	text-align: center;
	padding-bottom: 6px;
	background: #C6BEA7 url("../images/search.gif") center top no-repeat;
}
#searchBox a {
	color: #00F;
	font-weight: bold;
}

#searchForm {
	margin: 0;
	padding: 0;
}

#searchInput {
	margin: 25px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #FFF;
}

.submit {
	margin: 5px 0 0 0;
	font-size: 11px;
	border: 1px solid #FFF;
}

#content {	
	position: absolute;
	left: 180px;
	top: 154px;
	width: 597px;
	margin: 0 0 0 0;
	padding: 0 5px 20px 5px;
	background: url("../images/rp-tools-theme-3.png") bottom left repeat-x;
}

.menu-header {
	padding: 6px;
	font-weight: bold;
	color: white;
	font-size: 11px;
	border-top: 5px solid #FFF;
	background-color: #334680;
}

#currency-selector-box {
	margin: 0; 
	padding: 0;
	display: inline; 
}

#currency-selector-input { 
	color: #000;	
	font-size: 10px;
} 

#navBar {
	position: absolute;
	left: 6px;
	top: 267px;
	width: 166px;
	margin: 0;
	padding: 0;
}

#path {
	width: 932px;	
	height: 12px;
	position: absolute;
	top: 148px;	
	padding: 3px 0 3px 21px;	
	font-weight: bold;
	font-size: 10px;
	color: #CCC;
	background: #036 url("../images/rp-tools-theme-2.gif") right top no-repeat;
}

#path a {
	color: #FFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	font-size: 10px;
}

.filter-box {
	width: 585px;
	padding: 8px 6px;
	background-color: #F9F9F9;
	color: #666;
}

.filter-box select {
	margin-right: 10px;
}

.catalog-item {
	width: 287px;	
	text-align: left;
	padding: 0 5px 0 2px;
	font-size: 11px;
	border-right: 1px solid #A69A79;
	border-bottom: 1px solid #A69A79;
}

.catalog-item-name {
	margin: 5px 0;
	padding: 0;
	text-align: center;
}

.catalog-item a, .catalog-item a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #334680;
}

.catalog-item-img {
	margin: 5px 0;
	text-align: center;
}	
	
.catalog-item-img img {
	border: none;
}	

.catalog-item-txt {
	color: #666;
	text-align: left;
}
	
.catalog-item-cart {	
	margin: 5px 0 10px 0;
	text-align: center;	
}

.catalog-item-cart input {
	font-size: 11px;
}
	
.catalog-item-cart img {
	border: none;
}

.catalog-item-desc {
	color: #666;
	margin: 6px 0 6px 0;
	line-height: 1.4em;
}
.catalog-item-desc p {
	margin: 6px 0;
	padding: 0;
}

.catalog-item-price {
	font-size: 12px;
	color: #A00;
	margin: 0 0 8px 0;
	font-weight: bold;	
	text-align: center;
}

.product-foto {
	float: right;
	width: 220px;
	text-align:right;	
}

.product-foto a {
	color: #3667CB;	
}

.product-desc {
	color: #666;
	margin: 6px 0;
	line-height: 1.4em;
}

.product-cart {
	float: right;
	margin: 20px 30px 10px 0;	
}
	
.product-cart img {
	border: none;	
}

.product-cart input {
	font-size: 11px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 15px;
	border: none;
	font-size: 1px;	
}


#psearch td {
	background-image: none;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-top: 8px solid white;
	background-color:#CCC;
}

.back {
	background-color: #CCC;
	width: 60px;	
	text-align: center;
	padding: 4px;	
	border: 1px solid #666;
}

.back a {
	text-decoration: none;
	font-weight: bold;
}

.product-foto {
	float: right;
	width: 220px;
	text-align:right;	
}

.product-foto a {
	color: #3667CB;	
}

.product-data {
	color: #666;
	margin: 6px 0;
	line-height: 1.4em;
}
	
.product-cart {
	float: right;
	margin: 27px 20px 5px 0;	
}
	
.product-cart img {
	border: none;	
}

.product-cart input {
	font-size: 11px;
}

.product-price {
	margin-top: 15px;	
	line-height: 1.8em;
}

.product-price span {
	font-size: 15px;
	color: #A00;
	font-weight: bold;
}

.product-price a {
	color: #3667CB;
	font-weight: bold;
}

#related {
	float: right;	
	width: 120px;
	border-bottom: 8px solid #C00;
	border-right: 1px solid #C00;
	border-left: 1px solid #C00;
	text-align: center;	
}

.related-header {
	background-color: #C00;
	padding: 6px;
	font-weight: bold;
	color: white;
	font-size: 11px;	
	line-height: normal;
}	

#related-content {
	padding: 10px 5px 5px 5px;
	color: black;
	font-weight:normal;	
	font-size: 10px;
	text-align: center;
	line-height: 1.4em;
}

#related-content span {
	font-weight: bold;
	color: black;
	font-size: 10px;	
}

#related-content a {
	color: black;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;		
}

#related-content .sibasket {
	float: none;
	margin: 10px 0 30px 0;	
}

#product-description {
	padding: 0 10px;
	width: 577px;
	line-height: normal;	
}

#product-description td {
	background: none;
	font-size: 11px;
	padding: 4px 0 4px 6px;
	border-bottom: 1px solid #E8E8E8; 
}

#content table.basket {
	display: table;
	text-align: left;
}

#content table.basket th {
	padding: 8px 11px 8px 11px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #666;
}

#content table.basket td {
	border: none;
	background: none;
	padding: 8px 11px 8px 11px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}

#content table.basket td a {
	color: #3667CB;	
}

#cart-info {
	margin-bottom: .5em;
	padding: .3em .5em .4em .5em;
	color: #FFF;
	background-color: #900;
	border: 1px solid #CCC;	
}

