/****************************************************************************************************
	Let's begin
*****************************************************************************************************/
html, body {
    height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#231f20;
}

/****************************************************************************************************
	Basics
*****************************************************************************************************/
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, div
{
	margin: 0;
	padding: 0;
}
div:after, form:after, ul:after, ol:after, dl:after, dt:after, dd:after, h1:after, h2:after, h3:after, h4:after, p:after, .columns:after
{
	content: '';
	display: block;
	clear: both;
}

input, textarea, select
{
	font-size: 100%;
}
input[type=checkbox], input[type=radio]
{
	vertical-align: bottom;
}

img {border: none;}

p {margin-bottom:1.5em;}

a			{	color: #206fb6; text-decoration:underline;	}
a:visited	{	color: #206fb6; text-decoration:underline;	}
a:hover		{	color: #206fb6; text-decoration:none;	}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size:36px;
	color:black;
	padding:0;
	margin:0;
}
h2 {
	font-size: 24px;
	color:#206fb6;
	padding:0;
	margin:0;
}
h3 {
	font-size: 18px;
	color:#000000;
	padding:0;
	margin:0;
}
h4 {
	font-size: 110%;
	font-family: Verdana;
	margin: 0 0 0.5em;
}
h5 {
	font-size: 100%;
	margin: 0 0 1.2em;
}

h3 a {
	font-style: italic;
	margin: 0 0 0.2em;
}

table{
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}

table td{
	padding:0px; /* cellpadding="0" */
}
ul
{
	
}
address
{
	font-style:normal;
}

/****************************************************************************************************
	Offers
*****************************************************************************************************/
#offer td
{
	vertical-align:top;
}
#offer .img
{
	padding:0 15px 15px 0;
	float:left;
}

/****************************************************************************************************
	Footer always down
*****************************************************************************************************/
#container
{
	position: relative;
	min-height: 100%;
	height: 100%;
	width:100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	min-width:1000px;
	overflow:hidden;
}
html>body #container
{
	height: auto;
}
#content
{
	padding-bottom: 114px; /* Footer Height */
	width:96%;
	margin:0 2%;
}

/****************************************************************************************************
	Top area
*****************************************************************************************************/
#header
{
	margin-bottom:0;
	margin-top:17px;
	width: 100%; //padding-right: 1px; //overflow-x: hidden;
}

/* Ëîãî */
#logo
{
	float: left;
	display: inline;
	width: 25%;
}
#topnav
{
	float: right;
	display: inline;
	width: 74%;
}

/****************************************************************************************************
	Top menu
*****************************************************************************************************/
#topmenu
{
	width: 100%;
	float: right;
	overflow: hidden;
	display: inline; /* ie6 double-margin bug fix */
}
#topmenu ul
{
	list-style:none;
	float:right;
	margin:0;
}
#topmenu ul li
{
	display:inline;
	margin:0;
	padding:0 0 0 0;
	font-size:14px;
	color:#005aab;
	margin-left:22px;
}
#topmenu ul li.active a
{
	color:#8e8e8e;
	font-weight:normal;
	text-decoration:none;
}

/****************************************************************************************************
	Big Menu
*****************************************************************************************************/
#bigmenu
{
	height:55px;
	width:100%;
	float:left;
	text-align: center;
	margin-top:5px;
}
#bigmenu table
{
	width:100%;
}
#bigmenu td
{
	height:55px;
	margin:0;
	padding:0;
	line-height:50px;
	vertical-align:top;
	background:url("../img/bigmenu-bg.png") 0 0 repeat-x;
}
#bigmenu td.on, #bigmenu td.active { background:url("../img/bigmenu-bg-on.png") 0 0 repeat-x; }

#bigmenu td div
{
	background:url("../img/bigmenu-dvdr.png") right 0 no-repeat;
	cursor:pointer;
}

#bigmenu .left		{	height:55px; width:6px;	background:url("../img/bigmenu-left.png") no-repeat;	}
#bigmenu .left.on, #bigmenu .left.active	{	height:55px; width:6px;	background:url("../img/bigmenu-left-on.png") no-repeat;	}
#bigmenu .right		{	height:55px; width:6px; background:url("../img/bigmenu-right.png") no-repeat;	}
#bigmenu .right.on, #bigmenu .right.active	{	height:55px; width:6px; background:url("../img/bigmenu-right-on.png") no-repeat;}

#bigmenu a, #bigmenu a:link, #bigmenu a:visited
{
	color: white;
	text-align: center;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	padding:0 15px;
	margin:0;
	line-height:50px;
}


#bigmenu .grid_16 .right	{ background:url("../img/bigmenu-right-bg.png")		100% 0 no-repeat;	}
#topmenu .grid_16 .right-on	{ background:url("../img/bigmenu-right-bg-on.png")	100% 0 no-repeat;	}
#bigmenu .grid_16 .left		{ background:url("../img/bigmenu-left-bg.png")		0 0 no-repeat; 		}
#bigmenu .grid_16 .left-on	{ background:url("../img/bigmenu-left-bg-on.png")	0 0 no-repeat;		}
#bigmenu .column 				{ margin-right: 0; }
#bigmenu .active 			{ background:url("../img/bigmenu-bg-on.png") 0 0 repeat-x;}
#bigmenu .active .left	{ background:url("../img/bigmenu-left-bg-on.png") 0 0 no-repeat;}
#bigmenu .active .right { background:url("../img/bigmenu-right-bg-on.png") 100% 0 no-repeat;}

/****************************************************************************************************
	big AD
*****************************************************************************************************/
#bigad
{
	margin:5px 0 0 0;
	background:url("../img/bg-mainad.jpg") right 0 no-repeat;
}
#bigad .tr
{
	height:326px;
}
#bigad .inner
{
	padding:33px 22px;
	margin:0;
	font-size:15px;
	color:#231f20;
	width:500px;
}
#bigad .inner p
{
	margin:0;
	padding:0;
}
#bigad .inner p.strong
{
	color:#444444;
	font-weight:bold;
}
#bigad .inner h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#206fb6;
	margin:0 0 3px 0;
	padding:0;
}
#bigad .inner ul
{
	margin:20px 16px;
	padding:0;
	list-style-type:disc;
	color:#ed1c24;
	font-size:13px;
}
#bigad .inner ul li span
{
	color:#444444;
}
#bigad #brands
{
	margin:10px 0;
}
#bigad #brands td
{
	width:115px;
	height:50px;
	background:url("../img/brands-bg.png") 0 0;
	vertical-align:middle;
	text-align:center;
	padding:0 5px;
}
#bigad #brands td img
{
	margin:0 auto;
}
#bigad #brands td.nbsp
{
	width:4px;
	background:none;
	padding:0;
}

/****************************************************************************************************
	Teazers
*****************************************************************************************************/
#teazers
{
	width:100%;
	margin-bottom:25px;
}
#teazers .tr
{
	height:165px;
	width:100%;
}
#teazers .teazer
{
	background:url("../img/teazer-bg.jpg") 0 0 repeat-x;
	margin:10px 3px 0 0;
}
#teazers .teazer.last
{
	margin-right:0;
}
#teazers .teazer h2
{
	font-size:17px;
	color:#005aab;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
#teazers .img
{
	height:93px;
	text-align:center;
}
#teazers .img img
{
	padding:2px 0 0 0;
}
#teazers .txt
{
	text-align:center;
	height:65px;
	font-size:13px;
	color:#444444;
}

/****************************************************************************************************
	News
*****************************************************************************************************/
#news
{
	width:100%;
	margin:10px 0 25px 0;
}
#news td
{
	vertical-align:top;
}
#news p
{
	font-size:13px;
	color:#231f20;
	margin:0;
	padding:0;
}
#news h2
{
	color:#206fb6;
	font-size:15px;
	margin:0 0 5px 0;
	padding:0;
}
#news .date
{
	font-size:11px;
	font-style:italic;
	color:#757575;
	margin:10px 0 0 0;
}
#news .img
{
	height:100%;
	float:left;
	width:20%;
	display:inline;
}
#news .txt
{
	width:79%;
	float:left;
	display:inline;
}
/****************************************************************************************************
	Rumor
*****************************************************************************************************/
#rumor
{
	width:800px;
}
#rumor td
{
	width:50%;
	padding:0 0 42px 0;
	vertical-align:top;
}
#main #rumor ul
{
	list-style:none;
	margin:0;
	padding:0 0 0 0px;
}
#main #rumor ul li
{
	background:url("../img/list-bg.gif") 0 11px no-repeat;
	padding:0 0 0 15px;
	line-height:2.5;
}
/****************************************************************************************************
	Locations
*****************************************************************************************************/
#locations
{
	font-size:15px;
}
#locations td
{
	width:40%;
	vertical-align:top;
	padding:0 30px 0 0;
}
#locations td img
{
	float:left;
	padding:0 10px 5px 0;
}
#locations td.null
{
	padding:0;
	margin:0;
	height:10px;
	line-height:0;
}

#locations .city h2
{
	font-weight:bold;
	font-size:15px;
	color:black;
	margin:0 0  10px 0;
	padding:0;
}
#locations .city
{
}
#locations .loc
{
	padding:0 0 15px 0;
}

/****************************************************************************************************
	Ðåçþìå
*****************************************************************************************************/
#resume td
{
	vertical-align:top;
}
#resume td img
{
	float:left;
	padding:0 10px 5px 0;
}
#resume p
{
	margin:0;
}


/****************************************************************************************************
	Main
*****************************************************************************************************/
#main
{
	padding:0 0 0 80px;
	font-size:14px;
	color:black;
	margin-bottom:30px;
}
#main h1
{
	color:#206fb6;
	font-size:36px;
	font-weight:bold;
	margin:0 0 10px 0;
}
#main h2
{
	margin:0 0 10px 0;
}
#main p
{
	line-height:1.3;
	font-size:14px;
	margin:0 0 17px 0;
	clear:left;
}
#main .backlink
{
	margin-top:20px;
}
#main ul
{
	margin:0;
	padding:0;
	color:black;
	font-size:14px;
}
#main li
{
	list-style:none;
	padding:3px 0 0 18px;
	background:url(../img/mdash.gif) 0 0 no-repeat;
}

#main ul li span
{
	color:#444444;
}
#main img
{
	padding:0 7px 7px 0;
}

/****************************************************************************************************
	404
*****************************************************************************************************/
#err404
{
	background:url("../img/404-bg.jpg") 0 0 repeat-x #337bbc;
	width:650px;
	color:white;
	margin:0px auto 0 auto;
	position:relative;
	top:100px;
}
#err404 h1
{
	font-size:36px;
	font-weight:bold;
	color:white;
}
#err404 h2
{
	font-size:18px;
	font-weight:bold;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	margin:25px 0 25px 0;
}
#err404 p
{
	margin:0;
	padding:0;
	font-size:15px;
}
#err404 ul
{
	list-style:none;
	margin:20px 0 0 10px;
	padding:0;
}

#err404 .tr
{
	padding:20px 30px;
}
#err404 a, #err404 a:visited, #err404 a:hover
{
	color:white;
}



/****************************************************************************************************
	Data
*****************************************************************************************************/
#datatable
{
	width:100%;
}
#datatable .date
{
	color: #9DA6AB;
	font-style:italic;
	font-size:13px;
}
#datatable .short	{
}
#datatable td.img	{
	width:10%;
}
#datatable .data	{
	padding:0 0 27px 0;
}
#datatable .data p	{
	float:left;
}

#datatable .title, #datatable .title a:link, #datatable .title a:visited
{
	font-size:19px;
	color:black;
	padding-bottom:15px;
}
#datatable td
{
	vertical-align:top;
}

/*********************************************************************************/
/* Feedback */
/*********************************************************************************/
#feedback
{
	width:390px;
	margin:0;
	font-size:18px;
}
#feedback .xleft
{
	width:29%;
	margin-right:1%;
}
#feedback .xleft h1
{
	font-size:36px;
	margin-bottom:30px;
}

#feedback .xcenter
{
	width:70%;
	background:url('../img/mainbg.png') 0 0 no-repeat;
}
#feedback td
{
	font-size:13px;
	vertical-align:top;
	padding:0 10px 10px 0;
}
#feedback input, #feedback textarea
{
	background:url('../img/formbg.gif') 0 0 repeat-x;
	width:240px;
	border-width:1px;
	border-style:solid;
	border-top-color:#afafaf;
	border-left-color:#f2f2f2;
	border-right-color:#e5e5e5;
	border-bottom-color:#e0e0e0;
	line-height:1.4;
	padding:2px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#feedback textarea
{
	font-family:Arial, Helvetica, sans-serif;
	height:100px;
}

#feedback .captcha input
{
	width:120px;
}
#feedback .captcha
{
	padding-bottom:0;
}
.feedback
{
	margin:10px 10px 30px 10px;
	font-size:15px;
}
#feedback h5
{
	font-size:18px;
	color:#9b9b9b;
	font-weight:normal;
}
#feedback p.gray
{
	font-size:12px;
	color:#9b9b9b;
	font-weight:normal;
	line-height:normal;
}

.feedback h2
{
	font-size:18px;
	margin-bottom:10px;
	padding:0;
}
.feedback .date
{
	font-size:13px;
}
.asterix
{
	color:#ed2423;
	font-size:24px;
	padding:0;
	position:relative;
	top:-5px;
	left:5px;
}
#feedback h3
{
	margin-bottom:15px;
}
#feedback .button
{
	margin-top:10px;
}
.warn
{
	font-weight:normal;
	font-size:15px;
	background:#4d98db;
	color:white;
}
.warn .tr
{
	padding:6px 9px;
	margin:0 0 10px 0;
}

/****************************************************************************************************
	Navigation
*****************************************************************************************************/
#navigation
{
	font-size:11px;
	color:#777777;
	margin:2px 0 30px 0;
	height:12px;
}
#navigation .arrow
{
	width:15px;
	height:12px;
	vertical-align:middle;
	padding:2px 3px 0 3px;
	float:left;
}
#navigation a, #navigation a:visited, #navigation a:active
{
	color:black;
	float:left;
}

/****************************************************************************************************
	Paginator
*****************************************************************************************************/
#pagination
{
	color:black;
	padding:5px 0 0 0;
	margin:0;
	width:100%;
	font-size:13px;
}
#pagination a, #pagination a:visited, #pagination a:active	
{
	padding: 0 8px 0 8px;
	color:black;
}
#pagination span
{
	padding: 3px 6px 3px 6px; 
	color:#347cbd;  
}

/****************************************************************************************************
	Gray corner
*****************************************************************************************************/
#gray-corner
{
	width:100%;
	height:10px;
	background:url("../img/gray-corner.gif") 2% 0 white no-repeat;
}

/****************************************************************************************************
	Catalog
*****************************************************************************************************/
#catalog
{
	font-size:15px;
}
#catalog p
{
	line-height:19px;
}
#catalog td
{
	vertical-align:top;
}
#catalog #allcatalog
{
	width:600px;
}
#catalog #allcatalog td
{
	width:50%;
	/*padding:0 0 35px 0;*/
}
#catalog #allcatalog ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#catalog #allcatalog h3
{
	margin-bottom:10px;
	color:#347dbe;
}
#catalog #allcatalog h3 a
{
	font-style:normal;
}
#catalog #allcatalog li a, #catalog #allcatalog li a:active, #catalog #allcatalog li a:visited
{
	color:black;
	font-size:15px;
}
#catalog h4
{
	font-size:18px;
	font-weight:bold;
	color:black;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/****************************************************************************************************
	Filtr
*****************************************************************************************************/
#filtr
{
	background:#d8d9d9;
	padding:12px;
}
#filtr h5
{
	font-size:13px;
	font-weight:bold;
	margin:0 0 12px 0;
}
#filtr .family
{
	padding-right:15px;
	padding-bottom:10px;
}
#filtr .family a, #filtr .family a:visited, #filtr .family a:active
{
	font-size:18px;
	border-bottom:1px dotted black;
	color:black;
	text-decoration:none;
	padding:3px;
}
#filtr .family a:hover
{
	border:none;
	text-decoration:none;
}
#filtr .family a.active
{
	background:#55a0e4;
	padding:3px;
	border:none;
}
#filtr ul
{
	list-style:none;
	padding:0;
	margin:0;
	font-size:15px;
	color:black;
}
#filtr ul li
{
	margin-bottom:10px;
}
#filtr ul a, #filtr ul a:visited
{
	color:black;
}
#filtr .button
{
	margin:15px auto;
	
}
#price_filtr
{
	font-size:11px;
}
#price_filtr input
{
	width:60px;
	font-size:11px;
}


/****************************************************************************************************
	Products
*****************************************************************************************************/
#products
{
	padding:0 0 0 20px;
	font-size:13px;
}
#products h3, #products_not_main h3
{
	margin:0 0 10px 0;
	padding:0;
}
#products h3 a, #products h3 a:visited, #products h3 a:active,
#products_not_main h3 a, #products_not_main h3 a:visited, #products_not_main h3 a:active
{
	font-size:18px;
	font-weight:bold;
	color:#136fc3;
	font-style:normal;
}
#products .price, #products_not_main .price
{
	font-size:18px;
	font-weight:bold;
}
#products .cartlink
{
	margin:5px 0 0 0;
}
#products .cartlink a
{
	font-size:13px;
	color:#ed1c24;
}
#products .cartlink img
{
	position:relative;
	top:11px;
}
#products td, #products_not_main td
{
	/*padding-bottom:40px;*/
	padding:5px;
}
	#products td p, #products_not_main td p{
		margin:0px;
	}


#one_product h1
{
	font-size:30px;
	font-weight:bold;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}
#one_product .def ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#one_product .def ul li
{
	font-size:13px;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	background:url("../img/list-bullet-gray.gif") 0 11px no-repeat;
	display:block;
	line-height:30px;
	padding-left:19px;
}
#one_product .price
{
	font-size:19px;
	color:#4d98db;
}
#one_product .galery img
{
	padding:0 24px 0 0;
	
}
#one_product .cartlink
{
	margin:5px 0 0 0;
}
#one_product .cartlink a
{
	font-size:13px;
	color:#ed1c24;
}
#one_product .cartlink img
{
	position:relative;
	top:3px;
}

#products_not_main
{
	padding:0;
	font-size:13px;
}
.titleimg
{
	padding:0 20px 0 0;
}


/****************************************************************************************************
	Cart
*****************************************************************************************************/
#cart
{
	font-size:15px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#cart .warn
{
	width:320px;
}
#cart .gray
{
	color:#989898;
}

#cart table	
{
	width:100%;
	margin:20px 0 0 0;
	background:#f0f2f1;
	padding:10px;
	border-collapse:inherit;
	border-spacing:0;
}
#cart table thead th
{
	background:white;
	padding:10px 0 10px 15px;
	margin:0px;
	text-align:left
}
#cart table #navigator
{
	font-size:14px;
	color:#206fb6;
}
#cart table #navigator a, #cart table #navigator a:link, #cart table #navigator a:visited
{
	font-size:14px;
	color:black;
	text-decoration:underline;
}
#cart table .arrow
{
	font-size:22px;
	padding:0 5px;
	color:black;
}
#cart table #headers th
{
	font-size:12px;
	color:#9d9d9d;
	font-style:italic;
	border-bottom:1px solid #e5e5e5;
}
#cart table td
{
	background:white;
	padding:10px 0 10px 15px;
	margin:0px;
	text-align:left;
	vertical-align:top;
}
#cart table input, #cart table textarea
{
	width:75px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	overflow:auto;
	background:url("../img/formbg.gif") 0 0 repeat-x;
	font-size:16px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#cart table .price
{
	font-size:20px;
	font-style:italic;
	text-align:right;
	padding:8px 0 0 0;
	
}
#cart table #headers th.price-title
{
	text-align:right;
}
#cart table .delete-icon img
{
	width:19px;
	height:19px;
	margin:0;
	position:relative;
	top:3px;
	left:25px;
}
#cart table #total
{
	background:none;
	padding-top:25px;
	background:url("../img/rub-cart.gif") 200px 28px no-repeat;
	font-size:20px;
	font-style:italic;

}
#cart table #buttons
{
	background:none;
}
#cart table .big
{
	width:400px;
}
#cart .price-header
{
	text-align:right;
}
#cart .button
{
	float:right;
	position:relative;
	top:6px;
}
#cart .delete-icon
{
}
#cart .delete
{
	text-align:right; padding-right:10px;
	width:100px;
}



/****************************************************************************************************
	Footer
*****************************************************************************************************/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 114px;
	margin:0;
	background:#f2f2f2;
	font-size:13px;
	color:#231f20;
	line-height:20px;
}
#footer .inner {
	margin:0 2%;
}
#footer .footer td
{
	width:50%;
}
#footer .footer
{
	margin:30px 0 0 0;
	width:100%;
}
#footer .code
{
	font-size:15px;
	color:#757575;
	z-index:1;
}
#footer .phone
{
	font-size:30px;
	color:#231f20;
	font-weight:bold;
	z-index:1;
}
#footer .right
{
	text-align:right;
}

/*********************************************************************************/
/* City Selector */
/*********************************************************************************/
#phone_selector
{
	z-index:800;
	float:right;
	width:100%;
}
#city_selector
{
	z-index:900;
	margin:0 0 10px 0;
	float:right;
	width:200px;
}
#city_selector ul
{
	padding: 0;
	list-style: none;
}
#city_selector li {
	background: #F2F2F2;
	height: 20px;
	font-size:16px;
	padding:0 5px;
	z-index:900;
}
#city_list
{
	padding: 0;		
	margin-top: -180px;
	margin-left: 0px;
	list-style: none;
	display: none;	
	z-index:900;
}
#city_list li {
	height: 20px;
	padding:0 15px;
	z-index:900;
}
#city_selector li a, #city_list li a {color:#ed1c24;}
#city_name
{
	background:url("../img/select_right.gif") right 3px no-repeat;
	padding:0 15px 0 0 ;
}


/*********************************************************************************/
/* Round Corners */
/*********************************************************************************/
/*	USAGE
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="br"><div class="tl"><div class="tr">
</div></div></div></div></div></div></div></div>
*/

.t {background: 0 0 repeat-x;	}
.b {background: 0 100% repeat-x;}
.l {background: 0 0 repeat-y;	}
.r {background: 100% 0 repeat-y;}

.bl {background: 0 100% no-repeat;		}
.br {background: 100% 100% no-repeat;	}
.tl {background: 0 0 no-repeat;			}
.tr {background: 100% 0 no-repeat;		} 

.r10 .tl	{	background-image: url("../img/round/r10-tl.png");	}
.r10 .bl	{	background-image: url("../img/round/r10-bl.png");	}
.r10 .tr	{	background-image: url("../img/round/r10-tr.png");	}
.r10 .br	{	background-image: url("../img/round/r10-br.png");	}
.r10 .t		{	background-image: url("../img/round/r10-t.png");	}
.r10 .b		{	background-image: url("../img/round/r10-b.png");	}
.r10 .r		{	background-image: url("../img/round/r10-r.png");	}
.r10 .l		{	background-image: url("../img/round/r10-l.png");	}

.warn.r10 .tl	{	background-image: url("../img/round/nullshadow/r10-tl.png");	}
.warn.r10 .bl	{	background-image: url("../img/round/nullshadow/r10-bl.png");	}
.warn.r10 .tr	{	background-image: url("../img/round/nullshadow/r10-tr.png");	}
.warn.r10 .br	{	background-image: url("../img/round/nullshadow/r10-br.png");	}


/****************************************************************************************************
	Small Button
*****************************************************************************************************/
/*	USAGE
<div class="button"><a class="bsmall" href="/"><span>TEXT</span></a></div>
*/

.bsmall
{
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 11px;
	padding-bottom: 1px;
	line-height: 20px;
	background:url("../img/btn/small/l.png") 0 0 no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#231F20;
}
.bsmall span 
{
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 1px;
	line-height: 20px;
	background:url("../img/btn/small/r.png") 100% 0 no-repeat;
}

/****************************************************************************************************
	Big Green
*****************************************************************************************************/
.bigblue
{
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 22px;
	padding-bottom: 1px;
	line-height: 40px;
	height:44px;
	background:url("../img/btn/bigblue/l.png") 0 0 no-repeat;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:white;
}
.bigblue span 
{
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 5px;
	padding-right: 30px;
	padding-bottom: 1px;
	line-height: 40px;
	height:44px;
	background:url("../img/btn/bigblue/r.png") 100% 0 no-repeat;
	color:white;
}
a.bigblue, a.bigblue:active, a.bigblue:visited	{ color:white; }

/****************************************************************************************************
	Search
*****************************************************************************************************/
#search
{
	float: right;
	text-align:right;
	display: inline;
	width: 100%;
	margin-bottom:20px;
}
#search .button
{
	float:right;
}
#search a, #search a:visited
{
	font-size:12px;
	color:#444444;
}
#search #maplink
{
	float:right;
	display:inline;
}
#search #basketlink
{
	float:right;
	display:inline;
	margin-right:30px;
}
.searchbox
{
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 24px;
	padding-bottom: 1px;
	margin-right:3px;
	margin-left:36px;
	line-height: 19px;
	background:url("../img/forms/searchbox/l.gif") 0 0 no-repeat;
	text-decoration:none;
	float:right;
}
.searchbox input
{
	background:none;
	border:none;
	color:lightgray;
	font-size:11px;
	width:170px;
	padding:3px 0 0 0;
}
.searchbox span 
{
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	line-height: 19px;
	background:url("../img/forms/searchbox/r.gif") 100% 0 no-repeat;
}

/****************************************************************************************************
	Search Results
*****************************************************************************************************/
#search_result .warn
{
	width:300px;
	color:white;
}
#search_result .found
{
	font-weight:bold;
}
#search_result ul li
{
	font-size:15px;
	color:black;
}

/****************************************************************************************************
	The Grid System
*****************************************************************************************************/
.col { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
	float: left;
	overflow: hidden;
	display: inline; /* ie6 double-margin bug fix */
}
.row { /* center the row on he page, clear the interior contents with overflow:hidden hack */
	clear: both; width: 100%; //padding-right: 1px; //overflow-x: hidden;	
}
.x47	{ width:47%; background:red; height:200px; margin-left:2%;}
.x30	{ width:30.667%; background:pink; height:200px; margin-left:2%; margin-top:20px;}

