html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-bottom: 20px;
	line-height:18px;
}
a, a:visited {
	color:#F00;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#c30101;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	padding: 4px;
	background: #f8f8f8;
	border: 1px solid;
	border-color: #ddd #eee #eee #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left:0;
	margin-right:0;
}
select {
	padding: 4px;
	background: #eee;
	border: 1px solid;
	border-color: #ddd #eee #eee #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
label {
	cursor: pointer;
}
h1, h2, h3, h4 {
	color:#333;
	margin:0 0 20px 0;
}
h1 {
	font-size:30px;
	padding-bottom:10px;
}
h2 {
	font-size:24px;
	padding-bottom:10px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:18px;
	margin:0 0 15px 0;
}
h5 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h6 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h1.heading-title {
	font-size:36px;
	border-bottom:1px solid #e1e1e1;
}
h1.heading-title span {
	padding:0 10px;
}
h2.heading-title {
	font-size:30px;
	border-bottom:1px solid #e1e1e1;
}
h2.heading-title span {
	padding:0 10px;
}
.clear {
	clear:both;
	font-size: 0;
	line-height: 0;
	height: 0
}
/* layout */
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:1;
}
#container_boxed {
	width: 988px;
	margin:15px auto;
	position:relative;
	z-index:1;
	padding:30px 0px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 8px #333;
	-moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
}
#content_holder {
	position: relative;
	z-index: 10;
	padding:0;
}
#content {
	min-height: 200px;
	margin-bottom: 25px;
}
.content-column-left {
	margin-left: 255px;
}
.content-column-right {
	margin-right: 255px;
}
.inner {
	margin:0 auto;
	width:948px;
}
/* HEADER */
#pre_header {
	width:100%;
	min-width:988px;
	padding: 6px 0;
	position: relative;
	height:23px;
	background-color:#333333;
}
.phone_header {
	float:left;
	padding:0 0 0 25px;
	background:url(../image/support_icon.png) 2px 4px no-repeat;
}
.phone_header p {
	margin:6px 0 0 0;
	padding:0;
	line-height:12px;
}
.phone_header p span {
	font-size:14px;
	font-weight:bold;
	color:#f5f5f5;
}
#header {
	width:100%;
	min-width:988px;
	padding-bottom: 14px;
	position: relative;
	z-index:20;
	min-height:110px;
	background:url(../image/backgrounds/pattern30.gif) top center repeat;	
}
#header .inner {
	position:relative;
	background:url(../image/back_prod.png) top center no-repeat;
}
#content_holder .inner {
	background:url(../image/back_prod.png) top center no-repeat;
	padding:30px 0px;
}
	
#header #logo {
	width:250px;
	height:90px;
	float:left;
	margin:15px 0;
	text-align:center;
	overflow:hidden;
}
#logo a {
	display:block;
	width:250px;
	height:150px;
	text-align:center;
}
#logo a img{
	margin:0 auto;
}
ul.main_menu {
	margin:0 0 0 0;
	width:690px;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	z-index:311;
}
ul.main_menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	float:right;
}
ul.main_menu li.subico:hover {
	cursor:pointer;
}
ul.main_menu li.subico span {
	background:url(../image/nav_arrow.png) 91% 10px no-repeat;
}
ul.main_menu li ul.secondary {
	display:none;
	margin:0;
	padding:8px 0;
	background-color:#f3f3f3;
	position:absolute;
	top:29px;
	left:0px;
	width:150px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
ul.main_menu li ul li {
	padding:0;
	margin:0;
	display:block;
	float:left;
}
ul.main_menu li a, ul.main_menu li.subico span {
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding:10px 9px;
	text-decoration:none;
	display:block;
}
ul.main_menu li.subico span {
	padding:10px 22px 10px 9px;
}
ul.main_menu li a b {
	color:#D06464;
	font-weight:bold;
}
ul.main_menu li a:hover, ul.main_menu li a.active, ul.main_menu li.subico:hover span {
	background-color:#f3f3f3;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
ul.main_menu li ul li {
	width:100%;
}
ul.main_menu li.subico ul.secondary li a {
	color:#666;
	font-weight:bold;
	padding:8px;
	text-decoration:none;
	display:block;
	width:134px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
ul.main_menu li.subico ul.secondary li a:hover {
	background-color:#e1e1e1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.menu_right {
	float:left;
	width:385px;
	text-align:right;
	display:block;
}

#header #welcome {
	float: right;
	margin:30px 10px 20px 0;
	text-align: right;
	white-space:nowrap;
}
#header #welcome a {
	font-weight:bold;
	text-decoration:none;
}
/* DROP-DOWN MENU */
#menu_holder {
	width:100%;
	background:url(../image/back_bar.png) top center repeat-x;
	background-color:#acacac;
	position:relative;
	z-index:19;
	padding-bottom:10px;
}
.menu {
	width:948px;
	min-height:70px;
	clear:both;
	padding:0px;	
}
.menu ul#topnav ul.children li.pic_name h3 a{
	float:left;
	margin:0 0 0 0;
	font-size:30px;
}
.menu ul#topnav ul.children li.pic_name h3 a span {
	padding:30px 0 0 0;
}
.menu ul#topnav ul.children li.pic_name h3 a:hover {
	color:#333;
}
.menu ul#topnav {
	margin:0;
	padding:0;
	background:url(../image/back_topnav.png) top center repeat-x;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	display:block;
	width:100%;
	min-height:45px;
	position:relative;
}
.menu ul#topnav li {
	display: block;
	float: left;
	list-style: none;
	margin:0;
	z-index:1099;
	height: 50px;
	line-height: 20px;
}
.menu ul#topnav li.dropdown {
	background:url(../image/nav_arrow3.png) 97% 15px no-repeat;
}
.menu ul#topnav li a {
	color: #f9f9f9;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 18px;
	text-decoration: none;
	white-space: nowrap;
}
.menu ul#topnav li:hover {
	z-index:1600;
}
.menu ul#topnav li:hover a {
	color:#333333;
	background-color:#fff;
}
.menu ul#topnav li.dropdown:hover a {
	background-color:#fff;
}
.menu ul#topnav ul.children {
	position:absolute;
	display:none;
	width:928px;
	top:44px;
	left:0;
	z-index:9998;
	padding:12px 10px 45px 10px;
	margin:0;
	background:url(../image/back_menu.png) bottom center no-repeat;
	float:left;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.menu ul#topnav ul.children2 {
	position:absolute;
	display:none;
	top:43px;
	left:0px;
	z-index:9999;
	padding:5px 0px;
	margin:0;
	float:left;
	background-color:#fff;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
}
.menu ul#topnav ul.children li {
	float:left;
	height:auto;
	border-bottom:1px solid #f1f1f1;
	position:relative;
	margin:0 0 2px 2px;
	padding:0;
	width:33%;
}
.menu ul#topnav ul.children li img {
	float:left;
	margin:0px 15px 0px 0px;
	border:1px solid #fff;
}
ul.children li a span {
	padding:10px 0;
	float:left;
}
.menu ul#topnav ul.children2 li {
	float:left;
	height:auto;
	border-bottom:1px solid #f1f1f1;
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
.menu ul#topnav ul.children a, .menu ul#topnav li:hover ul.children a {
	display:block;
	height:auto;
	width:100%;
	padding:0px 0px 2px 0px;
	float:left;
	font-size:12px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#333;
	border:none;
	margin:0;
}
.menu ul#topnav ul.children2 a, .menu ul#topnav li:hover ul.children2 a {
	display:block;
	height:auto;
	width:285px;
	padding:10px 8px 10px 13px;
	float:left;
	font-size:12px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#333;
	border:none;
	margin:0;
}

.menu ul#topnav li:hover .children li ul.children2 a {
	color:#222;
}
.menu ul#topnav li:hover .children li ul.children2 a:hover {
	background-color:#f1f1f1;
}
.menu ul#topnav ul.children li.dropdown, .menu ul#topnav li:hover ul.children li.dropdown {
	background:url(../image/nav_arrow.png) 270px 16px no-repeat;
}
.menu ul#topnav ul.children li a:hover {
	color:#cecece;
}
.menu ul#topnav ul.children li.pic_name {
	padding:10px 5px 15px 10px;
	border-bottom:1px solid #e1e1e1;
	width:913px;
	height:75px;
	margin:0 0 15px 0;
	display:block;
}
.menu ul#topnav ul.children li.pic_name img {
	float:left;
	margin:0 10px 0 0;
}

#menu {
	background: #585858;
	height: 37px;
	margin-bottom: 15px;
	background:url(../image/back_topnav.png) top center repeat-x;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding:0 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
	background: #fff;
	color:#333;
}
#menu > ul > li:hover a{
	color:#333;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	background:url(../image/menu.png) top left repeat;
	position: absolute;
	z-index: 5;
	padding: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding:7px 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
#menu > ul > li ul > li > a:hover {
	background: #f1f1f1;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

/* DROP-DOWN MENU */
.menu2 {
	width:948px;
	min-height:70px;
	clear:both;
	padding:0px;
}
.menu2 ul#topnav2 {
	margin:0;
	padding:0;
	background:url(../image/back_topnav.png) top center repeat-x;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	display:block;
	width:100%;
	min-height:45px;
	position:relative;
}
.menu2 ul#topnav2 li {
	display: block;
	float: left;
	list-style: none;
	margin:0;
	position: relative;
	z-index:1099;
	height: 50px;
	line-height: 20px;
}
.menu2 ul#topnav2 li.dropdown {
	background:url(../image/nav_arrow3.png) 97% 15px no-repeat;
}
.menu2 ul#topnav2 li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 18px;
	text-decoration: none;
	white-space: nowrap;
}
.menu2 ul#topnav2 li:hover {
	z-index:1600;
	position:relative;
}
.menu2 ul#topnav2 li:hover a {
	color:#333;
}
.menu2 ul#topnav2 li.dropdown:hover a {
	background-color:#fff;
}
.menu2 ul#topnav2 ul.children {
	position:absolute;
	display:none;
	width:179px;
	top:44px;
	left:0;
	z-index:9998;
	padding:12px 0px 20px 0px;
	margin:0;
	background: url('../image/menu.png') top left repeat;
	float:left;
}
.menu2 ul#topnav2 ul.children2 {
	position:absolute;
	display:none;
	width:179px;
	top:0px;
	left:178px;
	z-index:9999;
	padding:0px 0px 20px 0px;
	margin:0;
	background: url('../image/menu.png') top left repeat;
	float:left;
}
.menu2 ul#topnav2 ul.children li {
	float:left;
	clear:both;
	height:auto;
	border-bottom:1px dotted #e1e1e1;
	position:relative;
	margin:0;
	padding:0;
}
.menu2 ul#topnav2 ul.children a, .menu2 ul#topnav2 li:hover ul.children a {
	display:block;
	width:160px;
	height:auto;
	padding:7px 4px 7px 15px;
	float:left;
	font-size:12px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#333;
	border:none;
	margin:0;
}
.menu2 ul#topnav2 ul.children a:hover, .menu2 ul#topnav2 li:hover ul.children li {
	background:none;
}
.menu2 ul#topnav2 ul.children li.dropdown, .menu2 ul#topnav2 li:hover ul.children li.dropdown {
	background:url(../image/nav_arrow2.png) 160px 12px no-repeat;
}
.menu2 ul#topnav2 ul.children li a:hover {
	background:none;
	background-color:#f1f1f1;
	color:#333;
}


/* PRE-FOOTER */
#pre_footer {
	width:100%;
	min-width:948px;
	background:url(../image/back_bar.png) top center repeat-x;
	background-color:#acacac;
	height:65px;
}
#pre_footer .inner {
	position:relative;
}
/* TWITTER FEED -----------------------------------------*/
#twitter_div {
	position:relative;
	float:left;
	width:99%;
}
#twitter_update_list {
	display:block;
	width:825px;
	height:45px;
	margin:8px 50px 0 0;
	padding:0;
	float:left;
	position:relative;
}
#twitter_update_list li {
	display:block;
	height:45px;
	padding:17px 0 0 0;
	color:#f5f5f5;
}
#twitter_update_list li a {
	color:#111;
}
a.twitter_follow {
	display:block;
	width:34px;
	height:18px;
	background:url(../image/bird_icon.png) bottom left no-repeat;
	text-indent:-9999px;
	float:left;
	margin:23px 20px 0 0;
}
a.twitter_follow:hover {
	background:url(../image/bird_icon.png) top left no-repeat;
}
#tweet_prev {
	display:block;
	width:22px;
	height:23px;
	text-indent:-9999px;
	position:absolute;
	top:22px;
	right:30px;
	background:url(../image/tweet_arrows.png) bottom left no-repeat;
}
#tweet_next {
	display:block;
	width:22px;
	height:23px;
	text-indent:-9999px;
	position:absolute;
	top:22px;
	right:0;
	background:url(../image/tweet_arrows.png) top left no-repeat;
}
#tweet_next:hover {
	background:url(../image/tweet_arrows.png) top right no-repeat;
}
#tweet_prev:hover {
	background:url(../image/tweet_arrows.png) bottom right no-repeat;
}
/* FOOTER */
#footer {
	width:100%;
	min-width:948px;
	padding-bottom: 50px;
	background:url(../image/backgrounds/pattern30.gif) top center repeat;
}
#footer .inner {
	position:relative;
	padding:30px 0 0 0;
	background:url(../image/back_prod.png) top center no-repeat;
}
#footer .column_big {
	width:100%;
	float:left;
	margin-bottom:20px;
	border-bottom: 1px solid #e1e1e1;
}
#footer .column_small {
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:20px;
	padding-bottom:8px;
	border-bottom: 1px solid #e1e1e1;
}
#footer h3 {
	font-size:19px;
	color:#cecece;
	padding:0 0 8px 0;
	border-bottom:1px solid #424242;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	margin:0 0 8px 0;
	padding:0;
	list-style:none;
	border-right:1px solid #e1e1e1;
	float:left;
}
#footer ul li a {
	display:block;
	padding:1px 10px;
	text-decoration:none;
	color:#8c8c8c;
	font-size:11px;
}
.social_item {
	float:left;
	margin:0 8px 0 0;
}
#footer .clear {
	margin-bottom:10px;
	height:2px;
}
#copyright {
	float:right;
	margin:0 10px 0 0;
	color:#c1c1c1;
}
#powered br {
	display:none;
}
#powered {
	float:left;
	margin:0 0 0 10px;
	color:#c1c1c1;
}
#powered a, #copyright a{
	color:#999999;
}
.success, .warning, .attention, .information {
	padding: 14px 10px 14px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* FEATURED ROUNDABOUT */
.featured-box {
	width:948px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	margin-bottom:30px;
}
.featured-box .box-content {
	position:relative;
	z-index:88;
	padding:0;
	height: 26em;
	overflow:hidden;
}
.featured-box h2 {
	margin:0;
}
.featured-box ul {
	list-style: none outside none;
	margin: 0 auto 10px auto;
	padding-left: 0;
	width: 62%;
}
.roundabout-holder {
	padding: 0;
	height: 26em;
	list-style: none;
	background:url(../image/shadow_featured.png) 50% 103% no-repeat;
}
.roundabout-moveable-item {
	cursor: pointer;
	overflow:hidden;
	padding:0;
	border:7px solid #e1e1e1;
	opacity:1!Important;
	width:250px;
	height:250px;
	padding-top:2px;
	background-color:#fff;
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout-moveable-item div.prod_holder {
	background-color:#fff;
	margin:0;
	padding:0;
	position:relative;
	width:350px;
	height:350px;
	overflow:hidden;
}
.roundabout-moveable-item div.prod_holder h3 {
	color:#f5f5f5;
	margin:0;
	position:absolute;
	bottom:110px;
	left:0px;
	padding:8px;
	font-size:21px;
	background: url(../image/back_price_trans.png) top left repeat;
	width:234px;
	display:block;
	text-align:center;
}
.roundabout-moveable-item .pricetag {
	background:url(../image/pricetag.png) top left no-repeat;
	display:block;
	width:135px;
	height:69px;
	position:absolute;
	top:-1px;
	right:15px;
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:100;
	font-size:24px;
	padding-top:20px;
	text-shadow: #333 1px 1px 1px;
}
a.previous_round {
	position:absolute;
	top:150px;
	left:20px;
	display:block;
	width:14px;
	height:30px;
	background:url(../image/back_next_prev_round.png) bottom left no-repeat;
	text-indent:-9999px;
}
a.next_round {
	position:absolute;
	top:150px;
	right:20px;
	display:block;
	width:14px;
	height:30px;
	background-color:#F00;
	text-indent:-9999px;
	background:url(../image/back_next_prev_round.png) bottom right no-repeat;
}
a.previous_round:hover {
	background:url(../image/back_next_prev_round.png) top left no-repeat;
}
a.next_round:hover {
	background:url(../image/back_next_prev_round.png) top right no-repeat;
}
a.button {
	background: url("../image/back_buttons.png") top center repeat-x;
	background-color:#444;
	color: #f9f9f9;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	height:29px;
	margin-right: 5px;
	padding:15px 20px 2px 20px;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
span.button_comments {
	background: url("../image/back_button.png") top center no-repeat;
	color: #666;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	height:29px;
	margin-right: 5px;
	padding:15px 20px 2px 20px;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
span.button_review {
	background: url("../image/back_button.png") top center no-repeat;
	color: #666;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	height:29px;
	margin-right: 5px;
	padding:15px 20px 2px 20px;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
a.button:hover {
	background: url("../image/back_buttons.png") bottom center repeat-x;
	background-color:#444;
	color: #fff;
}
.button span {
	display: block;
}
.buttons {
	overflow: auto;
	padding: 1px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a.wish_button, a.compare_button {
	color: #666;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	width:46px;
	height:46px;
	margin-left: 8px;
	padding:0;
	text-decoration: none;
	text-indent:-9999px;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
a#button-cart {
	float:left;
}
a.wish_button {
	background: url("../image/back_wish.png") top center no-repeat;
	background-color:#f8f8f8;
}
a.compare_button {
	background: url("../image/back_compare.png") top center no-repeat;
	background-color:#f8f8f8;
}
.tags a {
	display:inline-block;
	padding:4px 5px;
	background-color:#e5e5e5;
	border:1px solid #dbdbdb;
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
.tags a:hover {
	background-color:#333333;
	border:1px solid #dbdbdb;
	color:#fff;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* MODULE BOXES */
.box {
	margin-bottom: 30px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
}
#column-left .box, #column-right .box {
	background:url(../image/back_column_box.png) bottom center no-repeat;
	padding:0 0 10px 0;
	border-top:1px solid #f1f1f1;
	width:100%;
	border-bottom:none;
}
.box .box-heading {
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	padding:0px 10px 10px 10px;
}
#column-left .box .box-content, #column-right .box .box-content {
	padding:10px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #e1e1e1;
	margin:0;
	background-color:#f9f9f9;
}
#column-left h3.heading-title, #column-right h3.heading-title {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	font-size:24px;
	border-bottom:1px solid #e1e1e1;
}
/* box products */
.box-product {
	width: 100%;
}
.box-product > div {
	margin-right: 20px;
	margin-bottom: 15px;
}
.prod_hold {
	width:162px;
	height:162px;
	display:block;
	float:left;
	margin:0px 26px 25px 26px;
	padding: 10px;
	background-color:#f5f5f5;
	border:1px solid #f1f1f1;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	position:relative;
	overflow:hidden;
}
.prod_hold .wrapping {
	position:relative;
}
.cat_list .prod_hold {
	margin:0px 23px 24px 23px;
}
.prod_hold .image, .info2 .image {
	display: block;
	margin: 0px 20px 0px 0px;
	padding:px;
	float:left;
}
.prod_hold .image img {
	border:none;
}
.prod_hold .info {
	position: absolute;
	left: 0px;
	top: 0px;
	padding:0;
	width: 160px;
	height:160px;
	display: none;
	background: url(../image/back_price_trans.png) top left repeat;
	z-index:999;
}
.prod_holder .info {
	position: absolute;
	left: -9999px;
	top: 0px;
	padding:0;
	width: 250px;
	height:250px;
	display: none;
	background: url(../image/back_price_trans.png) top left repeat;
	z-index:999;
}
.prod_hold:hover .info {
	display:block;
}
.roundabout-in-focus .prod_holder .info {
	position: absolute;
	left: 0px;
	top: 0px;
}
.wrapping .sale {
	background: url(../image/sale.png) top left no-repeat;
	padding:0;
	position:absolute;
	top:-2px;
	left:-2px;
	text-indent:-9999px;
	display:block;
	width:50px;
	height:50px;
	z-index:1999;
}
.info2 .sale {
	background: url(../image/back_sale.png) top left no-repeat;
	padding:36px 8px;
	position:absolute;
	top:89px;
	left:11px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	height:50px;
}
.info2 {
	color: #777;
    background-color:#f9f9f9;
    padding:10px;
    position:absolute;    z-index:1000;
	width:390px;
	height:184px;
	background: url(../image/back_info2.png) top left no-repeat;
}
.prod_hold .info2 {
    display:none; /*--Hides by default--*/
}
.info2 span.name {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	float:right;
	text-align:right;
	width:194px;
	padding:3px 8px;
	margin:5px 0 15px 0;
	color:#e1e1e1;
}
.info2 p {
	text-align:justify;
	font-size:11px;
}
a.add_to_cart_small, a.more_info_small, a.wishlist_small, a.compare_small {
	color:#666;
	display:block;
	height:50px;
	width:50px;
	text-indent:-9999px;
	margin:20px 0 0px 20px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	float:left;
}
a.wishlist_small, a.compare_small {
	margin:20px 0 0px 20px;
}
.prod_holder a.add_to_cart_small {
	margin:25px 0 0px 23px;
}
.prod_holder a.more_info_small {
	margin:25px 0 0px 63px;
}
.prod_holder a.wishlist_small {
	margin:20px 0 20px 63px;
}
.prod_holder a.compare_small {
	margin:20px 0 20px 23px;
}
a.add_to_cart_small {
	background: url(../image/back_cart.png) top center no-repeat;
}
a.more_info_small {
	background: url(../image/back_more.png) top center no-repeat;
}
a.wishlist_small {
	background: url(../image/wish_small.png) top center no-repeat;
}
a.compare_small {
	background: url(../image/comp_small.png) top center no-repeat;
}
.price_hold {
	position:absolute;
	bottom:36px;
	right:10px;
}
.info2 .price {
	color:#e1e1e1;
	padding:3px 8px;
	font-weight:900;
	font-size:24px;
	display:block;
	float:left;
}
.info .price {
	color:#e1e1e1;
	font-weight:400;
	font-size:28px;
	display:block;
	width:250px;
	text-align:center;
	margin:25px 0 0 0;
}
.info .price2 {
	color:#e1e1e1;
	font-weight:400;
	font-size:28px;
	display:block;
	width:250px;
	text-align:center;
	margin:0;
}
.info .old_price {
	text-decoration:line-through;
	padding:12px 0 0 0;
	display:block;
	color:#cecece;
	font-size:13px;
	width:250px;
	text-align:center;
	margin:0;
}
.info2 .old_price {
	font-size:14px;
	text-decoration:line-through;
	color:#999;
	padding:12px 0 0 0;
	display:block;
	margin:0 12px 0 0;
	float:left;
}
.product-info .old_price {
	font-size:14px;
	text-decoration:line-through;
	padding:20px 0 0 0;
	display:block;
	margin:0 110px 0 0;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.prod_hold .price-new {
	font-weight: bold;
}
.product_unit {
	width:100%;
	padding-bottom:10px;
	background:url(../image/divider_small2.png)bottom center no-repeat;
	margin-bottom:15px;
	float:left;
	clear:left;
}
.product_unit .name {
	color:#6c6c6c;
	font-weight:bold;
	float: right;
	height: auto;
	margin-bottom:8px;
	padding: 0 12px;
	text-align: left;
	width: 100px;
}
.product_unit .price {
	font-family: 'Lobster', cursive;
	color:#d06464;
	font-weight:100;
	font-size:17px;
	display:block;
	text-align: left;
	float:right;
	padding: 0 12px;
	width: 100px;
}
.product_unit .price-old {
	color: #6c6c6c;
	text-decoration: line-through;
	text-align: left;
	float:right;
	padding: 0 12px;
	width: 100px;
}
.product_unit .image {
	background: url("../image/product_shadow_mini.png") bottom center no-repeat;
	display: block;
	margin-bottom:0;
	padding-bottom:8px;
	width:74px;
	height:74px;
	float:left;
}
.product_unit .image img {
	border: 7px solid #FFFFFF;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul, .box-account ul, .box-affiliate ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li, .box-account > ul > li, .box-affiliate > ul > li {
	padding:0px;
	border-bottom:1px solid #f1f1f1;
}
.box-category > ul > li > a, .box-account > ul > li > a, .box-affiliate > ul > li > a {
	color: #1D1D1D;
	display: block;
	font-size: 11px;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category ul li a:hover, .box-category ul li a.active, .box-account ul li a:hover, .box-account ul li a.active {
	color:#111111;
}
.box-category > ul > li a.active + ul {
	display: block;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	background-color:#f1f1f1;
}
.box-category > ul > li ul > li {
	padding:0px;
	
}
.box-category > ul > li ul > li > a {
	color: #1D1D1D;
	display: block;
	font-size: 11px;
	padding: 8px 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* breadcrumb */
.breadcrumb {
	margin:0px 0 10px 10px;
	position:relative;
}
.breadcrumb a {
	color:#999;
	text-decoration:none;
	font-size:11px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
/* content */
#content .content {
	padding: 10px;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
.info-page {
	text-align:left;
}
.info-page ul, .info-page ol {
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}
.info-page ul li, .info-page ol li {
	padding:3px 0;
	margin:3px 0;
	list-style-position: inside;
	list-style-type:square;
}
.info-page ol li {
	list-style-type: decimal;
}
.sitemap-page ul.sitemap-list {
	width:45%;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
}
.sitemap-page ul ul {
	padding:8px 8px 8px 15px;
	margin:10px 0;
}
.sitemap-page ul ul ul {
	padding:8px 8px 8px 15px;
	margin:10px 0;
}
.sitemap-page ul li {
	width:95%;
	display:block;
	background:url(../image/bullet_triangle_dark.png) 0 7px no-repeat;
}
.sitemap-page ul li a {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0 0 8px 15px;
	border-bottom:1px solid #e8e8e8;
	width:100%;
	display:block;
	color:#666;
}
.sitemap-page ul ul li a, .sitemap-page ul ul ul li a {
	text-decoration:none;
	font-size:12px;
	color:#999;
}
.sitemap-page ul ul li a:hover, .sitemap-page ul ul ul li a:hover {
	color:#D06464;
}
a.comment_switch {
	text-decoration:none;
	display:block;
	margin:0 auto 25px auto;
	width:300px;
}
span.button_comments, span.button_review {
	background: url("../image/back_buttons.png") top center repeat-x;
	background-color:#f8f8f8;
	color:#b1b1b1;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	height:29px;
	margin-right: 5px;
	padding:15px 20px 2px 20px;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
}
span.button_review {
	background-color: #333;
	color: #cecece;
}
a.swap span.button_comments {
	background-color: #333;
	color:#cecece;
}
a.swap span.button_review {
	background-color: #f8f8f8;
	color:#b1b1b1;
}
.box-rating .box-write {
	display:none;
}
#content .contacts-page, #content .account-page {
	padding:0;
}
.account-page-inner .content, .affiliate-page-inner .content2 {
	padding:0;
	background-color: #F5F5F5;
	border: 7px solid #FFFFFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	text-align: left;
}
.account-page-inner .content h4, .affiliate-page-inner .content2 h4 {
	color:#777777;
}
.affiliate-page-inner .content2 {
	margin-bottom:30px;
}
.account-page-inner .content ul {
	padding:0;
}
.account-page-inner .content li {
	list-style:none;
	border-bottom:1px solid #e8e8e8;
}
.account-page-inner .content li a {
	text-decoration:none;
	display:block;
	padding:8px 0 8px 8px;
}
.account-page-inner .content li a:hover {
	color:#333;
	background-color:#e8e8e8;
}
.box-review .box-write {
	display:block;
	text-align:left;
	padding:20px;
	border:7px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color:#f5f5f5;
}
.box-contacts, .box-login {
	display:block;
	text-align:left;
	padding:2px 2px 18px 2px;
	background:url(../image/shadow_box_sidebar.png) bottom center no-repeat;
	margin-bottom:20px;
	float:left;
	width:100%;
}
.box-contacts .box-content {
	-moz-box-shadow: -2px 0px 3px #e1e1e1;
	-webkit-box-shadow: -2px 0px 3px #e1e1e1;
	box-shadow: -2px 0px 3px #e1e1e1;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding:5px;
	background-color:#f5f5f5;
	float:left;
	width:98%;
}
.box-login .box-content {
	-moz-box-shadow: -2px 0px 3px #e1e1e1;
	-webkit-box-shadow: -2px 0px 3px #e1e1e1;
	box-shadow: -2px 0px 3px #e1e1e1;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding:5px;
	background-color:#f5f5f5;
	float:left;
}
.box-contacts .form {
	padding:10px 18px;
}
.box-contacts .stitched, .box-login .stitched {
	background:url(../image/stitch_light.png) top left repeat-x;
	height:2px;
	width:100%;
	line-height:0px;
	clear:both;
	margin:2px 0;
}
.box-review .box-comments {
	display:none;
}
#content .box-comments .content {
	text-align:left;
	padding:20px;
	border:7px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color:#f5f5f5;
}
#content .box-comments .content {
	text-align:center;
	padding:15px 20px;
}
#content .box-comments .content span {
	display:block;
	font-weight:bold;
}
#content .box-comments .content img {
	clear:left;
	margin:10px 0 0 0;
}
#content .box-comments .content p {
	margin:5px 0 0 0;
}
img#captcha {
	margin:15px 0;
}
.box-write b {
	color:#333;
}
.box-write h3 {
	background:none;
	color:#777777;
}
.box-write .buttons {
	margin-bottom: 8px;
}
/* CONTACTS AND ACCOUNT */
.box-contact-details ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-contact-details ul li {
	margin:0 0 10px 0;
	padding:10px;
	list-style:none;
	background:url(../image/divider_small2.png) bottom center no-repeat;
}
.box-contact-details ul li span {
	height:18px;
	padding:2px 0 0 25px;
	font-weight:bold;
	color:#333;
	margin-bottom:12px;
	display:inline-block;
}
.box-contact-details ul li.address span {
	background:url(../image/address.png) top left no-repeat;
}
.box-contact-details ul li.phone span {
	background:url(../image/phone.png) top left no-repeat;
}
.box-contact-details ul li.fax span {
	background:url(../image/fax.png) top left no-repeat;
}
.box-contacts input, .box-contacts textarea, .box-write input, .box-write textarea, .box-login input {
	padding: 4px;
	background: #fff;
	border: 1px solid;
	border-color: #ddd #eee #eee #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.box-contacts h2 {
	color:#777;
}
.box-contacts input:focus, .box-contacts textarea:focus, .box-write input:focus, .box-write textarea:focus, .box-login input:focus {
	background-color:#fcf3f3;
}
.box-contacts span.label, .box-write span.label, .box-login span.label {
	display:block;
	margin-bottom:8px;
}
.box-login h6 {
	color:#333;
}
#content .content .box-login .left, #content .content .box-login .right {
	padding:20px;
	width:44%;
	height:260px;
	position:relative;
}
.box-login .forgotten {
	clear:left;
	display:block;
	margin:8px 0;
}
.box-login .button {
	position:absolute;
	bottom:20px;
	left:20px;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* PRODUCT LISTS */
a.wrap_link {
	display:block;
}
.sub_cats {
	margin:0;
	padding:0;
}
.cat_hold {
	display: inline;
	float: left;
	width: 90px;
	margin: 0px 13px 15px 13px;
	padding: 0;
	text-align:center;
}
.cat_hold a, .cat_hold a:hover {
	text-decoration:none;
	margin:0 auto;
}
.cat_hold img {
	padding:7px;
	background-color:#fff;
	border:1px solid #f8f8f8;
}
.cat_hold:hover img {
	background-color:#f8f8f8;
	border:1px solid #f1f1f1;
}
/* manufacturer */
.manufacturer-list {
	border: 7px solid #fff;
	background-color:#f1f1f1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom:1px solid #e1e1e1;
	padding:0px 25px 5px 25px;
	overflow: hidden;
	margin-bottom:35px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 10px;
	font-weight: bold;
	float:left;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-info {
	padding-top:10px;
	margin-bottom: 35px;
	padding:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #f1f1f1;
	background-color:#f5f5f5;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 470px;
	text-align:left;
	padding:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #f1f1f1;
	background-color:#fff;
}
.product-info .image {
	float: left;
	margin-bottom: 10px;
	padding-bottom:21px;
	background:url(../image/big_image_shadow.png) bottom center no-repeat;
	text-align: center;
	position:relative;
	z-index:200;
}
.product-info .image img {
	border:1px solid #f2f2f2;
	padding:7px;
	background-color:#fff;
}
.product-info .image-additional {
	width: 420px;
	height:85px;
	clear: both;
	padding:0;
	background:url(../image/back_image_additional.png) 50% 50% no-repeat;
}
.product-info .image-additional-fancy {
	width: 420px;
	height:85px;
	clear: both;
	padding:0;
}
.product-info .image-additional .image_car_holder {
	width: 420px;
	height:85px;
	padding:0;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
	padding:7px;
	background-color:#fff;
}
.product-info .image-additional-fancy img {
	border: 1px solid #E7E7E7;
	padding:4px;
	background-color:#fff;
}
.product-info .image-additional img:hover, .product-info .image-additional-fancy img:hover {
	border: 1px solid #fff;
	background-color: #cecece;
}
.product-info .image-additional a, .product-info .image-additional-fancy a {
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.product-info .new_price {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: 900;
    padding:27px 0 0 0;
	margin:0px 110px 0 0;
}
.product-info .product_price_sale .new_price {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: 900;
    padding:0;
	margin:0px 110px 0 0;
}
.product-info .product_price, .product-info .product_price_sale {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	min-height:40px;
	overflow:auto;
}
.product-info .product_price .pricetag {
	height:108px;
	width:260px;
	background:url(../image/pricetag.png) top left no-repeat;
	text-align:right;
}
.product-info .product_price_sale .pricetag {
	height:108px;
	width:260px;
	background:url(../image/pricetag.png) bottom left no-repeat;
	text-align:right;
}	
.product-info .price {
	padding:10px 0px;
	font-size:11px;
	width:94%;
	float:left;
	margin:15px 0 0 0;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	position:relative;
	z-index:100;
	min-height:100px;
}
.product-info .description span {
	color: #a1a1a1;
}
.product-info .description a {
	text-decoration: none;
	font-weight:bold;
}
.product-info .addthis_toolbox {
	margin:20px 0 0 0;
	line-height: normal;
	overflow: hidden;
}
#pre_header .addthis_toolbox {
	margin:0 0 0 0;
	line-height: normal;
	overflow: hidden;
	float:right;
}
.product-info .description div.reviews {
	position:absolute;
	top:10px;
	right:0;
	width:130px;
	height:100px;
	text-align:center;
}
div.reviews p {
	margin:0;
	line-height:normal;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 20px 5px 0px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .options .option {
	margin-bottom:25px;
}
.option b {
	margin-bottom:10px;
	width:100%;
	display:block;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 5px 15px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	min-height:55px;
}
.product-info .cart #qty {
	width:47px;
	height:47px;
	background:url(../image/back_qty.png) top left no-repeat;
	border:none;
	color:#333;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	padding:0;
	float:left;
	margin:0 10px;
}
td.quantity input {
	width:47px;
	height:47px;
	background:url(../image/back_qty.png) top left no-repeat;
	border:none;
	color:#333;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}
.product-info .cart span.label {
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin:17px 0 0 0;
	float:left;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #f5f5f5;
	font-size: 13px;
	font-weight: bold;
	background: #333;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
	background-color:#f5f5f5;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border:none;
	background-color:#fff;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #f8f8f8;
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
	text-align: left;
	padding:8px;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	padding:8px;
}
.compare-info tr.even td {
	background-color:#f1f1f1;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
.compare-info td.image img {
	padding:6px;
	border:1px solid #f1f1f1;
	background-color:#fff;
}
/* WISHLIST */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 10px;
	background-color: #fff;
}
.wishlist-product thead td {
	color: #f5f5f5;
	font-weight: bold;
	background-color: #333;
	padding:10px;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: center;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: center;
}
.wishlist-product tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: center;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: center;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.wishlist-product table a.button {
	margin-right:0;
}
.wishlist-product table .image img {
	background-color: #FFFFFF;
	border: 1px solid #F8F8F8;
	padding: 6px;
}
.wishlist-product tbody .name {
	width:120px;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
	width:100%;
	float:left;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
	text-align:left;
 font-weight:;
	text-transform:uppercase;
	font-size:12px;
	color:#D06464;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 98%;
	margin-bottom: 20px;
	border: 7px solid #fff;
	background-color:#f8f8f8;
	text-align:left;
}
.order-list .order-content div {
	float: left;
	width: 30%;
	margin:0 10px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
form#return {
	text-align:left;
}
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 99%;
	margin-bottom:15px;
}
.return-captcha {
	float: right;
	width: 99%;
	text-align:left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* SHOPPING CART */
.cart-info {
	background:url(../image/shadow_big.png) bottom center no-repeat;
	margin-bottom:20px;
	padding-top:25px;
}
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.cart-info thead td {
	padding:15px;
}
.cart-info tbody td {
	padding:8px 15px;
}
.cart-info thead td {
	color: #f5f5f5;
	font-weight: bold;
	background-color: #333;
	text-transform:uppercase;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info .image img {
	border:1px solid #f1f1f1;
	padding:6px;
	background-color:#fff;
}
.cart-info thead .name {
	text-align: left;
}
.cart-info thead .model {
	text-align: center;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: center;
}
.cart-info tbody td {
	vertical-align: middle;
	background-color:#fff;
	border-bottom:1px solid #e8e8e8;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info td.remove {
	width:40px;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info td.image {
	width:60px;
}
.cart-info td.name {
	width:310px;
	text-align: left;
}
.cart-info tbody .model {
	text-align: center;
}
.cart-info tbody .name a {
	text-align: center;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: center;
}
.cart-info tbody .model, .cart-info tbody .price, .cart-info tbody .total {
	font-size:15px;
	font-weight:bold;
	color:#444;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info tr.odd td {
	background-color:#f1f1f1;
}
.cart-module {
	text-align:left;
}
.cart-module .cart-heading {
	padding: 8px 8px 8px 28px;
	font-weight: bold;
	font-size: 13px;
	color: #f5f5f5;
	cursor: pointer;
	background: url("../image/plus.png") 10px 13px no-repeat;
	background-color:#333;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.cart-module div {
	margin-bottom:15px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.cart-module #voucher, .cart-module #coupon, .cart-module .cart-content {
	background-color:#f8f8f8;
	padding:15px;
	margin-bottom:15px;
	border:7px solid #fff;
}
.cart-module table {
	margin-bottom:15px;
}
.cart-module .active {
	background: url("../image/plus.png") 10px -20px no-repeat;
	background-color:#333;
}
.cart-module .cart-content {
	padding: 15px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	padding: 8px 0px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
	margin-bottom:15px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
	vertical-align:bottom;
}
.cart-total td.numbers {
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.cart-total table tr:last-child td.right, .cart-total table tr:last-child td.numbers, .checkout-product tfoot tr:last-child td {

	font-size:36px;
	vertical-align:bottom;
	text-shadow:1px 1px 1px #333;
}
/* checkout */
.checkout-heading {
	background: #333;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #f8f8f8;
	margin-bottom: 15px;
	text-align:left;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding:15px;
	display: none;
	overflow: auto;
	text-align:left;
	background-color:#f8f8f8;
}
.checkout-content h4, .checkout-content h2 {
	color:#777777;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border:none;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout tfoot td {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* BANNERS */
.banner {
	margin:0px auto 20px auto;
}
.banner div {
	text-align: center;
	width: 100%;
}
img#captcha {
	margin: 15px 0;
}
/* GRID COLUMNS */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-right: 4%;
	position: relative;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.search-content {
	text-align:left;
	background-color:#f5f5f5;
	border:7px solid #fff;
	padding:15px;
	margin-bottom:20px;
}
.search-content input, .search-content select {
	background-color:#fff;
}
/* SIDEFEATURES */
#sidefeatures {
	position:fixed;
	z-index:9999;
	bottom:0px;
	left:0px;
	width:100%;
	height:48px;
	background: url(../image/back_price_trans2.png) top left repeat;
}
#sidefeatures ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidefeatures ul li {
	margin:0;
	position:relative;
	float:left;
	padding:7px 0 0 0;
}
#sidefeatures ul li span.icon {
	text-indent:-9999px;
	display:block;
	width:32px;
	height:35px;
	margin-left:3px;
	float:left;
}
#sidefeatures ul li.side_cart {
	padding:7px 5px;
	border-left:1px solid #111;
	border-right:1px solid #111;
	min-width:330px;
}
#sidefeatures ul li.side_cart span.icon {
	background:url(../image/cart_icon.png) 0 2px no-repeat;
}
#sidefeatures ul li.side_currency, #sidefeatures ul li.side_lang {
	border-right:1px solid #111;
}
#sidefeatures ul li.side_currency span.icon {
	background:url(../image/currency_icon.png) 50% 50% no-repeat;
}
#sidefeatures ul li.side_lang span.icon {
	background:url(../image/lang_icon.png) 50% 50% no-repeat;
}
#sidefeatures ul li.side_search span.icon {
	background:url(../image/search_icon.png) 50% 50% no-repeat;
}
#sidefeatures ul li.side_search {
	float:right;
}
#sidefeatures ul li:hover {
	cursor:pointer;
}
#sidefeatures #cart {
	position: absolute;
	bottom: 48px;
	left: 0px;
	min-width: 340px;
	padding:0;
	display:none;
}
#sidefeatures .heading {
	padding:0px 10px;
	float:left;
}
#sidefeatures h4 {
	color: #f1f1f1!Important;
	font-size:14px!Important;
	margin:0 10px 0 0;
	float:left;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif!Important;
	padding:8px 0px;
}
#sidefeatures .heading a {
	color: #f1f1f1;
	text-decoration: none;
	float:left;
	display:block;
	padding:0px;
}
#sidefeatures .heading a span {
	padding:9px 10px 9px 10px;
	font-size:14px;
	font-weight:bold;
	display:block;
	background-color:#222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#sidefeatures #cart .content {
	clear: both;
	top: 2px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	background:url(../image/menu2.png) top left repeat;
	display: block;
	-moz-box-shadow: 0px 0px 8px #222;
	-webkit-box-shadow: 0px 0px 8px #222;
	box-shadow: 0px 0px 8px #222;
}
#sidefeatures #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
#sidefeatures #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#sidefeatures #cart .cart td.name {
	text-align:left;
}
#sidefeatures #cart .cart .image {
	width: 1px;
}
#sidefeatures #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#sidefeatures #cart .cart .name small {
	color: #666;
}
#sidefeatures #cart .cart .quantity {
	text-align: right;
}
#sidefeatures #cart .cart td.total {
	text-align: right;
}
#sidefeatures #cart .cart .remove {
	text-align: right;
}
#sidefeatures #cart .cart .remove img {
	cursor: pointer;
}
#sidefeatures #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 20px;
}
#sidefeatures #cart table.total td {
	color: #000;
}
#sidefeatures #cart .content .checkout {
	text-align: right;
	clear: both;
	margin-bottom:20px;
}
#sidefeatures #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#sidefeatures #currency, #sidefeatures #language, #sidefeatures #search {
	padding:6px;
	margin-bottom:6px;
	text-align:left;
	float:left;
	white-space: nowrap;
}
#sidefeatures #language {
	padding:10px 16px 6px 16px;
}
#sidefeatures #search {
	width:153px;
}
#sidefeatures #currency {
	padding:6px 16px;
}
#sidefeatures #currency a {
	border: 1px solid #333;
	background-color:#222;
	color: #fff;
	display: inline-block;
	font-weight:bold;
	font-size:14px;
	margin:0 0 0 2px;
	padding: 2px 8px;
	text-decoration: none;
}
#sidefeatures #language a {
	display: inline-block;
	margin:0 0 0 2px;
	padding: 2px 4px;
	text-decoration: none;
}
#sidefeatures #search input {
	height: 21px;
	padding: 1px 26px 1px 5px;
	width: 90px;
	float:left;
	background-color: #222;
	border: 1px solid;
	border-color: #333;
	color:#666;
}
#sidefeatures .button-search {
	background:url(../image/search_icon.png) 50% 50% no-repeat;
	background-color:#222;
	cursor: pointer;
	width:25px;
	height: 25px;
	margin-left:5px;
	float:left;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.carouso {
	padding-top:5px;
}
/* SLIDESHOW */
#slideshow_big {
	padding:0px 0px 21px 0px;
	background: url('../image/shadow_big.png') bottom center no-repeat;
	margin-bottom:30px;
}
#facebook_holder {
	width:928px;
	height:150px;
	overflow:hidden;
	padding:0px 10px 10px 10px;
	background: url('../image/back_facebook_boxed.png') top left no-repeat;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-bottom:15px;
	border-bottom: 1px solid #e1e1e1;
}
.pieceholder {
	margin-bottom:30px;	
}
/* Clear Fix Hack ------------------------------------------------------------------------------------*/


.fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fixed {
	display:block;
}
/*  \*/
.fixed {
	min-height:1%;
}
* html .fixed {
	height:1%;
}
.last {
	margin-right:0px;
}
.clear {
	clear:both;
	font-size: 0;
	line-height: 0;
	height: 0
}
.block {
	display:block;
}
.addthis_toolbox #___plusone_0 iframe, .addthis_toolbox #___plusone_0, .addthis_toolbox #___plusone_1 iframe, .addthis_toolbox #___plusone_1 {
	width: 75px !important;
}
div.image a.fancybox {
	display:block;
	height:416px;
}
.skypeholder {
	width:100%;
	text-align:center;
	background-color:#ffffff;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin:10px 0;
	padding:8px 0;
	font-weight:bold;
	color:#333;
}
object#skypedetectionswf {
	display:none;
}
#topcontrol {
	z-index:10001;
}
.cards_icon {
	width:51px;
	height:32px;
	margin:0 3px 3px 0;
	float:left;
}
.visa_icon {
	background:url("../image/visa-curved-32px.png") 0px 0px no-repeat;
}
.electron_icon {
	background:url("../image/visa-electron-curved-32px.png") 0px 0px no-repeat;
}
.master_icon {
	background:url("../image/mastercard-curved-32px.png") 0px 0px no-repeat;
}
.maestro_icon {
	background:url("../image/maestro-curved-32px.png") 0px 0px no-repeat;
}
.american_icon {
	background:url("../image/american-express-curved-32px.png") 0px 0px no-repeat;
}
.cirrus_icon {
	background:url("../image/cirrus-curved-32px.png") 0px 0px no-repeat;
}
.two_checkout_icon {
	background:url("../image/2checkout-curved-32px.png") 0px 0px no-repeat;
}
.delta_icon {
	background:url("../image/delta-curved-32px.png") 0px 0px no-repeat;
}
.discover_icon {
	background:url("../image/discover-curved-32px.png") 0px 0px no-repeat;
}
.google_icon {
	background:url("../image/google-checkout-curved-32px.png") 0px 0px no-repeat;
}
.moneybookers_icon {
	background:url("../image/moneybookers-curved-32px.png") 0px 0px no-repeat;
}
.sage_icon {
	background:url("../image/sagepay-curved-32px.png") 0px 0px no-repeat;
}
.paypal_icon {
	background:url("../image/paypal-curved-32px.png") 0px 0px no-repeat;
}
.solo_icon {
	background:url("../image/solo-curved-32px.png") 0px 0px no-repeat;
}
.switch_icon {
	background:url("../image/switch-curved-32px.png") 0px 0px no-repeat;
}
.western_icon {
	background:url("../image/western-union-curved-32px.png") 0px 0px no-repeat;
}
