@charset "utf-8";
/* CSS Document */

html
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #a7d6e1 url(img/bkg_a7d6e1.jpg) top left repeat-x;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link
{
	color:#0083bf;
	text-decoration: underline;
}

a:visited
{
	color: #0083bf;
}

a:hover
{
	text-decoration: none;
}

form
{
	padding: 0px;
	margin: 0px;
}

fieldset
{
	border: none;
	border-color: transparent;
}

img
{
	border: none;
}

p
{
	margin: 5px 0px;
}

/* = Wrapper
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#wrapper
{
	width: 1000px;
	text-align: left;
	margin: 0px auto 0 auto;
}

/* = Header
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#header
{
	background: #fff url(img/bkg_header.jpg) center top no-repeat;
	padding: 25px 9px 0px 9px;
}

#logo
{
	float: left;
	display: inline;
	width: 230px;
	height: 80px;
	background: url(img/logo.jpg) 30px center no-repeat;
}

#logo a
{
	display: block;
	height: 100%;
}

#header div.searchForm
{
	background:url(img/bkg_search.jpg) left top repeat-x;
	float: left;
	display: inline;
	width: 752px;
	height: 90px;
	clear: right;
	overflow: hidden;
}

#header div.searchForm div.wrap-a
{
	background: url(img/bkg_search_left.jpg) left top no-repeat;
	height: 90px;
}

#header div.searchForm div.wrap-b
{
	background: url(img/bkg_search_right.jpg) right top no-repeat;
	height: 90px;
}

#header div.searchForm fieldset
{
	padding: 20px 10px 10px 10px;
}

#header div.searchForm label
{
	display: block;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 5px;
}

#header div.input
{
	background: url(img/bkg_search_input.jpg) left top repeat-x;
	height: 30px;
	float: left;
	display:inline;
	margin-right: 5px;
}

#header div.input div.wrap-a
{
	background: url(img/bkg_search_input_left.jpg) left top no-repeat;
	height: 30px;
}

#header div.input div.wrap-b
{
	background: url(img/bkg_search_input_right.jpg) right top no-repeat;
	height: 30px;
	padding: 0px 10px;
}

#header div.input input
{
	width: 618px;
	border:none;
	background: none;
	margin-top: 5px;
}

* html div.input input
{
	background: #fff;
	width: 100px;
}

* html #header div.input
{
	width: 500px;
	margin-right: 1px;
}

#menu
{
	clear: both;
	margin-left: 20px;
	background: url(img/bkg_header_menu.jpg) left top repeat-x;
	position: relative;
	top: 6px;
	display: table;
}

* html #menu
{
	width: 940px;
}

#menu div.wrap-a
{
	background: url(img/bkg_header_menu_left.jpg) left top no-repeat; 
}

* html #menu div.wrap-a
{
	display: table;
	width: 940px;
}

#menu div.wrap-b
{
	background: url(img/bkg_header_menu_right.jpg) right top no-repeat;
	height: 50px;
}

* html #menu div.wrap-b
{
	display: table;
	width: 940px;
}

#menu ul
{
	margin: 0px;
	padding: 10px 5px 0px 5px;
	list-style: none;
	background: none;
}

#menu li
{
	float: left;
	padding: 0px 5px 0px 5px;
	background: url(img/bkg_header_menu_separator.jpg) left 10px no-repeat;
}

#menu li.first
{
	background: none;
}

#menu li span
{
	display: block;
	background: url(img/bkg_header_menu_hover.jpg) left -100px repeat-x;
}

#menu li span span
{
	display: block;
	background: url(img/bkg_header_menu_hover_left.jpg) left -100px no-repeat;
}

#menu li span span span
{
	display: block;
	padding: 8px 20px 20px 20px;
	background: url(img/bkg_header_menu_hover_right.jpg) right -100px no-repeat;
	text-decoration: underline;
}

#menu li.active span, #menu li a:hover span
{
	background: url(img/bkg_header_menu_hover.jpg) left top repeat-x;
	color: #FFF;
}

#menu li.active span span, #menu li a:hover span span
{
	background: url(img/bkg_header_menu_hover_left.jpg) left top no-repeat;
}

#menu li.active span span span, #menu li a:hover span span span
{
	background: url(img/bkg_header_menu_hover_right.jpg) right top no-repeat;
	text-decoration: none;
}

#menu a, #menu a:active, #menu a:visited
{
	color: #04475d;
}

#menu a:hover
{
	color: #FFF;
	border: none;
}

#breadcrumbs
{
	background: #2f9dce url(img/bkg_bread_top_2f9dce.jpg) center top no-repeat;
	padding-top: 5px;
	color: #FFF;
	position: relative;
	top: -1px;
}

#breadcrumbs div.wrap-a
{
	background:url(img/bkg_bread_bot.jpg) center bottom no-repeat;
	padding-bottom: 10px;
}
	
#breadcrumbs ul
{
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	width: 700px;
	display: table;
}

#breadcrumbs li
{
	float: left;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}

#breadcrumbs li a, #breadcrumbs li a:link, #breadcrumbs li a:visited
{
	color: #FFF;
	background: url(img/bkg_bread_a.gif) right center no-repeat;
	padding-right: 10px;
}

#breadcrumbs div.amount
{	
	padding: 5px 10px 5px 0px;
	width: 300px;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
}

* html #breadcrumbs div.amount
{
	right: 10px;
}

/* = Middle
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#middle
{
	background-color: #FFF;
	overflow: hidden;
	width: 1000px;
	padding: 10px 0px;
}

* html #middle
{
	display: table;	
}

#middle div.wrap-a
{
}

/* = Sidebar
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#sidebar
{
	float:left;
	display: inline;
	width: 220px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	margin-top: -15px;
}

#sidebar div.content
{
	padding: 15px 0px 0px 0px;
	background-color: #FFF;
}

#sidebar div.content h2
{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px 5px 15px;
	background: url(img/ico_arr_big.gif) left 18px no-repeat;
}

#sidebar div.content div.wrap-a
{
	padding: 0px;
	background: url(img/bkg_sidebar.jpg) left top repeat-y;	
}

#sidebar div.content div.wrap-b
{
	padding: 0px;
	background: url(img/bkg_sidebar_top.jpg) left top no-repeat;
}

#sidebar div.content div.wrap-c
{
	padding: 0px 10px 0px 10px;
	background: url(img/bkg_sidebar_bot.jpg) left bottom no-repeat;
}

#sidebar div.content ul
{
	padding:0px 0px 10px 0px;
	margin: 0px;
	list-style: none;
}

#sidebar div.content li
{
	padding: 4px 4px;
	display: table;
	width: 190px;
}

#sidebar div.content li.white
{
	background-color: #fff;
}

#sidebar div.content li a
{
	float: left;
}

#sidebar div.content li b
{
	float: left;
}

#sidebar div.content li span
{
	float: right;
}
	
/* = Content
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#content
{
	float: left;
	display: inline;
	width: 740px;
	margin-left: 20px;
}

#content h1
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
}

#content div.viewFunction
{
	background: url(img/bkg_h_f5f9f0.jpg) left top repeat-x;
	color: #454a4c;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 15px;
}

#content div.viewFunction div.wrap-a
{
	background:url(img/bkg_view.jpg) left top repeat-x;
	height: 31px;
	float: left;
	display: inline;
}

#content div.viewFunction div.wrap-b
{
	background:url(img/bkg_view_left.jpg) left top no-repeat;
	height: 31px;
	float: left;
	display: inline;
}

#content div.viewFunction div.wrap-c
{
	background:url(img/bkg_view_right.jpg) right top no-repeat;
	height: 31px;
	float: left;
	display: inline;
	
}

* html #content div.viewFunction
{
	display: table;
	width: 100%;
}

#content div.viewFunction ul
{
	padding: 4px 5px 0px 5px;
	margin: 0px;
	list-style: none;
}

#content div.viewFunction li
{
	float: left;
	padding: 5px;
}

#content div.viewFunction span
{
	float: left; 
	display: inline-block;
	padding: 8px 5px;
	font-style: italic;
}

#content div.viewFunction span strong
{
	font-style: normal;
}

#content div.viewFunction a, #content div.viewFunction a:link, #content div.viewFunction a:visited
{
	color: #454a4c;
	text-decoration: none;
	border-bottom: 1px dotted #454a4c;
	padding-bottom: 1px;	
}

#content div.viewFunction a:hover
{
	border: none;
}

#content div.viewFunction div.compare
{
	float: left;
	display: inline;
	background: url(img/bkg_compare.jpg) left top no-repeat;
	width: 72px;
	padding-top: 7px;
	padding-bottom: 25px;
	text-align: center;
}

#content div.view
{
	float: left;
	display: inline;
	margin-left: 60px;
	width: 300px;
}

#content div.view ul
{
	padding-left: 8px;
}

#content div.view li.list
{
	background: url(img/ico_list.gif) left center no-repeat;
	padding-left: 15px;
}

#content div.view li.table
{
	background: url(img/ico_table.gif) left center no-repeat;
	padding-left: 15px;
}

#content div.sort
{
	float: right;
	display: inline;
	width: 284px;
	text-align: right;
}

#content div.sort,
{
	width: 287px;
}

#content div.viewFunction div.sort div.wrap-c
{	
	background:url(img/bkg_view_right_white.jpg) right top no-repeat;
}

#content div.pages
{
	float: right;
}

#content div.pages a, #content div.pages a:link, #content div.pages a:visited
{
	border: none;
	text-decoration: underline;
}

#content div.viewFunction div.pages div.wrap-c
{	
	background:url(img/bkg_view_right_white.jpg) right top no-repeat;
}

/* = Catalog
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#content div.catalog
{
}

#content div.list div.product
{
	overflow: hidden;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}

#content div.list div.product,
{
	display: table;
	width: 100%;
	padding-bottom: 0px;
}

#content div.list div.product div.title
{
	background-color: #f8f9fb;
	overflow: hidden;
	padding: 5px 0px;
}

* html #content div.list div.product div.title
{
	display: table;
	width: 100%;
}

#content div.list div.product h2
{
	font-size: 16px;
	padding: 10px 0px;
}

#content div.list div.product div.title h2
{
	float: left;
	display: inline;
	width: 370px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#content div.list div.product div.title label
{
	font-size: #454a4c;
}

#content div.list div.product div.title fieldset
{
	float: left;
	width: 125px;
	padding: 0px;
}

#content div.list div.product div.price
{
	font-size: 14px;
}

#content div.list div.product div.title div.price
{
	width: 210px;
	float: left;
	display: inline;
	padding-top: 5px;
	margin-left: 10px;
}

#content div.list div.product div.img
{
	float: left;
	width: 125px;
	display: inline;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

#content div.list div.product div.description
{
	float: left;
	display: inline;
	width: 370px;
	margin-left: 10px;
	padding: 15px 0px 0px 0px;
}

#content div.list div.product div.description p
{
	margin: 0px;
}

#content div.list div.product div.prices
{
	width: 210px;
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 15px 0px 0px 0px;
}

#content div.list div.product div.img img
{

}

#content div.list div.product div.rating img
{
	width: 50px;
	padding-top: 15px;
}

#content div.list div.product div.more
{
	padding: 10px 0px;
}

a.more
{
	padding-left: 15px;
	background: url(img/ico_description.gif) left center no-repeat;
	margin-right: 4px;
}

a.reviews
{
	padding-left: 15px;
	background: url(img/ico_comments.gif) left center no-repeat;
	margin-right: 4px;
}

#content div.list div.product div.prices ul
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style: none;
}

#content div.list div.product div.prices li
{
	padding: 2px 2px;
	display: table;
	width: 200px;
}

#content div.list div.product div.prices li.blue
{
	background-color: #f8f9fb;
}

#content div.list div.product div.prices li a
{
	float: left;
	padding-left: 6px;
	background: url(img/ico_arr_small.gif) left 5px no-repeat;
}

#content div.list div.product div.prices li span
{
	float: right;
}

#content div.list div.product div.prices li.all
{
	text-align: right;
	padding-top: 8px;
}

#content div.list div.product div.prices li.all, #content div.list div.product div.prices li.all span, #content div.list div.product div.prices li.all a
{
	float: none;
	background: none;
}

#content div.list div.product div.prices li.all span
{
	padding-left: 3px;
}

#content div.table div.productsLine
{
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
}

* html #content div.table div.productsLine
{
	display: table;
	width: 100%;
}

#content div.table div.product
{
	width: 245px;
	float: left;
	display: inline;
}

#content div.table div.product div.title
{
	background-color: #f8f9fb;
	overflow: hidden;
	padding: 5px 0px;
	width: 235px;
}

* html #content div.table div.product div.title
{
	display: table;
	width: 235px;
}

#content div.table div.product h2
{
	font-size: 16px;
	padding: 10px 0px;
	margin: 0px;
}

#content div.table div.product div.title label
{
	font-size: #454a4c;
}

#content div.table div.product div.title fieldset
{
	float: left;
	width: 125px;
	padding: 0px;
}

#content div.table div.product div.price
{
	font-size: 14px;
}

#content div.table div.product div.img
{
	padding: 15px 10px 0px 0px;
	text-align: center;
}

#content div.table div.product div.description
{
	padding: 15px 10px 0px 0px;
}

#content div.table div.product div.description p
{
	margin: 0px;
}

#content div.table div.product div.prices
{
	width: 210px;
	padding: 15px 10px 0px 0px;
}

#content div.table div.product div.img img
{

}

#content div.table div.rating
{
	width: 50px;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
	display: inline;
}

#content div.table div.product div.rating img
{
	width: 50px;
}

#content div.table div.product div.more
{
	padding: 10px 10px 0px 0px;
}

#content div.table div.product div.more p
{
	margin-bottom: 5px;
}

a.more
{
	padding-left: 15px;
	background: url(img/ico_description.gif) left center no-repeat;
	margin-right: 4px;
}

a.reviews
{
	padding-left: 15px;
	background: url(img/ico_comments.gif) left center no-repeat;
	margin-right: 4px;
}

#content div.table div.product div.prices ul
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

#content div.table div.product div.prices li
{
	padding: 2px 2px;
	display: table;
	width: 200px;
}

#content div.table div.product div.prices li.blue
{
	background-color: #f8f9fb;
}

#content div.table div.product div.prices li a
{
	float: left;
	padding-left: 6px;
	background: url(img/ico_arr_small.gif) left 5px no-repeat;
}

#content div.table div.product div.prices li span
{
	float: right;
}

#content div.table div.product div.prices li.all
{
	text-align: right;
	padding-top: 8px;
}

#content div.table div.product div.prices li.all, #content div.table div.product div.prices li.all span, #content div.table div.product div.prices li.all a
{
	float: none;
	background: none;
}

#content div.table div.product div.prices li.all span
{
	padding-left: 3px;
}

/* = Product page
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#product
{
	float: left;
	display: inline;
	width: 740px;
	margin-left: 10px;
}

#product h1
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
}

#product h2
{
	padding: 8px 10px;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: normal;
	background: #f5f9f0 url(img/bkg_h_f5f9f0.jpg) left top repeat-x;
}

#shop
{
}

#shop .blue
{
	background-color: #f8f9fb;
}

#shop div.shop
{
	overflow: hidden;
	padding: 11px 0px;
}

* html #shop div.shop
{
	width: 100%;
	display: table;
}

#shop div.name
{
	float: left;
	display: inline;
	width: 150px;
	margin-left: 10px;
}

#shop div.name p a
{
	padding-left: 3px;
	/*background: url(img/ico_arr_small.gif) left 5px no-repeat;*/
}

#shop div.name p img
{
	position: relative;
	top: 3px;
}

#shop div.description
{
	float: left;
	display: inline;
	width: 300px;
	margin-left: 10px;
}

#shop div.description h3
{
	margin: 0px;
	font-size: 14px;
	padding-bottom: 5px;
}

#shop div.photo
{
	float: left;
	display: inline;
	width: 100px;
	margin-left: 10px;
}

#shop div.price
{
	float: left;
	display: inline;
	width: 130px;
	font-size: 24px;
	margin-left: 10px;
	text-align: center;
}

a.buy
{
	display: inline-block;
	background:url(img/button_buy.jpg) center center no-repeat;
	width: 83px;
	height: 27px;
}

#shop div.price a.buy
{
	margin-top: 10px;
}

#specification
{
	float:left;
	display: inline;
	width: 220px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	margin-top: -5px;
}

#specification div.img
{
	text-align: center;
	padding-bottom: 10px;
}

#specification div.img div.rating
{
	padding-top: 15px;
}

#specification div.specification
{
}

#specification div.specification h2
{
	padding: 8px 10px;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: normal;
	background: #f5f9f0 url(img/bkg_h_f5f9f0.jpg) left top repeat-x;
}

#specification div.specification p
{
	color: #454a4c;
}

#specification div.specification em
{
	font-weight: bold;
	font-style: normal;
	padding-right: 5px;
}

#comments
{
	padding: 15px 0px 5px 0px;
}

#comments div.comment
{
	margin-top: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}

#comments div.comment div.info
{
	padding-bottom: 3px;
	color: #454a4c;
}

#comments div.comment div.info span
{
	font-style: italic;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #454a4c;
}

/* = Footer
---------------------------------------------
---------------------------------------------
---------------------------------------------*/

#footer
{
	background: url(img/bkg_footer.jpg) left top no-repeat;
	overflow: hidden;
	padding-bottom: 20px;
}

* html #footer
{
	display: table;
	width: 100%;
}

#footer div.searchForm
{
}

#footer div.searchForm fieldset
{
	padding: 14px 10px 10px 10px;
}

#footer div.searchForm label
{
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}

#footer div.input
{
	background: url(img/bkg_search_input.jpg) left top repeat-x;
	height: 30px;
	float: left;
	display:inline;
	margin-right: 5px;
}

#footer div.input div.wrap-a
{
	background: url(img/bkg_search_input_left.jpg) left top no-repeat;
	height: 30px;
}

#footer div.input div.wrap-b
{
	background: url(img/bkg_search_input_right.jpg) right top no-repeat;
	height: 30px;
	padding: 0px 10px;
}

#footer div.input input
{
	width: 710px;
	border:none;
	background: none;
	margin-top: 5px;
}

* html #footer div.input input
{
	background: #fff;
	width: 100px;
}

* html #footer div.input
{
	width: 738px;
	margin-right: 1px;
}

#footer div.copy
{
	float: left;
	display: inline;
	width: 220px;
	margin-left: 10px;
	margin-top: 20px;
}

#footer div.menu
{
	float: left;
	display: inline;
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
}

#footer div.menu ul
{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

#footer div.menu li
{
	padding-left: 6px;
	margin-right: 10px;
	background: url(img/ico_arr_small.gif) left center no-repeat;
	float: left;
}

#footer div.menu li a
{
	color: #04475d;
}

#footer div.count
{
	float: right;
	width: 88px;
	margin-right: 10px;
	margin-top: 20px;
}