/*
Template Name: BusinessToday
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/

/*
Template Name: BusinessToday
File: Navigation CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/

#topnav{
	display:block;
	float:left;
	width:550px;
	margin:6px 0px 0px 0px;
	padding:0;
	list-style:none;
	font-size:15px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border-right:1px dotted #666666;*/
	}

#topnav ul, #topnav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover{
	display:block;
	margin:0;
	padding:15px 20px;
	color:#7C7C7C;
	background-color:#D3D3D3;
	}

#topnav ul ul li a:link, #topnav ul ul li a:visited{
	border:none;
	}

#topnav li.last a{
	margin-right:0;
	}

#topnav li a:hover, #topnav ul li.active a{
	color:#FFFFFF;
	background-color:#7C7C7C;
	}

#topnav li li a:link, #topnav li li a:visited{
	width:150px;
	float:none;
	margin:0;
	padding:7px 10px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#000000;
	}

#topnav li li a:hover{
	color:#FFFFFF;
	background-color:#4D9FC7;
	}

#topnav li ul{
	background: #FFFFFF;
	z-index:9999;
	position: absolute;
	left: -999em;
	height:auto;
	width:170px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}

#topnav li ul a{width: 140px;}

#topnav li ul ul{margin: -32px 0 0 0;}

#topnav li:hover ul ul{left: -999em;}

#topnav li:hover ul, #topnav li li:hover ul{left:auto;}

#topnav li:hover{ position: static;}

#topnav li.last a{margin-right:0;}

#topnav-right{
	display:block;
	float:right;
	width:270px;
	margin:0px -60px 0px 0px;
	padding:0;
	font-weight:normal;
	background-repeat: no-repeat;
	/*list-style:none;*/
	/*border-right:1px dotted #666666;*/
	}	

#topnav-right p{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topnav-right a{
	color: #7C7C7C;
}
#topnav-right a:hover{
    text-decoration: underline;
}
	
/* ----------------------------------------------Column Navigation-------------------------------------*/

#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}

#column .subnav h2{
	margin:0 0 20px 0;
	padding:0 0 14px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:#F9F9F9;
	line-height:normal;
	border-bottom:1px dotted #666666;
}

#column .subnav ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#column .subnav li{
	margin:0 0 3px 0;
	padding:0;
	}

#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}

#column .subnav a{
	display:block;
	margin:0;
	padding:5px 10px 5px 20px;
	color:#777777;
	background:url(../images/blue_file.gif) no-repeat 10px center #F9F9F9;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	}

#column .subnav a:hover{color:#2684B7; background-color:#F9F9F9;}

#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url(../images/black_file.gif) no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}


/*
Template Name: BusinessToday
File: Forms CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}

/* ----------------------------------------------Newsletter Form-------------------------------------*/

#header input{
	display:block;
	float:left;
	width:100px;
	margin:0 4px 0 0;
	padding:4px;
	color:#4C4C4C;
	background-color:#D3D3D3;
	border:1px solid #4C4C4C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#header input#news_go{
	width:auto;
	height:auto;
	margin:0;
	padding:4px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#4D9FC7;
	cursor:pointer;
	}

/* ----------------------------------------------Search Form-------------------------------------*/

#topbar input{
	display:block;
	float:left;
	width:104px;
	margin: 0px 4px 0 50px;
	padding:4px;
	color:#B6B6B6;
	background-color:#ffffff;
	border:1px solid #343434;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#topbar input#go{
	width:auto;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding:4px 6px;
	/*font-weight:bold;
	text-transform:uppercase;*/
	color:#000000;
	background-color:#D3D3D3;
	border-color:#7C7C7C;
	cursor:pointer;
	}

/* ----------------------------------------------Forms in Content Area-------------------------------------*/

#container #respond{display: block; width:100%;}

#container #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}

#container #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}

#container #respond p{margin:5px 0;}

#container #respond #submit, #container #respond #reset{
	margin:0;
	padding:5px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	cursor:pointer;
	}

/* ----------------------------------------------Newsletter-------------------------------------*/


#footer form{
	display:block;
	width:300px;
	margin:0;
	padding:10px 0 0 0;
	border:none;
	}


#footer input{
	display:block;
	width:218px;
	margin:0 0 10px 0;
	padding:5px;
	color:#FFFFFF;
	background-color:#2684B7;
	border:1px solid #1C5E82;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#footer input#login_go{
	width:58px;
	height:62px;
	margin:0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	cursor:pointer;
	}

/*
Template Name: BusinessToday
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/

table{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}

table thead th{
	color:#FFFFFF;
	background-color:#666666;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}

table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#29313C;
	}

img{border:0; display:block; padding:0; margin:0;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.fl_left_red{float:left; color: red;}
.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #DFDFDF; padding:5px; color:#666666; background-color:#FFFFFF;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	position:relative;
	float:left;
	width:100%;
	margin:0;
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #DDDDDD;
	}

.col1{color:#666666; background-color:#D3D3D3;}
.col2{color:#7C7C7C; background-color:#D3D3D3;}
.col3, .col4, .col5{color:#666666; background-color:#FFFFFF;}
.col6{color:#999999; background-color:#F3F3F3;}
.col6 a{color:#2684B7; background-color:#F3F3F3;}
.col7, .col7 a{color:#FFFFFF; background-color:#000000;}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #intro, #services, #breadcrumb, #container, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	/*width:960px;*/
	width:1024px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#header #logo{
	display:block;
	float:left;
	width:930px;
	margin-top:7px;
	}

#header #logo h1, #header #logo p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#header #logo h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:36px;
	border:none;
	}

#header h1 a{
	color:#3A6C86;
	background-color:#E3F1F9;
	}

#header #newsletter{
	float:right;
	padding:10px 10px 12px 10px;
	color:#000000;
	background-color:#ADD6ED;
	}

#header #newsletter p{
	margin:0 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar #search{
	display:block;
	float:right;
	width:51px;
	margin:-15px 0 0 0;
	padding:0;
	}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro{
	padding:30px 0 5px 0;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#intro .fl_left{
	display:block;
	float:left;
	width:515px;
	height:240px;
	margin:0;
	padding:30px;
	color:#FFFFFF;
	background-color:#2684B7;

	}

#intro .fl_left h2{
	font-size:46px;
	margin:0 0 15px 0;
	padding:0;
	border:none;
	color:#FFFFFF;
	background-color:#2684B7;
	}

#intro .fl_left p{
	margin:0;
	padding:0;
	line-height:1.6em;
	}

#intro .fl_left p.readmore{
	display:block;
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	text-align:right;
	line-height:normal;
	}

#intro .fl_left p.readmore a{
	padding:8px 15px;
	font-size:18px;
	color:#FFFFFF;
	background-color:#1C5E82;
	}

#intro .fl_right{float:right;}

/* ----------------------------------------------Services-------------------------------------*/

#services ul, #services p, #services h2, #services img{
	margin:0;
	padding:0;
	list-style:none;
	}

#services li{
	display:block;
	float:left;
	width:294px;
	height:180px;
	margin:0 9px 0 0;
	padding:10px;
	color:#666666;
	background-color:#EFEFEF;
	}

#services li:hover, #services li:hover h2{
	color:#666666;
	background-color:#E5E5E5;
	}

#services li.last{
	margin-right:0;
	}

#services .fl_right{
	display:block;
	float:right;
	width:185px;
	padding:10px 0 0 0;
	}

#services h2{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	background-color:#EFEFEF;
	border-bottom-color:#666666;
	}

#services p{
	margin:0;
	padding:0;
	line-height:1.6em;
	}

#services p.readmore{
	display:block;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	text-align:right;
	line-height:normal;
	}

#services p.readmore a{
	padding:8px 15px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#666666;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:30px 0;
	border-bottom:1px solid #CCCCCC;
	}

#breadcrumb a{
	color:#2684B7;
	background-color:#FFFFFF;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:30px 0;
	line-height:1.4em;
	}

#container a{
	color:#666666;
	}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	padding-bottom:8px;
	border-bottom:1px dotted #CCCCCC;
	}

#content{
	display:block;
	float:left;
	width:600px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#FFFFFF;}
#comments .commentlist li.comment_odd a{color:#3E7060; background-color:#FFFFFF;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#3E7060; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p {margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

.flickrbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.flickrbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	}

.flickrbox li.last{margin-right:0;}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* Featured Block */

#column #featured a{
	color:#666666;
	background-color:#F9F9F9;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured a{
	color:#2684B7;
	background-color:#F9F9F9;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#F9F9F9;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column #latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column #latestnews li{
	display:block;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #DDDDDD;
	}

#column #latestnews li.last{
	margin-bottom:0;
	}

#column #latestnews p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#column #latestnews .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:30px 0;
	}

#footer h2{
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
	}

#footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer .footbox{
	display:block;
	float:right;
	width:190px;
	margin:0 0 0 30px;
	padding:0;
	}

#footer li{
	margin-bottom:3px;
	line-height:1.6em;
	}

#footer .last{
	margin:0;
	}

#login{
	display:block;
	float:left;
	width:300px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:20px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}

/* COLUMNS */

#column-left
{
	float: left;
	width: 200px;
}

#column-center
{
	float: left;
	width: 540px;
	padding: 0 10px;
}

.half-wide #column-center
{
	width: 740px;
}

#column-right
{
	padding: 0px 30px 0px 0px;
	float: right;
	width: 200px;
}

#column-left a:hover,
#column-center a:hover,
#column-right a:hover
{
	text-decoration: underline;
}

/* BOTTOM FIXES */

#copyright a:hover
{
	text-decoration: underline;
}

/* TOP LOGIN BOX */

#header #top-login-box
{
	float: right;
	padding: 0px 220px 0px 5px;
	color: #000000;
	/*background-color: #ADD6ED;*/
}

#header #top-login-box p
{
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header #top-login-box a
{
	color: #7C7C7C;
}

#header #top-login-box a:hover
{
	text-decoration: underline;
}

#header #sign_in,
#header #sign_out,
#update_cart_button,
#checkout_button,
#pay_now_button
{
	border: 1px solid #396B86;
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #7C7C7C;
	cursor: pointer;
}

div.wrapper h3
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0;
}

/* CATEGORY NAVIGATOR */

.subnav
{
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #F9F9F9;
}

.subnav h2
{
	margin: 0 !important;
	padding: 0 0 14px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
	border-bottom: 1px solid #666666 !important;
}

.subnav h2 a
{
	background-color: #F9F9F9 !important;
	color: #777777 !important;
}

.subnav h2 a:hover
{
	color: #2684B7 !important;
}

.subnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav li
{
	margin: 0 0 3px 0;
	padding: 0;
}

.subnav ul ul,
.subnav ul ul ul,
.subnav ul ul ul ul,
.subnav ul ul ul ul ul
{
	border-top: none;
	padding-top: 0;
}

.subnav ul a
{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 20px;
	color: #777777 !important;
	background: url(../images/blue_file.gif) no-repeat 10px center;
	background-color: #F9F9F9 !important;
	text-decoration: none;
	border-bottom: 1px solid #666666 !important;
}

.subnav ul a:hover
{
	color: #666666 !important;
	background-color: #F9F9F9;
}

.subnav ul ul a,
.subnav ul ul ul a,
.subnav ul ul ul ul a,
.subnav ul ul ul ul ul a
{
	background: url(../images/black_file.gif) no-repeat #F9F9F9;
}

.subnav ul ul a
{
	padding-left: 40px;
	background-position: 30px center;
}

.subnav ul ul ul a
{
	padding-left: 50px;
	background-position: 40px center;
}

.subnav ul ul ul ul a
{
	padding-left: 60px;
	background-position: 50px center;
}

.subnav ul ul ul ul ul a
{
	padding-left: 70px;
	background-position: 60px center;
}

/* LANGUAGE SWITCHER */

#header
{
	padding-top: 0 !important;
	background-color:#D3D3D3;
}

#header #languages
{
	height: 15px;
	/*line-height: 30px;*/
	width: 102%;
	padding-top: 2px;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	background-color:#D3D3D3;
}

#header #languages a
{
	color: #7C7C7C;
	background-repeat: no-repeat !important;
	padding-right: 21px;
}

/* CURRENCY SELECT BLOCK */

.currency-select-block
{
	padding-bottom: 20px;
}

/* SHOPPING CART BLOCK */

.shopping-cart-block
{
	padding-bottom: 10px;
}

.shopping-cart-block h2
{
	background: url('../images/shopping-cart-icon.gif') no-repeat right center;
}

.shopping-cart-block .links
{
	text-align: right;
}

/* SEARCH FORM IE FIX */

#search div
{
	width: 300px !important;
}

/* MARKUP TABLES */

table.markup
{
	border-collapse: separate;
	border: none;
}

table.markup td
{
	border: none !important;
}

/* PRODUCT GRID */

.product-grid-td
{
	background-color: #F9F9F9;
	width: 50%;
}

.product-grid-cell
{
	color: #666666;
	display: block;
	margin: 0 9px 0 0;
	padding: 10px;
	position: relative;
}

.product-grid-cell p,
.product-grid-cell h2,
.product-grid-cell img
{
	margin: 0;
	padding: 0;
}

.product-grid-cell .fl_right
{
	display: block;
	float: none;
	padding: 0 70px 0 0;
}

.product-grid-cell h2
{
	margin: 0 0 5px 0 !important;
	padding: 0 0 3px 0 !important;
	font-weight: bold;
	color: #666666;
	/*background-color: #EFEFEF !important;*/
	border-bottom-color: #666666;
}

.product-grid-cell h2 a
{
	/*background-color: #EFEFEF !important;*/
	font-size: 11px !important;
	font-weight: bold;
}

.product-grid-cell p
{
	line-height: 1em;
}

.product-grid-cell p.readmore
{
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;
	line-height: normal;
}

.product-grid-cell p.readmore a
{
	padding: 8px 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.product-grid-cell img
{
	/*width: 60px;*/
	margin: 0  5px 5px 0;
	overflow: hidden;
}

.product-grid-cell strong
{
	text-decoration: line-through;
	font-weight: normal;
}

.product-grid-cell .price
{
	font-size: 16px;
	font-weight: bold;
}

.product-grid-cell .discount
{
	font-weight: bold;
	background: url('../images/discount.png') no-repeat;
	width: 38px;
	padding-left: 2px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-family: arial;
	position: absolute;
	left: 0;
	top: 0;
}

/* PRODUCT LINE */

.product-line
{
	position: relative;
	background: #E8E8E8;
	margin: 5px 0;
	padding: 14px;
}

.product-line .discount
{
	font-weight: bold;
	background: url('../images/discount.png') no-repeat;
	width: 38px;
	padding-left: 2px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-family: arial;
	position: absolute;
	left: 3px;
	top: 3px;
}

.product-line img
{
	width: 80px;
}

.product-line .description
{
	padding: 0 0 0 10px;
	width: 320px;
}

.product-line h2
{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 14px !important;
}

.product-line .price
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.product-line .price strong
{
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}

/* NEWS BLOCK */

.news-block
{
	padding-bottom: 10px;
}

.news-block .right
{
	text-align: right;
}

/* FILTER FORM BLOCK */

.filter-block
{
	padding-bottom: 10px;
}

.filter-block form
{
	width: 154px;
	margin: auto;
}

.filter-block .buttons
{
	text-align: center;
}

.filter-block .input
{
	width: 148px;
}

.filter-block .input_between
{
	width: 63px;
}

.filter-block select
{
	width: 150px;
}

/* BREADCRUMBS */

#breadcrumb
{
	width: auto;
	padding: 5px 0 10px 0;
	border-bottom: none;
}

/* CATEGORIES LISTING */

.category-image
{
	padding-bottom: 10px;
}

.category-list ul
{
	float: left;
}

/* DL LISTS */

dt,
dd
{
	margin: 0;
	padding: 0;
}

dt
{
	padding-top: 5px;
}

dd
{
	padding-bottom: 5px;
}

/* MESSAGES */

.errors
{
	border: 1px solid red;
	color: red;
	background: #FFCCCC;
	padding: 10px;
	list-style: none;
}

.messages
{
	border: 1px solid green;
	color: green;
	background: #CCFFCC;
	padding: 10px;
	list-style: none;
}

/* GRID */

.grid a
{
	background: transparent !important;
}

.grid td,
.grid th
{
	vertical-align: middle;
}

.grid .product-image
{
	position: relative;
	padding: 10px;
}

.grid .product-image img
{
	width: 60px;
}

.grid .discount
{
	font-weight: bold;
	background: url('../images/discount.png') no-repeat;
	width: 38px;
	padding-left: 2px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-family: arial;
	position: absolute;
	left: 0;
	top: 0;
}

.grid .actions *
{
	display: inline;
}

/* CHECKOUT FORM */

#checkout-form
{
	padding-top: 20px;
}

.total-box
{
	border: 1px solid black;
	padding: 10px;
	background: #F7F7F7;
}

.total,
.shipping
{
	font-size: 16px;
	padding: 5px 0;
}

.total-vat
{
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.total-box .buttons
{
	text-align: right;
	padding: 5px 0;
}

/* CART CHECKOUT PAGE */

.cart-checkout-page .buttons
{
	text-align: center;
}

.cart-checkout-page #pay_now_button
{
	width: 160px;
}

/* PAGER */

.pager
{
	text-align: center;
	padding: 5px 0;
}

.pager a, .pager span
{
	padding: 0 5px;
}

/* TOOLBAR */

.toolbar
{
	text-align: right;
	background: #f5f5f5; /*#E8E8E8;*/
	padding: 5px;
	/*border: 1px solid #666666;*/
	border-bottom: 1px dotted;
}

.toolbar img
{
	display: inline;
}

/* ABOUT US */

#about-us dt
{
	font-weight: bold;
}

#about-us img
{
	display: inline;
}

/* NEWS LIST */

.news .entry
{
	padding: 5px 0;
}

.news .links
{
	text-align: right;
	padding: 5px 0 0 0;
}

/* STATIC PAGES LIST */

.static-pages .entry
{
	padding: 5px 0;
}

.static-pages .links
{
	text-align: right;
	padding: 5px 0 0 0;
}

/* FORMS */

.form fieldset
{
	background: #F7F7F7;
	border: 1px solid #666666;
	margin: 10px 0;
	padding: 10px;
}

.form legend
{
	display: block;
	font-weight: bold;
	padding: 0 5px;
	font-size: 14px;
}

.form .required label
{
	font-weight: bold;
}

.form .links a
{
	padding: 0 5px 0 0;
}

.form .required input,
.form .required select
{
	background: #FFFEE4;
	border: 1px solid #7F9DB9;
}

/* PRODUCT PAGE */

.product .product-image
{
	position: relative;
	padding: 10px;
	max-width: 530px;
}

.product .product-image img {
	max-width: 530px;
}

.product .discount
{
	font-weight: bold;
	background: url('../images/discount.png') no-repeat;
	width: 38px;
	padding-left: 2px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-family: arial;
	position: absolute;
	left: 0;
	top: 0;
}

.product strong
{
	text-decoration: line-through;
	font-weight: normal;
	font-size: 16px;
}

.product .price
{
	font-weight: bold;
	font-size: 20px;
}

.product .info
{
	padding-right: 150px;
}

.product .info div,
.product .info span
{
	padding: 10px 0;
}

.product .stock-yes
{
	color: green;
	font-weight: bold;
	font-size: 14px;
}

.product .stock-no
{
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.product table,
.product td
{
	border: none;
}

/* PRODUCT IMAGE PREVIEW */

#preview_image_container
{
	height: 120px;
	border: 1px solid #666666;
	background: #F9F9F9;
	margin: 15px 0;
}

#preview_image_container li
{
	display: inline;
}

#preview_image_container img
{
	width: 60px;
	display: inline;
	border: 1px solid #666666;
	margin: 0 3px;
	vertical-align: middle;
}

/* Link icons */
.add_to_cart, .compare_link, .compare_remove {
	padding-left: 18px;
	background-repeat: no-repeat;
	padding-top: 2px;
}

.add_to_cart {
	background-image: url(../images/cart_small.png);
}

/* Compare */
.comare-products-box li {
	margin-left: 0px !important;
}

#compare {
	width: auto;
}

#compare td {
	border-right: 1px solid silver;
	width: 150px;
	padding: 5px;
	vertical-align: middle;
}

#compare .hilight{
	background-color: #F9F9F9;
}

#compare_list {
	width: 965px;
	overflow: auto;
}


#compare .attr_name {
	font-weight: bold;
}

.compare_link {
	background-image: url(../images/scales.png);
}

.compare_remove {
	background-image: url(../images/list_remove.png);
}

.empty_category_message {
	text-align: center;
	padding: 20px 0px 10px;
	font-size: large;
}

#compare_list .product-grid-cell {
	width: 128px;
	margin: auto;
	padding: 15px;
}

#compare_list .product-grid-cell img {
	width: auto;
	max-width: 128px;
}

/* Recent products */
.recent_products_block .newarrival-box-middle {
	padding-top: 0px;
}

.product-list-box-minimal span {
	font-size: 12px;
}

.checkout-description {
	float: left;
	margin-top: -55px;
}

.checkout-description label {
	font-weight: bold;
	display: block;
	line-height: 25px;
}

.checkout-description input {
	width: 350px;
}

/* FaceBook Like*/
.share_product {
	margin-top: 10px;
}

