h3 a {
	text-decoration:none;
	font-size:80%;
}

table {
	clear:both;
}

#quick_find {
	padding:0;
	margin:0;
}

#keywords {
	width:330px;
	border:1px solid #000;
	height:23px;
}

#search {
	padding-top:5px;
	float:left;
	width:918px;
}

#searchDIV {
	float:left;
}

#search input {
	vertical-align:middle;
}

#userOptions {
	padding-right:5px;
	height:30px;
}

#boxCategories {
	position:absolute;
	margin:38px 0 0 36px;
	background:url(img/mnurepeat.jpg) repeat-x #fff;
	height:31px;
	width:916px;
	border:1px solid #545454;
	border-top:0;
}

#bCbody {
	margin-top:7px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;

}

#nav li a {
	color:#0F4E6F;
	font-size:16px;
	font-weight:bold;
	margin:3px;
	text-decoration:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	border:1px solid #545454;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top:25px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li a {
	color:#0F4E6F;
	font-size:14px;
	font-weight:normal;
	margin:2px;
	text-decoration:none;
}

#nav li ul li a:hover {
	color:#fff;
	background-color:#85A4B8;	
}

#nav li ul li ul {
	display:none;
}

/*




#boxCategories ul {
	display:inline;
}

#boxCategories ul ul {
	display:none;
}

#boxCategories ul ul ul {
	display:none;
}

#boxCategories li {
	width:100%;
	display:inline;
}

#boxCategories ul li ul li {
	width:100%;
	display:block;
}
*/

#boxContent a, #boxInformation a, #boxManufacturers a {
	display:block;
	color:#215E8B;
	background-color:#ffffff;
	text-decoration:none;
}

#boxContent a:hover, #boxInformation a:hover, #boxManufacturers a:hover {
	color:#fff;
	background-color:#326489;
	text-decoration:none;
}


#boxTagCloud .boxBody a {
	color: #215E8B;
	float:left;
	text-decoration:none;
	padding-right:0.5em;
}

#boxWhatsnew .boxBody {
	text-align:center;
}

#boxWhatsnew .boxBody a {
	text-decoration:none;
}

#boxWhatsnew .price {
	text-align:right;
}

#categorie_listing h3, #categorie_listing p {
	clear:both;
}

#categories_more li {
	margin:15px 77px 0 0;
	padding:1px;
	float:left;
	text-align:center;
	width:147px;
}

#categories_more h4 a {
	color:#124C72;
	text-decoration:underline;
}

#categories_more h3 {
	font-size:16px;
}
	
.cat_more_img {
	background:url(img/catimgbg.jpg) no-repeat #fff;
	width:140px;
	height:120px;
}

.cat_more_img img {
	border:1px solid #fff;
	margin-top:10px;
}

#categories_desc {
	width:500px;
	float:left;
	margin-bottom:10px;
}

#categories_desc p {
	float:left;
	margin-bottom:20px;
	width:100%;
}

#categorie_image {
	float:right;
}

#categorie_image img {
	/*border:1px solid #000;*/
}

#categories_more {
	clear:both;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #AAD0E7;
}

#product_listing_v1 table, #_product_listing_v1 table {
	clear:both;
}

#NewProductsDefault li {
	text-align:center;
}

#NewProductsDefault img {
	float:none;
}

#NewProductsDefault .productShortInfo {
	height:100px;
}

#product_info_v1 {
	overflow:hidden;
	position:relative;
}

#product_info_v1 h1 {
	color:#326489;
	font-size:1.2em;
	height:1.2em;
	margin:0 0 6em 0;
	overflow:hidden;
}

#product_info_v1 h2 {
	font-size:1em;
	padding-top:1em;
}

#productInfo {
	position:absolute;
	top:2em;
	left:0;
	height:6em;
	width:100%;
	overflow:hidden;
	clear:both;
}

#productData {
	float:left;
}

#product_info_v1 .price {
	float:right;
	padding:0;
	clear:none;
}

#productPictures {
	text-align:center;
	float:left;
	width:200px;
}

#productPictures img {
	padding:2px;
	border: 1px solid #326489;
}

#productDescription {
	float:left;
	margin-left:10px;
	width:360px;
}

#productDescription p {
	padding:5px 0;
}

#productPictures img:hover {
	cursor:pointer;
}

#productOthers {
	clear:both;
	font-size:10px;
	padding:2em 0 2em 0;
}

#productOthers br {
	clear:both;
}

#orderDetails img {
	float:left;
	padding-right:0.5em;
}

#orderDetails thead {
	font-weight:bold;
}

.price {
	clear:both;
	padding:10px 0;
}

.price input {
	margin:0.5em 0 0.5em 0;
	vertical-align:middle;
}

.popupImage {
	display:none;
	position:absolute;
	top:221px;
	left:250px;
	border:1px solid #ffffff;
	color:#ffffff;
	background-color:#326489;
	padding:10px 10px 0 10px;
	cursor:pointer;
}

.popupImage p {
	text-align:right;
	padding:0 20px 0 0;
	margin:0;
	background:url(buttons/close.gif) right no-repeat;
}

.popupImage p:hover {
	cursor:pointer;
}

#product_listing h3 {
	width:100%;
	padding-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
}

#product_listing_search hr {
	margin:20px 0;
}

#product_listing_search label {
	padding:0 10px 0 0;
}

#product_listing_search li {
	margin:0 20px;
}

#product_listing_search table {
	margin:20px 0;
	width:100%;
}

#product_listing_search th {
	text-align:left;
}

#product_listing_search td {
	padding:0 10px;
}

#product_listing_search_hint {
	background:url(../../admin/includes/modules/fckeditor_2.6/editor/images/smiley/msn/lightbulb.gif) no-repeat center left;
	margin:20px 0;
	padding:0 0 0 30px;
}

#navigation {
	padding-top:20px;
	clear:both;
}

#navigation p {
	width:auto;
	float:left;
	clear:left;
}

#navigation ol {
	float:right;
}

#navigation li {
	margin:5px;
	display:inline;
	width:auto;
}

.singleColumn .price {
	float:right;
	width:25%;
	clear:none;
}

.singleColumn .productShortInfo {
	width:65%;
	float:left;
	padding:10px 0;
}

.singleColumn .productShortInfo img {
	float:left;
	padding:0 10px 0 0;
}

.singleColumn li {
	clear:both;
}

.singleColumn p {
	float:right;
	width:60%;
}

.singleColumn li > p {
	float:right;
	width:auto;
}

.singleColumn li > p img {
	padding:0 5px;
}

.twoColumns li {
	width:310px;
	float:left;
	margin:0 30px 35px 0px;
	height:auto;
	text-align:left;
}

.twoColumns img {
	float:left;
	padding:10px 5px 0 0;
}

#product_listing .twoColumns p {
	float:right;
	width:50%;
}

#product_listing .price {
	width:170px;
}

#boxCart {
	float:right;
	background:url(img/wkrepeat.jpg) repeat-x #fff;
	border:1px solid #000;
	height:23px;
	width:482px;
	text-align:center;
}

#boxCartfull {
	float:right;
	background:url(img/wkrepeatfull.jpg) repeat-x #fff;
	border:1px solid #000;
	height:23px;
	width:481px;
	text-align:center;
}

#bCin {
	margin-top:3px;
}

.boxCartSummary {
	padding:10px 0;
	text-align:right;
}

#shoppingCart img {
	padding:2px;
}

#shoppingCart p, #shoppingCart table, #shoppingCartGiftCart {
	padding:10px 0;
}

#shoppingCartOrderDetails p {
	padding:10px 0;
	text-align:right;
}

#shoppingCartGiftCart input, #shoppingCartGiftCart label {
	vertical-align:middle;
	padding:0 10px;
}

.price {
min-height:100px;
height:auto !important;
height:100px;
}
.productOldPrice, .productNewPrice {
padding:0 0 15px 35px;
}
.productOldPrice {
background:url(img/special_price.gif) no-repeat;
}

.odth {
	padding:0 2px;
	font-weight:bold;
	background-color:#eee;
}

#orderDetails table {
	width:100%;
}

.odtb {
	border-bottom:1px solid #ddd;

}

#orderSum {
	width:100%;
	text-align:right;
}

#shoppingCartButtons {
	width:100%;
	text-align:right;
	padding:10px 0;
}

/* Search */

.ac_results {
	top:110px;
	left:308px;
	padding:0px;
	border:1px solid black;
	background-color:white;
	overflow:hidden;
	z-index:99999;
}

.ac_results ul {
	width:100%;
	list-style-position:outside;
	list-style:none;
	padding:0;
	margin:0;
}

.ac_results li {
	margin:0px;
	padding:2px 5px;
	cursor:default;
	display:block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width:100%;*/
	font:menu;
	font-size:12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height:16px;
	overflow:hidden;
}

.ac_loading {
	background:white;
}

.ac_odd {
	background-color:#eee;
}

.ac_over {
	background-color:#0A246A;
	color:white;
}

/* Search */

 /* Search 2 */
 #selectKeyword {
	left: 36px;
	top:30px;
	text-align: left;
	display: none;
	position: absolute;
	color: #000000;
	background-color: #ffffff;
	width: 345px;
	border: 1px solid black;
	font-size: 12px;
	z-index:100;
}

#selectKeyword p {
	background-color:#fff;
	color:#326489;
	margin: 0;
	padding: 0;
	font-weight:bold;
}

#selectKeyword li {
	list-style: none;
	border-top:1px solid #fff;
	padding:2px;
	background:#326489;
}

#selectKeyword li a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#selectKeyword ul {
	margin: 0;
	padding: 0;
}

/*Search 2*/

#nostock {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#ff0000;
	padding:5px;
	border:1px solid #CDCDCD;
}

#pImanu {
	position:absolute;
	left:528px;
}

#pImanu img {
	border:1px solid #000;
}
