
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#787878;
	background-color: #F7F7F7;
    background-repeat:repeat;

}
html, body {
	height:100%;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
    color:#383838;
	margin-top: -6px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color:#383838;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content p { 
	margin-top: 0px;

	font:14px/23px Arial, Helvetica, sans-serif;
}


p{clear:both;}
a, a:visited, a b {
	text-decoration: none;
	cursor: pointer;
	color:#218CD3;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
    color:#787878;
 }

.selectdiv {
	position:relative;
	float:left;
	margin:0 0px 0 0;
}

select.prod {
	position:relative;
	z-index:10;	
	height:34px !important;
width:100%;
padding:0 34px 0 0;
	line-height:34px;
	cursor:pointer;
}

.central_products_fw {
	width:934px;
	position:relative;
	padding:0px 0 0 0;
}
/* dynamically created SPAN, placed below the SELECT */
span.select_default {
	position:absolute;

	width:100%;
	margin:1px 0 0 0;
	left:0;
	height:34px;
	line-height:34px;
	text-indent:10px;
	border:1px solid #F2F0F0;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url('../image/generalselectbg.jpg') no-repeat right;
	cursor:default;
	z-index:1;
}

label {
	cursor: pointer;
	font:12px Arial, Helvetica, sans-serif;
}
.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 6px 0 0;
	margin:0px 0px 0px 0px;
	background: url('../image/checkbox.png') no-repeat;
	display: block;
	float: left;
}
.checkbox input {
	display: none;
}
label.check {
	display:block;
 	
	font:12px Arial, Helvetica, sans-serif;
	color:#787878;
	line-height:22px;
}
/* layout */
.mainbar {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	height:36px;
	background:url('../image/mainbarbg.png') repeat;
	width:100%;
	top:0px;
	left:0px;
	min-width:1024px;
}
.mainbar_content {
	width:934px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:0 32px 0 32px;
}
.loginlogo_s {
	padding:13px 9px 0 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.create_s {
	padding:13px 9px 0 0px;
	float:left;
}
.create {
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.create a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a9a9a9;
	text-decoration:none;
}
.create a:hover {
	text-decoration:underline;
	color:#f7f7f7;
}
.createbar {
	float:left;
	margin:13px 18px 0px 18px;
	padding:0px;
	background-image:url('../image/createbar.png');
	width:1px;
	height:11px;
}
.login {
	float:left;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.login a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7f7f7;
	text-decoration:none;
}
.login a:hover {
	text-decoration:underline;
}
.logged {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#DFDFDF
}
.logged a {
	color:#F2F2F2;
	text-decoration:none;
	font-size:11px;
}
.logged a:hover, .logged a.logout:hover {
	text-decoration:underline;
}
.logged a.logout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFF99;
	text-decoration:none;
}
#language_switcher {
	width: 110px;
	margin:0;
	padding:0 0 0 6px;
	top: 8px;
}
#currency_switcher {
	width: 84px;
	margin:0;
	padding:0 0 0 6px;
	top: 8px;
	right: 155px;
 }
#language_switcher {
	right: 32px;
}
 
.s_switcher {
	z-index: 10;
	position: absolute;
	padding-right: 10px;
	font-size: 13px;
 	color:#c9c9c9;
}
.s_switcher ul {
	margin-bottom: 0;
	list-style-type: disc;
	margin:0;
	padding:0 0 3px 0;

}
#container {
	margin: 0 auto;
	border-left:1px solid #ECE9E9;
	border-right:1px solid #ECE9E9;
	border-bottom:1px solid #ECE9E9;
	width:934px;
	min-height:100%;
	padding-left:32px;
	padding-right:32px;
	padding-top:65px;
	padding-bottom:32px;
	background-color:#ffffff; 
} 

#ext_cont{display:inline-block;
max-width:934px;}
#column-left {
	float: left;
	width: 205px;
	padding:0 32px 0 0;
}
#column-right {
	float: right;
padding:0 0 34px 0;
}
#content {
	display:inline-block;
	margin:0;
    padding:0 0 28px 0;
    width:697px;
    position:relative;
}

/* header */
#header {
	margin-bottom: 7px;
	padding-bottom: 8px;
	position: relative;
	z-index: 1;
}
#header #logo {
	position: absolute;
	top: 4px;
}
#header #logotext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #787878;
	padding:4px 0px 0px 0px;
	margin-bottom:0px;
}
#header #cart {
	float:right;
	padding:6px 0 0 0;
  
 }

#header #cart .heading {
	float: right;
	margin: 1px 0 0px 0;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading a {
	font-size:13px;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/cart.jpg') 100% 0px no-repeat;
	padding-right: 22px;
	padding-bottom:20px;
	padding-top:2px;
	display:inline-block;
}
#header .bluetext {
	float:left;
	color:#218CD3;
	float:left;
	padding:0px 0px 0px 0px;
	font-size:13px;
	margin:0px;
	text-decoration:none;
	font-weight:bold;
}
#header .headerbar {
	background-image:url('../image/headerbar.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:1px;
	height:13px;
	padding:0px 0px 4px 0px;
	margin:0px 19px 0 20px;
	float:left;
}

#header .headerbar2 {
	background-image:url('../image/headerbar2.jpg');
	background-repeat:repeat-x;
	background-position:center;
	width:11px;
	height:16px;
	padding:0px 0px 0px 0px;
	margin:0px 19px 1px 20px;
	float:left;
}
#header .headerightext {
	float:left;
	color:#787878;
	padding:0px 20px 0px 0px;
	font-size:13px;
	margin:0px;
	font-weight:bold;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top:70px;
	z-index:1100;
	right:0;
	padding: 8px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	z-index:3000;
}
#header #cart.active .content {
	display: block;
	z-index:3000;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #787878;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
	
}
#header #cart .empty {
	text-align: center;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #787878;
}
#header .logoright {
	float:right;
	margin:2px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header .logoright a {
	color:#666666;
	text-decoration:none;
	float:left;
}
#header .logoright a:hover {
	color:#787878;
}
#header .logoright_bar {
	background:url('../image/logoright_bar.jpg') no-repeat;
	height:11px;
	width:1px;
	margin:2px 19px 0 19px;
	float:left;
}
#header #pages_menu {
	float:left;
	padding:0 0 0 0;
	display:block;
	height:25px;
}
#header .pagesarrow {
	vertical-align:middle;
	margin:-1px 0 0 5px;
}
#header #pages_menu:hover ul {
	display:block;
}
#header #pages_menu > ul {
	border:1px solid #F0EEEE;
	list-style:none;
	display: none;
	background-color: #FBFBFB;
	margin-top:23px;
	margin-left:-42px;
	position: absolute;
	padding:0px 0 0px 0;
	z-index:3000;
	min-width:116px;

	
}
#header #pages_menu li {
	clear:both;
	line-height:25px;
	min-height:25px;
	padding:0px 11px 0 11px;
	
	margin:0;
		white-space:nowrap;
}
#header #pages_menu #pages_menu li a {
	display:block;
	padding:0px 11px 0 11px;
	text-decoration:none;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#header #pages_menu li.first a {
}
#header #pages_menu li.first {
	line-height:29px;
	height:29px;
}
#header #pages_menu li.last a {
}
#header #pages_menu li.last {
	line-height:30px;
	height:30px;
}
#header #pages_menu li:hover {
	background-color:#8D8E89;
}
#header #pages_menu li:hover a {
	color:white;
}
/* menu */
#menu {
	width:932px;
	height:41px;
	font-family:Kartika;
	font-size:21px;
	margin:6px 0px 30px 0px;
	clear:both;
	padding:0px 0px 0px 0px;
	background-image:url('../image/menu.jpg');
	background-repeat:repeat-x;
	background-position:center;
	border:1px solid #F0EEEE;
	cursor:default;
	z-index:2000;
    display:inline-block;
    line-height:42px;
}
#menu ul {
	margin: 0;
	padding: 0;
	float:left;
}
#menu > ul > li {
	float: left;
	list-style:none;
	margin:0px 0 0px 0px;
	height:42px;
	padding:0px 2px 0px 0px;
	top:0px;
	background:url('../image/menubar.jpg') right top no-repeat;
}
#menu > ul > li a:hover {
	background-image:url('../image/menu_hover.jpg');
	background-repeat:repeat-x;
}
#menu > ul > li > a {
	color:#383838;
	text-decoration:none;
	padding:0px 31px 0px 31px;
	margin:0px 0px 1px 0px;
	display: block;
	font-size:21px;
	position: relative;
	height:43px;
}
#menu > ul > li > a cufon {
 display: block; float: left; margin-top: 10px!important; 
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	border:1px solid #F0EEEE;
	padding: 8px 20px 13px 31px;
	background-color: #FBFBFB;
	margin:0px 0 0 -1px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	line-height:24px;
	z-index:2000;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	list-style-image:url('../image/style-type.png');
	list-style-position:outside;
}
#menu > ul > li ul + ul {
	padding-left: 60px;
}
#menu > ul > li ul > li > a {
	display: inline-block;
	padding:4px 0px 0 0px;
	text-decoration:none;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #218CD3;
	background:none;
}
#menu > ul > li > div > ul > li > a {
	color:#454545;
}
#menu #search {
	float:left;
}
#menu .button-search {
	border:none;
	width:22px;
	height:22px;
	background-image:url('../image/search.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	float:left;
	margin:10px 7px 0px 29px;
	padding:0px;
}
#menu #search input {
	float:left;
	border:none;
	visibility:hidden;
	background:#F1F1F1;
	border-top:2px solid #F1F1F1;
	margin:8px 33px 0px 0px;
	padding:0px 0px 0px 13px;

	height:23px;
	color:#7C7C7C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.breadcrumb {

	margin-bottom: 10px;
}


.notification_title{font:16px Arial, Helvetica, sans-serif;
color:#787878;
padding:0 0 20px 0px;}
.success, .warning, .attention, .information {
	padding: 19px 20px 19px 60px;
	color: #787878;
	clear:both;
	width:191px;

	position:fixed;
	right:10px;
	top:10px;
	font:12px Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
border-radius: 5px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
 background-color:white;
 z-index:3000;
}

.success a, .warning a, .attention a, .information a {color:#787878;
text-decoration:underline;}

.success a:hover, .warning a:hover, .attention a:hover, .information a:hover {
text-decoration:none;}
.success {
		background: #fff url('../image/checknot.png') no-repeat 20px 19px ;
	
}
.warning {
	background: #fff url('../image/alt_not.png') no-repeat 20px 19px ;
}
.attention {
		background: #fff url('../image/warn_not.png') no-repeat 20px 19px ;

}
.information {
	background: #fff url('../image/warn-not.png') no-repeat 20px 19px ;
	
}
.success .close, .warning .close, .attention .close, .information .close {
	position:absolute;
	cursor: pointer;
	top:10px;
	right:10px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #787878;
	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: #787878;
}
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;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	clear:both;
	display: block;
	width: 100%;
	padding-bottom: 6px;
	text-align:center;
}
.pagination .links {
	float: left;
}
.pagination .links a.page, .pagination .links b.page {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 11px 0px 11px;
	height:33px;
	line-height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
	font-weight:normal;
	text-decoration:none;
}
.pagination .links a.page:hover, .pagination .links b.page {
	text-decoration:underline;
	background:#eeeeee;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
.pagination2 {
	padding:18px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	left:0px;
	color:#787878;
	clear:both;
	margin:0 0 -9px 0;
}
.pagination2 #next_page {
	margin:0;
	padding:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:none;
}
.pagination2 a {
	display:none;
}
.pagination2 .links {
	display: none;
}
.pagination2 .links a {
	display: none;
}
.pagination2 .links b {
	display: none;
}
.pagination2 .results {
	float:left;
}
.pagination2 span.blue {
	color:#218CD3;
	text-decoration:underline;
}
.displaying_dark {
	color:#383838;
}
/* button */
.checkout_button {
	display:block;
	width:173px;
	height:27px;
	border:1px solid #f2f2f0;
	background:url('../image/menu.jpg') repeat-x;
	margin:19px -1px 0px 0px;
	float:right;
	padding:7px 0px 0px 0px;
	font-weight:bold;
}
.checkout_button:hover a {
	color:#218CD3;
}
a.button, a.button:visited {
	display: inline-block;
	height:34px;
	border:1px solid #f2f2f0;
	background:url('../image/menu.jpg') repeat-x;
	padding:0px 22px 0px 22px;
	font-weight:bold;
	text-decoration: none;
	cursor: pointer;
	line-height:34px;
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.button span {
	display: inline-block;
}
a.button:hover {
	color:#218CD3;
}
.buttons {
	background: #FFFFFF;
	overflow: auto;
}
.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;
}
.htabs {
	height: 42px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	font-family: Kartika;
	font-size: 19px;
	font-weight: normal;
	margin: 0px 0 0px 0;
	border-right:1px solid #ECE9E9;
	border-left:1px solid #ECE9E9;
	border-top:1px solid #ECE9E9;
	color: #383838;
	background: url('../image/description_button_bg.jpg') repeat-x scroll #fff;
	padding: 10px 32px 0 32px;
	float: left;
	color: #383838;
	text-align: center;
	text-decoration: none;
	display: none;
		height: 32px;
}
.htabs a.selected {
	background: url('../image/description_button_bg_hover.jpg') repeat-x scroll #f8f8f8;
}
.tab-content {
	border-right:1px solid #ECE9E9;
	border-left:1px solid #ECE9E9;
	border-bottom:1px solid #ECE9E9;
	padding: 33px;
	font-size:12px;
	z-index: 2;
	overflow: auto;
}

#tab-description.tab-content p{font-size:12px;
	line-height:23px;}
#tab-description.tab-content {
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	line-height:23px;
}

.tab-content h3 {
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}
.tab-content h2 {
	color: #218CD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}
/* box */
.box {

	display:inline-block;
	margin-bottom:32px;
}
.box .box-heading {
	background-image: url("../image/cat_button.jpg");
	border-bottom: 1px solid #F0EEEE;
	height: 34px;
	margin: 0;
	padding: 0px 0 0px 30px;
	width: 175px;
	font-family:Kartika;
	font-size:23px;
	color:#383838;
	font-weight:normal;
	line-height:38px;

}

.box .box-heading cufon { display: block; float: left; margin-top: 8px!important; 
}
.box .box-content {
	background-color: #FBFBFB;
	border-bottom: 1px solid #F0EEEE;
	border-left: 1px solid #F0EEEE;
	border-right: 1px solid #F0EEEE;
    padding-bottom: 10px;
    padding-top: 9px;
}

.box-content ul{    padding:0;
margin:0;}
.box-content li{ list-style: none outside none;
padding: 8px 0 7px 29px}
.box-content li a {
    margin: 0;
    color:#454545;
 

}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 134px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #383838;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #383838;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	color:#787878;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* 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;
}
.category-list ul {
	float: left;
    list-style:disc inside;
    padding: 0 0 0 22px;
    margin-top:2px;
    list-style-image: url("../image/style-type.png");
    
}
.category-list li {
line-height:1.7em;

}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	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 {

	display:inline-block;
	position:absolute;
	right:0;
	top:0;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #383838;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #383838;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #383838;
}
.product-compare {
	float:right;
}
.product-compare a {
	text-decoration: none;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #ECE9E9;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .name {
	margin-bottom: 4px;
}
.product-list .name a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	margin:0px 5px 0px 0px;
	text-decoration:none;
}
.product-list .name a:hover {
	text-decoration:underline;
}
.product-list .description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#787878;
	padding:0px 0px 0px 0px;
	margin:9px 0px 9px 0px;
	display:inline-block;
	line-height:23px;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	padding:0px;
	margin:0px 0px 14px 0px;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#218CD3;
	clear:both;
}
.product-list .price-new {
	width:202px;
	padding:7px 0px 17px 12px;
	margin:1px 0px 0px 0px;
	font-size:16px;   
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;
}
.product-list .price-old {
	width:202px;  
	padding:7px 0px 17px 0px;
	margin:1px 0px 0px 0px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#218CD3;
	text-decoration:line-through;
}
/* Product */



.hs {
	font-family:Kartika;
	font-size:29px;
	color:#383838;
	font-weight:normal;

}
.product-info {
	margin-bottom: 34px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	margin:0;
	padding:0;
}
.product-info .description span {
}
.product-info .description a {
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight: bold;
	color: #383838;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #787878;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #787878;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 0 0 0;
}

.product-info .options b{
    color: #787878;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	line-height:13px;
	padding:0 0 7px 0;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
	z-index:2000;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #787878;
}
.product-info .minimum {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #787878;
	float:left;
	margin:34px 0 0 0;
}
.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%;
	border-top: 1px solid #F0EEEE;
	border-left: 1px solid #F0EEEE;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #383838;
	font-size: 14px;
	font-weight: bold;
	background: #FBFBFB;
	text-align: left;
}
.attribute tr td:first-child {
	color: #787878;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #F0EEEE;
	border-bottom: 1px solid #F0EEEE;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F0EEEE;
	border-left: 1px solid #F0EEEE;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
color:#787878;
	font-weight: bold;

}
.compare-info td {
	padding: 7px;
	width: 20%;
color:#787878;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #F0EEEE;
	border-bottom: 1px solid #F0EEEE;
}
.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;
}
.prod_cont {
	float:right;
	width:698px;
}
.product_item {
	clear:both;
}
.product_left {
	width:277px;
	float:left;
}
.product_item a img {
	border:1px solid #ECE9E9;
	margin:0px 0px 0px 0px;
	padding:18px 23px 17px 23px;
}
.product_item a .product_zoom img {
	border:none;
	margin:0px 0px 0px 0px;
	padding:18px 23px 17px 23px;
}
.product_thumb_container {
	margin:0px 0px -16px 0px;
	padding:16px 0px 0px 0px;
}
a img.thumb {
	width:52px;
	height:51px;
	border:1px solid #ECE9e9;
	margin: 0px 13px 13px 0px;
	padding:0px; 
}
a img.thumb.last {
	margin: 0px 0px 0px 0px;
}
.product_right {
	margin:12px 0 -9px 0px;
	padding:0px;
	float:right;
	position:relative;
}
.product_right2 {
	float:left;
	margin:12px 0px -9px 0pxp;
}
.product_data {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
.product_data.grey, .product_data.grey a {
	color:#787878;
	margin:0px 0px 0px 2px;
	padding:1px;
	font-weight:normal;
	text-decoration:none;
}
.product_data.grey a:hover {
	text-decoration:underline;
}
.div_br {
	clear:both;
	height:8px;
}
.rating {
	clear:both;
	margin:11px 0 21px 0;
}
.rating img {
	float:left;
}
.star_num {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#787878;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 6px;
}
.product_price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#218CD3;
	margin:0px 0px 0px 0;
	padding:0px 0 6px 0;
}
.rev, .rev a {
	font:14px Arial, Helvetica, sans-serif;
	color:#787878;
	text-decoration:none;
}
.rev a:hover {
	text-decoration:underline;
}
.price_box {
	width:146px;
	height:51px;
	border:1px solid #ECE9E9;
	background:#fbfbfb;
	text-align:center;
	line-height:21px;
	padding:12px 0 0 0;
	margin:12px 0 0 0;
	position:absolute;
	right:0;
	top:-15px;
}
.tax_price, .tax_price2 {
	font:11px Arial, Helvetica, sans-serif;
}
.tax_price {
	color:#787878;
}
.tax_price2 {
	color:#454545;
}
.product_horizontal_bar {
	height:1px;
	width:400px;
	border-bottom:1px solid #ECE9E9;
	padding:23px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#o_switcher {
	width: 115px;
	margin:0;
	padding:0 0 0 14px;
	clear:both;
}
#o_switcher.o_switcher {
	background-image: url('../image/selectbg.jpg');
	background-repeat:repeat-x;
}
.o_switcher {
	z-index: 10;
	position: absolute;
	padding-bottom: 3px;
	font-size: 12px;
	border:1px solid #F2F0F0;
	cursor: pointer;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
}
.o_switcher ul {
	margin-bottom: 0;
	list-style-type: disc;
	margin:3px 0 0 -1px;
	padding:12px 0 12px 0px;
	position:absolute;
	border:1px solid #8D8D89;
	width:129px;
	background:#8d8d89;
	background-image:url('../image/submenubg.jpg');
	background-position:top;
	background-repeat:repeat-x;
}
.o_switcher span.o_selected, .o_switcher li, .o_switcher li a {
	display: block;
	text-decoration: none;
}
.o_switcher li a {
	color: white;
	margin:0 0 0 0px;
	padding:1px 0px 0px 14px;
}
.o_switcher li a:hover {
	font-weight:bold;
	background-color:#AFB0AC;
}
.o_switcher span.o_selected {
	cursor: default;
	color: #6C6C68;
	background: url('../image/select_arrow.png') no-repeat 82px 50%;
	line-height: 34px;
}
.o_switcher span.o_selected a {
	padding-bottom:23px;
	color: #6C6C68;
	text-decoration:none;
}
.o_switcher .o_options {
	cursor: pointer;
	display: none;
	left:0px;
	line-height: 27px;
	font-size:13px;
}
.p_soc {
	clear:both;
}
.s_cont {
	float:left;
	margin:0;
	padding:0;
}
.wish {
	font:11px Arial, Helvetica, sans-serif;
	color:#218CD3;
	float:right;
}
.wish a {
	color:#787878;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
}
.wish a:hover {
	text-decoration:underline;
}
.opt_button_container {
	height:40px;
	display:block;
	width:131px;
}
.addproduct {
	float:right;
	margin:9px 0 0 0;
	padding:0;
	width:400px;
}
.qty {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #787878;
	margin:33px 0px 0px 0px;
	padding:0px 13px 0px 0px;
	height:27px;
	float:right;
	width:27px;
}
input[type='text'].product_number {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #787878;
	width:52px;
	height:22px;
	background:#fbfbfb;
	float:right;
	margin:28px 19px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	text-align:center;
	line-height:22px;
	border:1px solid #ECE9E9;
}
.product_add {
	float:right;
	margin:0px;
	padding:0px;
}
.product_add a {
	width:132px;
	height:16px;
	color:#FFFFFF;
	padding:6px 0px 5px 0px;
	margin:28px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../image/add_bg.jpg');
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #8D8E89 0px 1px 0px;
	text-transform:uppercase;
}
.product_add a:hover {
	background:url('../image/add_bg_hover.jpg') repeat-x;
}
.product_add a img {
	margin:-1px -8px 0px 11px;
	padding:0px;
	float:left;
	text-decoration:none;
	border:none;
}
.description_box {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ECE9E9;
	width:630px;
	height:213px;
	margin:-1px 0px 0px 0px;
	padding:23px 32px 49px 32px;
	overflow:hidden;
}
.rew_sign {
	font-size:12px;
	float:right;
	margin:3px 0px 0px 0px;
}
.band {
	border-bottom:1px solid #ECE9E9;
	clear:both;
	margin:17px 0px 15px 0px;
}
.description_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	margin:0px 0px 2px 0px;
	padding:0px;
	font-weight:bold;
	float:left;
}
.rating2 {
	float:right;
}
.description_title.blue {
	color:#218CD3;
}
.description_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	margin:0px 0px 0px 0px;
	padding:0px 0px 25px 0px;
	clear:both;
}
.star_num {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 6px;
}
.ui-tabs-hide {
	display: none !important;
}
.product_textform {
	width:517px;
	height:107px;
	border:1px solid #F0EEEE;
	background-color:#FEFEFE;
	font-size:12px;
	color:#787878;
	padding:11px 0px 0px 14px;
	margin:5px 0px 13px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.add_r {
	height:36px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 365px;
	width:168px;
	border:1px solid #f2f0f0;
	background-image:url('../image/contact.jpg');
	background-repeat:repeat-x;
	color:#383838;
	display:block;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	line-height:36px;
	font-weight:bold;
}
.add_r:hover {
	color:#218CD3;
}
.check_label {
	font:12px Arial, Helvetica, sans-serif;
	color:#787878;
	margin:0;
	padding:0;
}
.buttons.addrev {
	width:533px;
}
input[type='text'].check_input  {
	font:12px Arial, Helvetica, sans-serif;
	width: 299px;
	height: 34px;

	border: 1px solid #F0EEEE;
	background-color: #FEFEFE;
	font-size: 12px;
	color: #787878;
	padding: 0 0 0 14px;
	margin:5px 0 17px 0;
}

input[type='password'].check_input  {
	font:12px Arial, Helvetica, sans-serif;
	width: 299px;
	height: 34px;

	border: 1px solid #F0EEEE;
	background-color: #FEFEFE;
	font-size: 12px;
	color: #787878;
	padding: 0 0 0 14px;
	margin:5px 0 17px 0;
}
textarea.product_textform {
	width:517px;
	height:107px;
	border:1px solid #F0EEEE;
	background-color:#FEFEFE;
	font-size:12px;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	padding:11px 0px 0px 14px;
	margin:5px 0px 13px 0px;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	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: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.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;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.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: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.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 {
	
}
.return-name {

}
.return-model {

}
.return-quantity {

}
.return-detail {
	margin-bottom: 20px;
}
.return-reason {
clear:both;
}
.return-opened {
clear:both;
padding: 22px 0 0 0;
}
.return-opened textarea, .return-comment textarea {
	border:1px solid #F0EEEE;
	background-color:#fefefe;
	font-size:12px;
	color:#787878;
	padding:11px 0px 0px 14px;

	font-family:Arial, Helvetica, sans-serif;
}
.return-remove {
clear:both;
	padding-top: 33px;
	text-align: center;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {

}
.return-captcha {
	
}
.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;
}
/* cart */

.cart-container {
	width:697px;
	float:right;
	margin:-6px 0 0 0;
}
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	color: #383838;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-bottom: 22px;
	cursor: pointer;
	background: #F2F2F2 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top:1px solid #F0EEEE;
	overflow: auto;
	padding-top: 25px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-total td.left {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#787878;
	text-transform:uppercase;
	font-weight:bold;
}
.cart-total td.right {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#787878;
	float:right;
	margin:0 0 0 4px;
}
.divisorydiv2 {
	height:54px;
	clear:both;
}
.product_tab {
	width:697px;
	border: 1px solid #DBDEE1;
	clear:both;
	margin:0px 0px 33px 0px;
	padding:0px 0px 24px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.product_tab td {
}
.product_tab td.product {
	text-align:left;
	padding-left:17px;
}
.product_tab td.product a {
	color:#218CD3;
	font-size:14px;
	text-decoration:none;

}
.product_tab td.product a:hover {
	text-decoration:underline;
}
.product_tab td.quantity {
	font-size:14px;
	color:#787878;
}
.product_tab td.price {
text-align:right;
	font-size:14px;
	padding:0px;
	margin:0;
}
.product_tab td.quantity .inputform {
	width:50px;
	text-align:center;
	border:1px solid #999;
	background:white;
}
.product_tab td.item_price, .product_tab td.item_total {
	font-size:14px;
}
.product_tab td.item_remove a {
	font-size:11px;
	color:#FF6060;
	text-decoration:none;
	padding-right:4px;
}
.product_tab td.item_remove a:hover {
	text-decoration:underline;
}
.product_tab tr {
	text-align:center;
}
.product_tab tr.product {
	height:34px;
	color:#787878;
}
.product_tab tr.grey {
	background-color:#FAFAFA;
	color:#787878;
}
.tab_header {
	height:32px;
	background-color:#f2f2f2;
	font-size:12px;
	color:#383838;
	font-weight:bold;
	text-shadow: #ffffff 0px 1px 0px;
}
.white_space {
	height:16px;
}


.totaltitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#787878;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}
.totaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#787878;
	float:left;
	margin:0 0 0 4px;
}
.add_bar {
	width:697px;
	height:1px;
	border-bottom:1px solid #ECE9E9;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.checkout_icon {
	float:left;
	margin:10px 12px 0 0;
}
.divisorydiv {
	clear:both;
}
/* checkout */
.checkout-heading {
	    background: url("../image/arrow-right.png") no-repeat scroll 10px 50% #F2F2F2;
    border: 1px solid #DBDEE1;
    color: #383838;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 22px;
    padding: 8px 8px 8px 22px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
	color:#787878;
}


.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}

.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%;
}
/*  Bestseller custom module (home page)  */

.central_products {
	float:left;
	width:697px;
	position:relative;
	margin:-12px;
 
 }

.central_products_text {

	width:697px;
	position:relative;
	margin:-6px 0 0 0;
}
.item {
	width:209px;
	float:left;
	margin:0px 0px 8px -2px;
	padding:0px 3px 1px;
}
.zoom {
	margin-top:80px;
	margin-left:84px;
	position:absolute;
	display:block;
}
.product_zoom {
	margin-top:60px;
	margin-left:84px;
	position:absolute;
	display:block;
}
.item_up {
	border: 1px solid #F0EEEE;
    height:305px;
}
.pimg {
	padding:10px;
}
a.product_title1 {
	color:#454545;
	padding:17px 0px 0px 13px;
	font-weight:bold;
	float:left;
	text-decoration:none;
font-size:12px;
}
a.product_title1:hover {
	text-decoration:underline;
	cursor:pointer;
}
.product_title2 {
	color:#787878;
	padding:17px 0px 0px 7px;
	font-weight:bold;
	float:left;
}
.product_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787878;
	padding: 0px 18px 0px 14px;
	line-height:23px;
	clear:both;
	max-height:50px;
	height:50px;
  overflow:hidden; 
}
.price {
	width:202px;
	padding:7px 0px 17px 14px;
	margin:1px 0px 0px 0px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#218CD3;
	clear:both;
}
.saleblock {
	display:block;
	padding:8px 0px 17px 0px;
	margin:0px;
}
.price_sale {
	width:202px;
	padding:7px 0px 17px 14px;
	margin:1px 0px 0px 0px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#218CD3;
	text-decoration:line-through;
}
.price_onsale {
	width:202px;
	padding:7px 0px 17px 12px;
	margin:1px 0px 0px 0px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;
}
.add a {
	width:132px;
	height:15px;
	color:#FFFFFF;
	padding:7px 0px 5px 0px;
	margin:1px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../image/add_bg.jpg');
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #8D8E89 0px 1px 0px;
	text-transform:uppercase;
}
.add a:hover {
	background-image:url('../image/add_bg_hover.jpg');
}
.add a img {
	margin:-1px -8px 0px 11px;
	padding:0px;
	float:left;
	text-decoration:none;
	border:none;
}
.details a {
	width:84px;
	text-shadow: #ffffff 0px 1px 0px;
	height:14px;
	color:#383838;
	padding:8px 0px 5px 0px;
	margin:1px 0px 0px 1px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D4D4D2;
	float:left;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.details a:hover {
	background-color:#e7e7e7;
}
/* Category menu */


#cat_menu_button {
	background-image:url('../image/cat_button.jpg');
	width:175px;
	height:25px;
	padding:9px 0px 1px 30px;
	border-bottom:1px solid #F0EEEE;
	margin:0px;
}
#cat_menu_button span {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	margin:0px;
	font-family:Kartika;
	font-size:23px;
	color:#383838;
	font-weight:normal;
}
ul#category_menu {
	padding-top:9px;
	padding-bottom:10px;
	border-bottom:1px solid #F0EEEE;
	border-left:1px solid #F0EEEE;
	border-right:1px solid #F0EEEE;
	background-color:#FBFBFB;

}
#category_menu a {
	text-decoration:none;
	color:#;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#category_menu {
	width:203px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
#category_menu li a {
	width:174px;
	margin:0px 0px 0px 0px;
	padding:8px 0px 7px 29px;
	display:block;
}
#category_menu li:hover a {
	background-color:#f1f1f1;
	color:#218CD3;
}
#category_menu .sub-menu {
	list-style:none;
	margin:4px 0px 3px 0px;
	z-index:99;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	line-height:21px;
}
.submenu_icon {
	background:url('../image/submenu.png') no-repeat;
	height:6px;
	width:7px;
	display:inline-block;
	margin:0 0 1px 10px;
}
#category_menu .sub-menu li {
	margin:0px;
	padding:0px;
}
#category_menu .sub-menu li a {
	background-color:#FBFBFB;
	color:#787878;
	margin:0px 0px 0px 40px;
	padding:0px;
	display:block;
	font-size:12px;
	width:162px;
}
#category_menu .sub-menu li a:hover {
	color:#454545;
}
/* Footer */

#footer {
	width:935px;
	margin:auto;
	padding:0px 0px 0px 0px;
	clear:both;

}

 

.horizontal_bar {
	width:100%;
	height:1px;
	border-bottom:1px solid #ECE9E9;
	margin-left: auto;
	margin-right: auto;
	padding:34px 0px 0px 0px;
}
.horizontal_bar_footer {
	width:100%;
	height:1px;
	border-bottom:1px solid #ECE9E9;
	margin-left: auto;
	margin-right: auto;
	padding:0px 0px 0px 0px;
}
.footer_sbox {
	width:100%;
	padding:17px 0 0 0;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
 
.footer-title {
	margin:-2px 0 0px 0;
	padding:0 0 0px 0;
	float:left;
	font-family:Kartika;
	font-size:23px;
	color:#383838;
	font-weight:normal;
	line-height:23px;
}
.boxcontainer, .footer_facebook .boxcontainer {
	margin:12px 0 0 0;
	padding:0px 0 0 0;
	clear:both;
}
.footer_text {
	font-size:12px;
	color:#454545;
	margin:0px 0 0 0;
	padding:0;
!important;
	font-family:Arial, Helvetica, sans-serif;
	line-height:23px;
!important;
}



.footer_col1 {
 float: left;
    line-height: 10px;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    width: 200px;
}
.footer_col1 ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}
.footer_col1 li {
	margin: 0 0 12px 0;
	padding: 0 0 0 0px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	font-style:italic;
}
 
 
.footer_col1 li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#218cda;
	font-style:normal;

}


 .footer_col2 {
 float: left;
    line-height: 10px;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    width: 200px;
}
.footer_col2 ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}
.footer_col2 li {
	margin: 0 0 12px 0;
	padding: 0 0 0 0px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	font-style:italic;
}
 
 
.footer_col2 li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#218cda;
	font-style:normal;

}





.footer_col3 {
 float: left;
    line-height: 10px;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    width: 240px;
color: #218CDA;
}
.footer_col3 ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}
.footer_col3 li {
	margin: 0 0 12px 0;
	padding: 0 0 0 0px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	font-style:italic;
}
 
 
.footer_col3 li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#218cda;
	font-style:normal;

}







.footer_col4 {
 float: left;
    line-height: 10px;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    width: 280px;
}
.footer_col4 ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}
.footer_col4 li {
	margin: 0 0 12px 0;
	padding: 0 0 0 0px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	font-style:italic;
}
 
 
.footer_col4 li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#218cda;
	font-style:normal;

}















 

.footer_thumb_left:hover {
	border:4px solid #EBEBEB;
	width:72px;
	heigh:63px;
}

  


.tweet {
	clear:both;
	padding:0 0 20px 0;
}
.timeicon {
	margin:1px 16px 0 0px;
	float:left;
	display:block;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:30px 0px 0px 1px;
	color:#454545;
	padding:0px;
	float:left;
}
#footer_menu {
	margin:30px 1px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	float:right;
	color:#454545;
}
#footer_menu a {
	text-decoration:none;
	color:#454545;
	margin:0px 0px 0px 0px;
	float:left;
	padding:0px;
}
#footer_menu a:hover {
	text-decoration:underline;
}
ul#footer_menu li {
	display:inline;
}
.footer_lilbar {
	background-image:url('../image/footer_lilbar.jpg');
	width:2px;
	height:12px;
	float:left;
	margin:2px 19px 0px 19px;
	padding:0px;
	display:block;
}
#credits {
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	margin:0px 0px 0px 1px;
	padding:5px 0px 0px 0px;
	clear:both;
}
#credits a {
	text-decoration:underline;
	color:#454545;
}
#credits a:hover {
	text-decoration:none;
}
.cufon-loading {
	visibility: hidden;
}
/* Title and slogan style */

.question1 {
	float:left;
	margin:-1px 0px 3px 0px;
	padding:0px;
	color:#454545;

	font-size:29px;
	font-family:Kartika;
	font-weight:normal;
}
.question2 {
	color:#787878;
	float:left;
	margin:-1px 0px 0px 0px;
	padding:0px 7px 3px 7px;

	font-size:29px;
	font-family:Kartika;
	font-weight:normal;
}
.slogan {
	font-size:12px;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.slogan b {
	padding:0px 4px 0px 4px;
}
.title_block {
	padding:0 0 22px 0px;
	margin:0 0 0 0;
}
/* RSS  */ 

.rss {
	width:197px;
	height:11px;
	border:1px solid #f2f2f2;
	padding:10px 13px 13px 10px;
	background-image:url('../image/rss_bar.jpg');
	background-repeat:repeat-x;
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	margin:0px 0px 0px 0px;
    top:0;
	right:0;
}
.rss a {
	color:#218CD3;
	padding: 0px 0px 0px 8px;
	margin:0px;
	text-decoration:underline;
}
.rss a:hover {
	text-decoration:none;
}
#rss_logo {
	width:16px;
	height:16px;
	background-image:url('../image/rss.jpg');
	background-position:center;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	float:right;
}
/* Category container */

.category_container {
	float: right;
	margin: 0 0 -6px 0;
	padding: 0;
	width: 697px;
	position:relative;
}
/*Breadcrumb*/

.here {
	font:12px Arial, Helvetica, sans-serif;
	color:#383838;
	margin-right:7px;
	float:left;
}
.product_directory {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}
.product_directory a {
	color:#787878;
	text-decoration:none;
}
.product_directory a:hover {
	text-decoration:underline;
}
.product_directory.arrows {
	font-style:normal;
	margin:0px 7px 0px 7px;
	padding:0px;
	vertical-align:middle;
	line-height:12px;
	color:#787878
}
.product_directory.blue a {
	color:#218CD3;
	font-style:normal;
font-size:11px;
}
/* Category product*/

.product-list .category_images_border {
	border:12px solid #f3f3f3;
	margin:30px 0px 0px 0px;
	width:180px;
	height:130px;
	padding:10px;
}
.product-list a.simple_image:hover .category_images_border {
	border:12px solid #d8d8d6;
}
.product-list .category_zoom {
	margin-top:95px;
	margin-left:88px;
	position:absolute;
}
.product-list .product_info {
	width:449px;
	margin:0px 0px 0px 0px;
	height:174px;
	padding:45px 0px 0px 1px;
	float:right;
}
.product-list .category_product_number {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787878;
	padding:0px 0px 0px 0px;
	display:inline-block;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
.product-list .category_add a {
	width:132px;
	height:15px;
	color:#FFFFFF;
	padding:7px 0px 5px 0px;
	margin:0px 1px 0px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../image/add_bg.jpg');
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #8D8E89 0px 1px 0px;
	text-transform:uppercase;
}
.product-list .category_add a:hover {
	background-image:url('../image/add_bg_hover.jpg');
}
.product-list .category_add a img {
	margin:-1px -8px 0px 11px;
	padding:0px;
	float:left;
	text-decoration:none;
	border:none;
}
.category2_add a {
	width:132px;
	height:15px;
	color:#FFFFFF;
	padding:7px 0px 5px 0px;
	margin:1px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../image/add_bg.jpg');
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.category2_add a:hover {
	background-image:url('../image/add_bg_hover.jpg');
}
.category2_add a img {
	margin:-1px -8px 0px 11px;
	padding:0px;
	float:left;
	text-decoration:none;
	border:none;
}
.product-list .category_details a {
	width:84px;
	text-shadow: 0px 1px 0px #ffffff;
	height:14px;
	color:#383838;
	padding:8px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D4D4D2;
	float:left;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.product-list .category_details a:hover {
	background-color:#e7e7e7;
}
.product-list .category_product_bar {
	width:697px;
	padding:15px 0px 0px 0px;
	margin:0px;
	border-bottom:1px solid #ece9e9;
	margin:0px 0px 0px 0px;
}
.listp {
	display:inline-block;
	width:100%;
	padding-bottom: 12px;
}
/* viwewmode */
#show {
	color:#787878;
	margin:10px 13px 0px 0;
	padding:0px;
	float:left;
}
#viewmode {
	width:65px;
	height:34px;
	background-image: url('../image/selectbg.jpg');
	display:inline-block;
	border:1px solid #f3f3f3;
	padding:0px;
	margin:1px 0px 0px 12px;
	float:left;
}
#view1 {
	float:left;
	background-image:url('../image/view1.png');
	width:34px;
	height:34px;
	padding:0px;
	margin:0px;
}
#view1:hover, #view1.selected {
	background-image:url('../image/view1hover.png');
}
#view2 {
	width:31px;
	height:34px;
	float:left;
	background-image:url('../image/view2.png');
	padding:0px;
	margin:0px;
	display:block;
}
#view2:hover, #view2.selected {
	background-image:url('../image/view2hover.png');
}
/* Select */


/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
.fdiv {
	position:relative;
	float:left;
	margin:0 12px 0 0;
}
.fdiv2 {
	position:relative;
	float:left;
}
/* setting the width and height of the SELECT element to match the replacing graphics */
select.select {
	position:relative;
	z-index:10;
	width:69px !important;
	min-width:69px;
	height:34px !important;
	line-height:34px;
	cursor:pointer;
}
/* dynamically created SPAN, placed below the SELECT */
span.select {
	position:absolute;
	float:left;
	padding:0 0 0 4px;
	margin:1px 0 0 0;
	left:0;
	width:65px;
	min-width:65px;
	height:34px;
	line-height:34px;
	text-indent:10px;
	border:1px solid #F2F0F0;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url('../image/product_selectbg.jpg') no-repeat -60px 0;
	cursor:default;
	z-index:1;
}
select.select2 {
	position:relative;
	z-index:10;
	width:129px !important;
	min-width:129px;
	height:34px !important;
	line-height:34px;
	cursor:pointer;
}
/* dynamically created SPAN, placed below the SELECT */
span.select2 {
	position:absolute;
	margin:1px 0 0 0;
	float:left;
	padding:0 0 0 4px;
	left:0;
	width:125px;
	min-width:125px;
	height:34px;
	line-height:34px;
	text-indent:10px;
	border:1px solid #F2F0F0;
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url('../image/product_selectbg.jpg') no-repeat 0 0;
	cursor:default;
	z-index:1;
}
/* products */

.products {
	float:right;
	width:695px;
}
/* wishlist and compare */

.text_buttons {
	float:right;
	margin:-1px 0 0 0;
}
.wish {
	font:11px Arial, Helvetica, sans-serif;
	color:#218CD3;
}
.wish a {
	color:#454545;
	text-decoration:none;
}
.wish a:hover {
	text-decoration:underline;
}
.compare {
	font:11px Arial, Helvetica, sans-serif;
	color:#218CD3;
	float:right;
}
.compare a {
	color:#454545;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.compare a:hover {
	text-decoration:underline;
}
.breadcrumb .checkout {
	float:right;
}
.continue {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	left:0px;
	float:right;
	color:#454545;
} 
.continue a {
	color:#454545;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.continue a:hover {
	text-decoration:underline;
}
.continue_arrows {
	margin:-1px 6px 0px 6px;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
}
.continue_arrows.right {
	margin:-1px 0px 0px 6px;
    float:right;
}
.continue_bar {
	margin:-1px 20px 0px 20px;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
}
.wish_text {
	font:14px Arial, Helvetica, sans-serif;
	color:#787878;
	line-height:18px;
	padding:0 0 1px 0;
}
.wish_tab {
	width:100%;
	text-align:center;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:31px 0px 24px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.wish_tab th {
	padding:0px 10px 0px 10px;
	height:38px;
	border-bottom:1px solid #F2F2F2;
	line-height:38px;
}
.wish_header {
	background-color:#f2f2f2;
	font-size:12px;
	color:#383838;
	font-weight:bold;
	text-shadow: #ffffff 0px 1px 0px;
}
.wish_tab td {
	color:#787878;
	font-size:14px;
	height:80px;
	line-height:80px;
	border-bottom:1px solid #F2F2F2;
	margin:0px;
	padding:0px;
}
.wish_tab img {
	display:table-cell;
	vertical-align:middle;
}
.wish_tab td a {
	color:#218CD3;
	text-decoration:none;
}
.wish_tab td a:hover {
	text-decoration:underline;
}
.square1 {
	width:9px;
	height:13px;
	display:inline-block;
	padding:0 0px 2px 0;
	background:url('../image/nwsl_icon.png') center 4px;
	background-repeat:no-repeat;
	margin:0px 12px 0 0px;
}
.hs {
	font-family:Kartika;
	font-size:29px;
	color:#454545;
	font-weight:normal;

}
/* navigation bar */

#next_page {
	margin:5px 0px 34px 2px;
	padding:0px;
	width:693px;
	height:33px;
	border:1px solid #F0EEEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url('../image/central-space.jpg');
	background-repeat:repeat-x;
}
.left_arrow {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:30px;
	height:33px;
	background-image:url('../image/left-arrow.jpg');
	display:block;
}
.left_arrow:hover {
	background-image:url('../image/left-arrow-hover.jpg');
}
.centralspace {
	margin:auto;
	padding:0px;
	display:inline-block;
	text-align:center;
}
.central_space a {
	text-decoration:none;
}
.central_container {
	display:inline-block;
	margin:0px;
	padding:9px 0px 0px 0px;
	height:25px;
	width:auto;
}
.current_page {
	color:#787878;
	margin:0px 20px 0px 0px;
	float:left;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:33px;
}

.pagination2 .current_page {
	color:#787878;
	margin:0px 20px 0px 0px;
	float:left;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:33px;
}
.page_bar_central {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	height:33px;
	float:left;
	background-image:url('../image/page-bar.jpg');
}
.right_arrow {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:30px;
	height:33px;
	background-image:url('../image/right-arrow.jpg');
	display:block;
}
.right_arrow:hover {
	background-image:url('../image/right-arrow-hover.jpg');
}
/* login */

.he {
	font-size:27px;
	font-family:Kartika;
	font-weight:normal;
}
.contact_text_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	line-height:26px;
}
#content_log {
	margin-bottom: 44px;
    display:inline-block;
}
.log_container {
	float:right;
	margin:0 0 0 0;
	width:697px;
}
.login_left {
	float:left;
	width:400px;
	border-right:1px solid #F0EEEE;
	padding:0 67px 22px 0;
	margin:0px 67px 35px 0px;
}
.loginlogo {
	float:left;
	margin:12px 12px 0px 0px;
	background:url('../image/loginlogo.png');
	background-repeat:no-repeat;
	width:17px;
	height:15px;
}
.login_right {
	float:right;
	width:399px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0px 35px 0px;
}
.button.go {
	text-align:center;
	width:58px;
	padding:0px 0px 0px 0px;
}
.go:hover {
	color:#218CD3;
}
.login_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	line-height:26px;
	clear:both;
	padding:10px 0px 0px 0px;
}
input[type='text'].login_name {
	width:236px;
	height:34px;
	border:1px solid #F0EEEE;
	background-color:#FBFBFB;
	font-size:13px;
	color:#787878;
	clear:both;
	padding:0px 0px 0px 14px;
	margin:20px 0px 13px 0px;
	margin-left:1px;
}
input[type='password'].login_password {
	width:166px;
	height:34px;
	border:1px solid #F0EEEE;
	background-color:#FBFBFB;
	font-size:13px;
	float:left;
	color:#787878;
	padding:0px 0px 0px 14px;
	margin:0px 10px 13px 0px;
	margin-left:1px;
}
.registerlogo {
	float:left;
	margin:11px 12px 0px 0px;
	background:url('../image/registerlogo.png');
	background-repeat:no-repeat;
	width:17px;
	height:15px;
}
.login_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	line-height:26px;
	clear:both;
	padding:10px 0px 0px 0px;
}
.italicblue, .hbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	float:left;
}
.italicblue, .italicblue a {
	padding: 7px 0 0 0;
	color:#218CD3;
	text-decoration:none;
}
.italicblue:hover a {
	text-decoration:underline;
}
.hbar {
	color:#787878;
	padding:6px 4px 0 0;
}
.s_container {
	max-width:934px;
    width:934px;
	line-height:28px;
}
.s_box {
	padding:0 45px 0 0;
	float:left;
	max-width:281px;
}
.addresslist{line-height: 23px;}
.s_box.last {
	padding:0 0px 0 0;
	float:left;
}
.s_box_small {
	font: 13px Arial, Helvetica, sans-serif;
	color:#787878;
	padding:5px 0 0 26px;
	line-height:26px;
}
.s_box_small a, s_text {
		font: 13px Arial, Helvetica, sans-serif;
	color:#787878;

	line-height:26px;
}
.s_box_small a:hover {
	color:#218CD3;
	text-decoration:none;
}


/*  Contact */


.contact_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	line-height:26px;
}
.contact_text_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#787878;
	line-height:26px;
}
.contact_left {
	float:left;
	width:487px;
}
input[type='text'].contact_name {

	width:429px;
	height:34px;
	border:1px solid #F0EEEE;
	background-color:#FBFBFB;
	font-size:12px;
	color:#787878;
	padding:0px 0px 0px 14px;
	margin:25px 0px 13px 0px;
}
input[type='text'].contact_email {

	width:429px;
	height:34px;
	border:1px solid #F0EEEE;
	background-color:#FBFBFB;
	font-size:12px;
	color:#787878;
	padding:0px 0px 0px 14px;
	margin:0px 0px 13px 0px;
}
textarea.contact_textform {
	width:429px;
	height:107px;
	border:1px solid #F0EEEE;
	background-color:#FBFBFB;
	font-size:12px;
	color:#787878;
	padding:11px 0px 0px 14px;
	margin:0px 0px 13px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_right {
	float:left;
	padding:22px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.bs_box {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.bs_title {
	font-size:13px;
	color:#383838;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}
.bs_text {
	font-size:12px;
	color:#787878;
	line-height:23px;
}
.bs_box2 {
	float:left;
	margin:0px 0px 0px 41px;
}
.bs_box3 {
	clear:both;
	padding:28px 0px 0px 0px;
}
.send_me {
	height:36px;
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:117px;
	border:1px solid #f2f0f0;
	background-image:url('../image/contact.jpg');
	background-repeat:repeat-x;
	color:#383838;
	display:block;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	font-weight:bold;
}
.send_me:hover {
	color:#218CD3;
}
.divisory_bar2 {
	width:205px;
	border-bottom: 1px solid #ECE9E9;
	margin:0px 0px 32px 0px;
	padding:0px 0px 0px 0px;
}
.divisory_bar3 {
	width:206px;
	height:35px;
	clear:both;
	background:url(../image/divisory_bar.jpg) no-repeat center;
	background-position:top;
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px 0px;
	display:block;
}
.divisory_bar4 {
	border-bottom: 1px solid #F0EEEE;
	height:1px;
	clear:both;
	padding:43px 0px 0px 0px;
	margin:0px 0px 35px 0px;
}
.find_box {
	clear:both;
	margin:0px 0px 0px 0px;
}
.map {
	clear:both;
	padding:5px;
	border:1px solid #ECEBEB;
	margin:18px 0px 0px 0px
}
table.style2.contact {
	margin:0px 0px 0px -1px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border:none;
	width:100%;
}


/* Check out */


.check_text {
	font: 14px Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#787878;
	margin:0;
	padding:0;
}
.form_left {
	float:left;
}
.form_right {
	float:right;
}
.form_left, .form_right {
	margin:10px 0 0 0;
}
input[type='text'].check_label {
	font:12px Arial, Helvetica, sans-serif;

	color:#787878;
	margin:0;
	padding:0;
}
.check_input {
	
	font:12px Arial, Helvetica, sans-serif;
	width: 299px;
	height: 34px;
	
	border: 1px solid #F0EEEE;
	background-color: #FEFEFE;
	font-size: 12px;
	color: #787878;
	padding: 0 0 0 14px;
	margin:5px 0 17px 0;
}


.leftcol {
	float:left;
	clear:left;
	width:50%;
}
.rightcol {
	float:left;
	clear:right;
	width:50%;
}
.form_left label, .form_right label {
	display:block;
	margin-bottom:2px;
	padding-left:2px;
	font:14px Arial, Helvetica, sans-serif;
	color:#787878;
}
.comments_text {
	color:#383838;
	font-size:22px;
	word-spacing:-5px;
	float:left;
}
.comments_text2 {
	color:#787878;
	font-size:22px;
	word-spacing:-5px;
	float:left;
	margin:0 0 0 5px;
}
textarea.check_textform {
	width:618px;
	height:112px;
	border:1px solid #F0EEEE;
	background-color:#FEFEFE;
	font-size:12px;
	color:#787878;
	padding:11px 0px 0px 14px;
	margin:7px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

/* information */

.box.info{	padding:0px 0px 0px 7px;
margin-bottom:26px;}
.box.info .box-heading {
	background-image: url("../image/nwsl_icon.png");
	background-repeat:no-repeat;
	background-position:0 14px;
	border:none;
	height: 31px;
	margin: -12px 0 0 0;
	padding: 0px 0 0px 20px;
	width: 175px;
	font-family:Kartika;
	font-size:23px;
	color:#383838;
	font-weight:normal;
	line-height:38px;
}
.box.info .box-content {
	background-color: #Fff;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-bottom: none;
	border-left:none;
	border-right: none;
	padding: 10px;
}

ul.informationbox {
	list-style-type: none;
	padding:0px 0px 0px 0px;
	margin:9px 0px -1px 20px;
}
.informationbox li {
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:26px;
}
.informationbox li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
	text-decoration:none;
	padding:0 0 0 0;
}
.informationbox li a:hover {
	text-decoration:underline;
	color:#218CD3;
	padding:0 0 0 9px;
}


/* Support */


ul.support {
	list-style-type: none;
	padding:0px;
	max-width:197px;
	margin:9px 0px 0 0px;
	padding:0px 0px 0px 0px;
	
}

#container ul.support p {font:12px/23px Arial, Helvetica, sans-serif;
padding:0;
margin:0;}


.support li {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	padding:0px;
	line-height:23px;
}
.support li a {
	color:#218CD3;
	font-weight:bold;
	text-decoration:none;
}
.support li a:hover {
	text-decoration:underline;
	color:#218CD3;
}


/* socials */


ul.socials {
	list-style-type: none;
	padding:0px;
	margin:9px 0px 0px 9px;
}
.socials li {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	display:block;
	line-height:19px;
}
.socials li a {
	font-size:13px;
	color:#787878;
	text-decoration:none;
}
.socials li a:hover {
	text-decoration:underline;
	color:#218CD3;
}
.socials_img {
	width:50px;
	height:44px;
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
	border:1px solid white;
}
.socials_title {
	font-size:12px;
	color:#454545;
	text-decoration:none;
	display:block;
	margin:0px 0px 0px 59px;
	padding:5px 0 0 0;
	font-weight:bold;
}
.socials a:hover .socials_title {
	color:#218CD3;
}
.socials_fans {
	padding:0px;
	font-size:11px;
	color:#454545;
	float:left;
	margin: -1px 0px 0px 7px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}


/* featured */


ul.featured {
	list-style-type: none;
	padding:0px;
	margin:21px 0px 0px 9px;
    width:189px;
    overflow:hidden;
}
.featured li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	display:block;
	line-height:18px;
}
.featured li a {
	font-size:13px;
	color:#787878;
	text-decoration:none;
}
.featured li a:hover {
	text-decoration:underline;
	color:#218CD3;
}
.featured_img {
	width:50px;
	height:44px;
	float:left;
	margin:-6px 0px 0px 0px;
	padding:0px;
	border:1px solid white;
}
.featured_title {
	font-size:12px;
	color:#454545;
	text-decoration:none;
	display:block;
	margin:7px 0px 0px 65px;
	font-weight:bold;
}
.featured a:hover .featured_title {
	color:#218CD3;
}
.featured a:hover .featured_img {
	padding:0px;
	border:1px solid #ECE9E9;
}
.featured_date, .featured_views {
	padding:0px;
	font-size:10px;
	color:#454545;
	float:left;
}
.featured_date {
	margin: -1px 0px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.featured_views {
	font-family:Arial, Helvetica, sans-serif;
	margin: -1px 0px 0px 0px;
}
.featured_bar {
	background:url('../image/feature_bar.jpg');
	height:11px;
	width:1px;
	margin:4px 7px 0px 7px;
	padding:0px;
	float:left;
}

li.divisory_bar {
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px 0px;
	height:36px;
	background:url('../image/divisory_bar.jpg') center no-repeat;
}


/* Reated */
.related {
	color:#454545;
	padding:0px 0px 0px 0px;
	margin:-1px 0px 3px -1px;
	float:left;
	display:block;

}
.related.grey {
	color:#787878;
	margin:-1px 0px 0px 5px;
	float:left;
	display:block;
}

.related_right{float:left;
width:153px;}

.related_item {
	margin:23px 43px 0px 0px;
	padding:0px 0px 0px 0px;
	width:323px;
	float:left;
}
.related_item.one {
	margin:18px 43px 0px 0px;
}
.related_item.last.two {
	margin-top:18px;
}
.related_item.last {
	margin-right:0px;
}
.related_item img {
	border:4px solid #f3f3f3;
	float:left;
	margin:0px 18px 0px 0px;
}
.related_item a {
	text-decoration:none;
}
.related_item a .related_product_title:hover {
	text-decoration:underline;
}
.related_item a .related_product_title.grey:hover {
	text-decoration:none;
}
.related_product_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px -1px;
	float:left;
	font-weight:bold;
	text-decoration:none;
}
.related_product_title.grey {
	color:#787878;
	font-weight:bold;
	margin:0px 0px 0px 5px;
}
.related_product_description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787878;
	padding:8px 0px 7px 0px;
	margin:0px;
	line-height:23px;
	float:left;
	height:46px;
	overflow:hidden;

}
.related_product_price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#218CD3;
	padding:0px 0px 0px 0px;
	margin:0px;
	clear:both;
}
.related_divisory_bar {
	width:321px;
	height:1px;
	background:url('../image/divisory_bar2.jpg') no-repeat top;
	margin:0px 0px 23px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
.related_bottom {
	clear:both;
	margin:0px 0px 0px 0;
	padding:37px 0 0 0;
}


/*   Index 3  and index 4*/


.sliderGallery {
	overflow: hidden;
	position: relative;
	width: 930px;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0px 0px 32px 2px;
	height:322px;
	clear:both;
}
.sliderGallery UL {
	position: absolute;
	height:276px;
	list-style: none;
	overflow:hidden;
	white-space: nowrap;
	padding: 1px;
	margin:auto;
}
.sliderGallery UL LI {
	display: inline;
	margin:0px;
	padding:0px;
	font-style: italic;
}

#slider {
	width: 705px;
	height: 20px;
	position: relative;
	padding:0px;
	background:none;
	border:none;

}

#slider.second {
	width: 705px;
	height: 20px;
	position: relative;
	padding:0px;
	background:none;
	border:none;
	top:304px;
	
}



.border {
	background-image:url('../image/backslider.jpg');
	width:936px;
	margin:0px 1px 1px 0px;
	background-repeat:no-repeat;
}


/* index 4 */

.category_sliderGallery {

	width: 936px;
	height:269px;

	margin:-1px 0px 32px -1px;


}
#index3 {
	position: absolute;
	height:223px;
	list-style: none;
	overflow:hidden;

	margin:0;
}

#index3 a{display:block;
text-decoration:none;}

#index3 a:hover{display:block;
text-decoration:none;}

#index3 LI {

	margin:0px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
	height:224px;
display:inline-block;
	line-height:19px;
}


#slider.third {
	width: 695px;
	height: 20px;
	position: relative;
	padding:0;
	margin:3px 0 0 5px;
}


#sliderbg {	border:1px solid #F0EEEE;
	background:url('../image/category_slider_bg.jpg') repeat-x;
	width:932px;
	position:relative;
	height: 20px;
	margin: 247px 0px 0px 1px;} 


.category_slider_sale1 {
	position:absolute;
	width:50px;
	height:22px;
	background-color:#8d8d89;
	color:white;
	top:11px;
	margin:0px 0px 0px 176px;
	padding:4px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.69;
	text-shadow: 0px 1px 0px #000000;
}
.category_slider_product_title {
	color:#454545;
	padding:0px;
	width:211px;
	text-align:center;
	margin:-64px 0px 0px 0px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	position:absolute;
		font-style:normal;
}

.category_slider_product_title:hover {
	text-decoration:underline;
}
.category_slider_product_price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#218CD3;
	padding:2px 0px 0px 0px;
	width:211px;
	position:absolute;
	text-decoration:none;
	text-align:center;
	display:block;
	margin:-45px 0 0 0;
	font-style:normal;
}
#index3 a img {
	margin:0px 19px 0px 0px;
	padding:22px 11px 83px 13px;
	border:1px solid #F0EEEE;
	top:0px;
	width:191px;
	height:117px;
}
#index3 a.last img {
	margin:0px 0px 0px 0px;
	padding:22px 11px 83px 13px;
	border:1px solid #F0EEEE;
	top:0px;
	width:191px;
	height:117px;
}
#index3 li:hover img, #index3 li:hover a.last img {
	padding:11px 0px 72px 2px;
	border:12px solid #F0EEEE;
	top:0px;
	width:191px;
	height:117px;
}

.ptitle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
} 
.ptitle3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
} 
.ptitle3 a {
	text-decoration:none;
}





 :focus{outline:none;}
 
 
 
.theme-default .nivoSlider {
	position:relative;
	margin:1px 0 0px 1px;
	
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:32px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('../image/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:-3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav {display:block;
position:absolute;
margin:302px 0 0 0;}

.theme-default .nivo-directionNav a {
	display:block;
	width:29px;
	height:24px;
	background:url('../image/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;

}
.theme-default .nivo-directionNav a:hover {
	background:url('../image/arrows_h.png') no-repeat;


}
.theme-default a.nivo-nextNav {
	background:url('../image/arrows2.png') no-repeat;
	left:903px;
}
.theme-default a.nivo-nextNav:hover {
	background:url('../image/arrows2_h.png') no-repeat;
}
.theme-default a.nivo-prevNav {
	right:1;
}

.theme-default .nivo-caption {
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#787878;
}
  
.nivoSlider {
	position:relative;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
	
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
display:block;
z-index:1000;
width:460px;
height:200px;
}

.nivoSlider a.nivo-imageLink2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
display:block;
 
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:0;
	height:100%;
	

}
.nivo-box {
	display:block;
	position:absolute;
	z-index:0;

}
/* Caption styles */
.nivo-caption {
	position:absolute;
	top:-1px;
	height:229px;
  width:431px;
  left:475px;
	bottom:0px;
padding:32px 0 0  27px;
background-color:#fff;
z-index:1;

}
.nivo-caption p {
	margin-bottom:0;
}


.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

 .imgslider_cont{width:474px;
height:278px;
border:1px solid #F0EEEF;
float:left;
padding:0px;
margin:-1px 0 0 0px; 
z-index:1000;}

.imgslider_cont2{width:932px;
height:278px;
border:1px solid #F0EEEF;
float:left;
padding:0px;
margin:-1px 0 0 0px;}

.slider_r{float:left;}

.slider_ptitle, .slider_ptitle a{font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#454545;
text-decoration:none;
float:left;
line-height:24px;
}
 
.slider_ptitle a:hover{
color:#454545;
text-decoration:underline;
}

.slider_pbar{height:25px;
width:1px;
border-left:1px solid #E2E2E2;
margin:0px 20px 0 20px;
float:left;} 


.slider_pprice{font-family:Arial, Helvetica, sans-serif;
font-size:21px;
line-height:24px;
color:#218CD3;
float:left;
background-color:#fff;}

.slider_ptext{line-height:24px;
padding:10px 0 16px 0;
font-size:13px;
max-heigh:96px;
height:96px;
overflow:hidden;
color:#787878;
font-family:  Arial, Helvetica, sans-serif;
  
}
.learn_more {


	height:34px;
	line-height:34px;
	text-align:center;
	
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:117px;
	border:1px solid #f2f0f0;
	background-image:url('../image/contact.jpg');
	background-repeat:repeat-x;
	
	display:block;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	font-weight:bold;
}

.learn_more a{color:#383838;
text-decoration:none;
	font-size:13px;}
.learn_more a:hover {
	color:#218CD3;
}


.theme-default #slider {
    margin:1px auto 0 1px;
	padding:0px;
	height:359px; 
	width:930px;
}

.theme-default #slider2 {
    margin:1px auto 0 1px;
	padding:0px;
	height:359px; 
	width:932px;
}


.nav_border{width:932px;
height:24px;
border:1px solid #EFEFEF;
background:url('../image/slidernavbar.jpg') repeat-x;
position:absolute;
margin:-58px 0 0 0;
}


.clear {
	clear:both;
}


.banner{margin:22px 0 22px 0;}


.unclick{cursor:default;}


#garanti {
float:center
	width:10px;
	height:30px;
 	margin-top:22px;
	padding:0px;
	background-image:url(../image/garanti_logo.jpg);
}



#store-text{padding-left: 10px;
padding-right: 10px;}

.titlescolor{color:#383838;}

div#preload { display: none; }

.buton

{
 	float:right;
    padding-right:10px;

}

  .uic
{
	float:left;
	padding-top:70px;
	padding-left:25px;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
} 
.ukodu1
{
	height:19px;
	padding-top:2px;	
	background-color:#CCC;
	background-repeat:no-repeat;
}
.ukodu2
{
	height:19px;
	padding:2px;	
	background-color:#e1e1de;
	background-repeat:no-repeat;
}
 
 .taksitler{width:640px;font-family:Verdana,Helvetica,Arial,sans-serif;margin:0 auto;text-align:center;font-size:11px;height:100%;padding:5px 0 0 0;}
.taksitler .taksit{ float: left; width: 223px;  margin:0 0 5px 0;}
.taksitler .taksit .head{width:181px;height:100%;float:left;margin:0 !important;}
.taksitler .taksit .ln{width:223px;height:30px;clear:both;float:left;margin:0 0 1px 0;}
.taksitler .taksit .ayt{width:90px;float:left;margin:0 1px 0 0;height:100%;}
.taksitler .taksit .tpl{width:90px;float:left;margin:0 !important;height:100%;}
.taksitler .ln div p{margin:0;padding:2px 5px 5px 5px;}
.taksitler .focus{font-size:11px;font-weight:bold;}

.taksitler .FIRST{ float: left; width:100px; margin:0 0 5px 0;}
 
.taksitler .FIRST .ln{width:100%;height:30px;clear:both;float:left;margin:0 0 1px 0;background:#8ad162;}
.taksitler .FIRST .num{width:100%;float:left;margin:0 1px 0 0;height:100%;background:#ededed;color:#666}

.taksitler .GARAN .head{background: url("../image/garanti.gif") no-repeat center center #8ad162}
 
.taksitler .GARAN .clr1 div{background:#d0ecb5;}
.taksitler .GARAN .clr2 div{background:#edf4e6;}




.urun-bilgisi {
	width:400px;
	<!--height:100%;-->
  	top:-15px;
    margin:12px 0 -9px 0px;
 	float:right;
	position:relative;
}

.urun-taksitleri {
	border-top:1px solid #ECE9E9;
	border-right:1px solid #ECE9E9;
	border-left:1px solid #ECE9E9;
	border-bottom:1px solid #ECE9E9;
    margin-top:8px;
	padding: 10px;
	font-size:12px;
 }
 
 .musteri-hizmetleri
 {
 float:right;
 padding-left:320px;
  }

 {
	float:right;
	margin:0px;
	padding:0px;
}
.product_add2 a {
	width:132px;
	height:16px;
	color:#FFFFFF;
	padding:6px 0px 5px 0px;
	margin:28px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../image/add_bg.jpg');
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #8D8E89 0px 1px 0px;
	text-transform:uppercase;
}
.product_add2 a:hover {
	background:url('../image/add_bg_hover.jpg') repeat-x;
}
.product_add2 a img {
	margin:-1px -8px 0px 11px;
	padding:0px;
	float:left;
	text-decoration:none;
	border:none;
}

.bank-list{
    width: 455px;
   	border: 1px solid #DDDDDD;
    float:left;
    margin:5px;
}
.bank-list label{
    margin: 0px;
    padding:0px;
    display: inline-block;
}
.backname{
	background-color: #EFEFEF;
	padding: 7px;    
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.bank-logo{
    width: 159px;
    height:65px;
    padding-right:0px;
    border-right: 1px dashed #DDDDDD;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    vertical-align: middle;
}

.bank-logo-img{
width:80px;
height:80px;
align:center;
}

.bank-details{
    width: 290px;
    float:left;
padding-top:6px;    
}
.bank-item{
    width: 290px;
    border-right: 1px dashed #DDDDDD;
    font-size:11px;
}
.bank-item > div.title{
    width: 100px;
	color: #222222;
    float: left;
	font-weight: bold;
}
.bank-item > div.sep{
    width: 10px;
    text-align: center;
    float: left; 
	color: #222222;
	font-weight: bold;
}
.bank-item > div.text{
    width: 170px;
    float: left;
	color: #222222;
}

.badges{

float: right;
margin-top: -223px;
width:100px;
height:100px; 
position:relative; 
text-align:center;
font-size:14px;
font-face: Arial;
}


.qrcode_sol 
{
	float:left;
    border-top: 1px solid #ECE9E9;
    border-bottom: 1px solid #ECE9E9;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    font-size: 12px;
    overflow: auto;
    padding:30px;
    padding: 30px;
    width: 638px;

	}
	
	
 .qrcode_sag
{
float:right;
width: 550px;
overflow: auto;
padding-top: 6px;

}
 