@charset "utf-8";

/* CSS Document */

/* Typography */
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 25px;
}
h4 {
	font-size: 20px;
	line-height: 20px;
}
h5 {
	font-size: 15px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 15px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #FC0;
}
a, a:hover {
	text-decoration: none;
	transition: color linear 0.25s;
	-ms-transition: color linear 0.25s;
	-moz-transition: color linear 0.25s;
	-webkit-transition: color linear 0.25s;
	-o-transition: color linear 0.25s;
}
.margin-bottom {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 40px;
}
/* General */
html {
	overflow-x: hidden;
}
body {
	background: #FFF;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
blockquote p { font-size: 12px; }
/* Breadcrumb */
.breadcrumb {
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb li {
	text-shadow: none;
}
.breadcrumb li .divider {
	color: #E5E5E5;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a:hover {
	color: #0CC;
}
.breadcrumb {
	color: #999;
}
.p404 {
	padding: 50px 0;
	text-align: center;
}
.btn.p404 {
	margin-bottom: 40px;
	padding: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn.p404:hover {
	background: #FC0;
	color: #FFF;
}
/* Logo */
#logo {
	margin: 20px auto;
	text-align: center;
	display: block;
}
#logo img { margin-bottom: 0px;}
#logo img, #logo a {
	display: inline-block;
}
/* Header */
.header {
	background: #F9F9F9;
	line-height: 40px;
}
.header .nav {
	margin-bottom: 0;
	width: auto;
}
.header .nav li a {
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	line-height: 40px;
	color: #999;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .nav li a:hover, .header .nav li.active a, .header .nav li.active a:hover {
	background: #F0F0F0;
	color: #333;
}
/* Header Currency */
.header .currency {
	margin-left: 20px;
	float: right;
}
.header .lngs a {
    text-transform: uppercase;
}
.header .currency li {
	margin: 0;
	padding: 0;
}
.header .currency li a {
	padding: 0;
	width: 40px;
	color: #999;
	text-align: center;
}
/* Header Login */
.header .log-reg {
	margin-bottom: 0;
	float: right;
}
.header .log-reg span strong { font-weight: bold; }
.header .log-reg a, .header .log-reg span {
	margin-left: 20px;
	color: #999;
	display: block;
	float: left;
}

.header .log-reg a:hover {
	color: #0CC;
}
/* Header Cart */
.header .cart {
	padding-left: 20px; margin-left: 20px;
	border-left: 1px solid #F0F0F0;
	position: relative;
	float: right;
}
.header .cart:hover {
	background: #FFF;
}
.header .cart .pricedisplay { color: #000; }
.header .cart p,
.header .cart .pricedisplay {
	margin: 0;
	font-weight: bold;
	float: left;
}
.header .cart .total .pricedisplay {
    float: none;
    margin-left: 20px;
}
#sliding_cart > p {line-height: 40px;color: #999; }
.header .cart p span {
	font-weight: normal;
	color: #999;
}
.header .cart i {
	margin-left: 15px;
	width: 40px;
	height: 40px;
	background: #F0F0F0;
	font-size: 15px;
	line-height: 40px;
	color: #CCC;
	text-align: center;
	float: right;
}
.header .cart i.on {
	background: #FC0;
	color: #FFF;
}
.header .cart .cart-content {
	padding: 20px 19px 19px 19px;
	width: 260px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 9999px;
	z-index: 9999;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.header .cart:hover .cart-content {
	padding: 20px 19px 19px 19px;
	width: 260px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 9999;
}
.header .cart .cart-content .mini-cart-info h4 {
	margin-bottom: 20px;font-size: 25px;
    line-height: 25px;
}
.header .cart .cart-content .mini-cart-info p {
	font-weight: normal;
	float: left;
}
.header .cart .cart-content .mini-cart-info ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-info li {
	margin-bottom: 10px;
	padding-bottom: 9px;
	min-height: 70px;
	border-bottom: 1px dotted #E5E5E5;
	text-align: left;
}
.header .cart .cart-content .mini-cart-info li a img {
	margin-right: 10px;
	padding: 9px;
	width: 50px;
	height: 50px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	float: left; margin-bottom: 0px;
}
.header .cart .cart-content .mini-cart-info li a img:hover {
	opacity: 0.5;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .mini-cart-info li .mini-cart-detail {
	padding: 5px 0;
	width: 165px;
	text-align: left;
	float: left;
}
.header .cart .cart-content .mini-cart-info li h5 a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	display: block;
}
.header .cart .cart-content .mini-cart-info li h5 a:hover {
	color: #0CC;
}
.header .cart .cart-content .mini-cart-info li em {
	color: #CCC;
	display: block;
}
.header .cart .cart-content .mini-cart-info li p {
	color: #0CC;
}
.header .cart .cart-content .mini-cart-info li p span {
	margin-right: 5px;
	color: #CCC;
	text-decoration: line-through;
}
.header .cart .cart-content .mini-cart-total ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-total li {
	color: #999;
	text-align: right;
}
.header .cart .cart-content .mini-cart-total li span {
	width: 70px;
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.header .cart .cart-content .mini-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	border-top: 1px solid #CCC;
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.header .cart .cart-content .mini-cart-total .total span {
	color: #333;
}
.header .cart .cart-content .checkout .btn {
	padding: 0;
	width: 50%;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .checkout .btn-checkout {
	background: #333;
}
.header .cart .cart-content .checkout .btn:hover {
	background: #0CC;
}
.bordered {
	margin: 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #FFF;
}
/* Navbar */
.navbar-cont {
	margin: 18px 0;
	background: #333;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inner {
	padding: 0;
	background: none;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.navbar-inner .btn-navbar {
	margin: 0 auto;
	padding: 10px 0;
	height: 20px;
	background: #F9F9F9;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: none;
	text-transform: uppercase;
	float: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .btn-navbar i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.navbar-inner .btn-navbar:hover {
	color: #333;
}
.navbar-inner .btn-navbar:hover i {
	opacity: 1;
}
.navbar-inner .nav {
	margin: 0;
	float: left;
}
.navbar-inner .nav li {
	filter: none;
	position: relative;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.navbar-inner .nav li:hover {
	background: #0CC;
	filter: none;
}
.navbar-inner .nav li a {
	margin-bottom: 0;
	padding: 0 20px;
	height: 40px;
	border-radius: 0;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	float: left;
	transition: padding linear 0.25s;
	-ms-transition: padding linear 0.25s;
	-moz-transition: padding linear 0.25s;
	-webkit-transition: padding linear 0.25s;
	-o-transition: padding linear 0.25s;
}
.navbar-inner .nav li a:hover {
	color: #FFF;
}
.navbar-inner .nav li.active a, .navbar-inner .nav li.active a:hover {
	background: #FC0;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background-color: inherit;
}
.navbar-inner .nav li i {
	margin-right: -20px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: right;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .nav li:hover i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown .dropdown-toggle:hover {
	background: none;
	box-shadow: none;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li .sub-menu {
    z-index: 9999;
	padding: 20px;
	margin: 0;
	width: 180px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	list-style: none;
	opacity: 0;
	display: inherit;
	position: absolute;
	top: 30px;
	left: -9999px;
	float: none;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.navbar-inner .nav li:hover .sub-menu {
	opacity: 1;
	top: 40px;
	left: 0;
}
.navbar-inner .nav li .sub-menu:before, .navbar-inner .nav li .sub-menu:after {
	display: none;
}
.navbar-inner .nav li .sub-menu li a, .navbar-inner .nav li.active .sub-menu li a {
	padding: 0;
	height: 29px;
	background: none;
	filter: none;
	border-top: 1px dotted #E5E5E5;
	font: normal 12px/29px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	text-transform: none;
	float: none;
}
.navbar-inner .nav li .sub-menu li:first-child a, .navbar-inner .nav li.active .sub-menu li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}
.navbar-inner .nav li .sub-menu li:hover {
	background: none;
	filter: none;
}
.navbar-inner .nav li .sub-menu li:hover a, .navbar-inner .nav li .sub-menu li.active a {
	color: #0CC;
}
/* Header Search */
.header-search {
	margin: 0;
	float: right;
}
.header-search input[type=text] {
	margin: 0;
	padding: 5px 10px;
	height: 30px;
	background: #555;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-transform: uppercase;
	float: left
}
.header-search button input[type='submit'] {background: none; border: none; position: absolute;}
.header-search button {
    position: relative;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #111;
	border: none;
	border-left: none;
	color: #CCC;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}

.header-search button:hover {
	color: #FFF;
}
.single .date {margin: 10px 0}
/*.single img {margin-bottom: 40px;}*/
.single-portfolio img { margin: 0px;}
body .date {
	margin: 10px 0 10px;
	padding: 10px;
	background: #F9F9F9;
	color: #999;
	display: block;
}
.date a {
	color: #0CC;
}
.date a:hover {
	color: #333;
}
/* Lists */
.list-desc {
	margin: 0 0 35px 0;
	list-style: none;
}
.list-desc li {
	margin-bottom: 5px;
	font: italic 14px/30px Arial, Helvetica, sans-serif;
	color: #333;
}
.list-desc li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #F9F9F9;
	line-height: 30px;
	color: #999;
	text-align: center;
	display: inline-block;
}
.page .alignright, .page .alignleft { margin: 0px !important;}
.page p {
    margin-bottom: 40px;
    color: #999;
}
.page p a{
    color: #0CC;
}
.page p a:hover{
    color: #333;
}
.small-desc {
	margin-bottom: 40px;
	color: #999;
}
.small-desc a {
	color: #0CC;
}
.small-desc a:hover {
	color: #333;
}
/* About Lists */	
.about-list li {
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}
.about-list li .thumbnail img {
	margin-bottom: 20px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover img {
	border-radius: 100%;
}
.about-list li .thumbnail .icon-service {
	margin: 0 auto 10px;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	font-size: 100px;
	line-height: 160px;
	text-align: center;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .icon-service {
	background: #FC0;
	font-size: 80px;
	color: #FFF;
}
.about-list li .thumbnail .caption {
	padding: 0;
}
.about-list li .thumbnail .caption h3 a {
	color: #0CC;
}
.about-list li .thumbnail .caption h3 a:hover {
	color: #333;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 55px;
	height: 40px;
}
.about-list li .thumbnail p {
	margin-bottom: 0;
}
.about-list li .thumbnail .progress {
	margin-bottom: 0;
}
/* Progress Bar */
.progress {
	margin-top: 10px;
	background: #F0F0F0;
	border-radius: 0;
	box-shadow: none;
}
.progress .bar {
	margin: auto;
	text-shadow: none;
	background: #333;
	box-shadow: none;
	float: none;
}
/* Address */
address a {
	color: #0CC;
}
address a:hover {
	color: #333;
}
/* Contact Forum and Map */
.map-form p { margin-bottom: 0px;}
.map-form input, .map-form textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
.map-form .btn {
	padding: 0 10px;
	height: 30px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 30px;
	color: #FFF;
	text-shadow: none;
}
.map-form .btn:hover {
	background: #FC0;
	color: #FFF;
}
/* Products Filter */
.products-filter {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 14px 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	line-height: 30px;
}
.products-filter p {
	margin-bottom: 0;
	float: left;
}
.products-filter p a {
	margin-right: 20px;
	font-size: 14px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
.products-filter p a:hover, .products-filter p a.active {
	color: #0CC;
}
.products-filter p a i {
	margin-right: -22px;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-filter p a.active i {
	background: #FC0;
}
.products-filter p a i:hover, .products-filter p a.active i:hover {
	background: #0CC;
}
.products-filter select {
	margin-bottom: 0;
	margin-left: 20px;
	padding: 5px;
	width: 150px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
	float: right;
}
.select-option h5 {
	margin-bottom: 10px;
}
.select-option fieldset {
	margin: 0 0 20px 0;
	padding-bottom: 19px;
	border-bottom: 1px dashed #E5E5E5;
}
.select-option label {
	margin-bottom: 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.select-option select {
	margin-bottom: 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
}
/* Accordion */
.accordion {
	margin-bottom: 40px;
}
.accordion-group {
	margin-bottom: 0;
	border: 1px solid #E5E5E5;
	border-radius: 0;
}
.accordion-heading .accordion-toggle {
	padding: 10px 15px;
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #0CC;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle:hover {
	color: #333;
}
.accordion-inner {
	padding: 14px 19px;
	background: #F9F9F9;
}
.accordion-inner ul {
	margin-bottom: 0;
}
.accordion-inner ul li {
	margin-bottom: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #E5E5E5;
}
.accordion-inner ul li p {
	margin-bottom: 0;
}
.accordion-inner h5 {
	margin-bottom: 10px;
}
/* Pagination */
.pagination {
	margin-top: 0;
	margin-bottom: 40px;
	height: 30px;
}
.pagination ul {
	margin: 0;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
}

.pagination ul li a, .pagination > a, .pagination span {
	padding: 0;
	width: 29px;
	height: 28px;
	line-height: 28px;
	color: #999;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-left: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.pagination .prev, .pagination .next, .pagination > a    {border: 1px solid #F0F0F0;}
.pagination > a, .pagination span { width: auto; height: auto; padding: 7px 13px; margin-left: -4px; }

.pagination ul li a:hover, .pagination > a {
	background: #F9F9F9;
	color: #333;
}
.pagination ul li.active a, .pagination ul li.active a:hover, .pagination span, .pagination > a.active, .pagination > a:hover {
	background: #FC0;
	border-color: #FC0;
	color: #FFF;
}
.pagination ul li a i {
	line-height: 28px;
	color: #CCC;
	display: block;
}
.pagination ul li:first-child a {
	width: 28px;
	border-left: 1px solid #F0F0F0;
	border-radius: 0;
}
.pagination ul li:last-child a {
	border-radius: 0;
}
/* Alert */
.alert {
	margin-bottom: 40px;
	padding: 9px 34px 9px 19px;
	text-shadow: none;
	border-radius: 0;
}
.alert .close {
	top: 0px;
	right: -25px;
}
/* Sidebar */
.sidebar {
	margin-top: 40px;
	margin-bottom: 40px;
}
.sidebar h3 {
	margin-bottom: 20px;
}
.sidebar .nav-stacked, .sidebar .widget {
	margin-bottom: 20px;
	list-style: none;
}
.sidebar .widget ul{ list-style: none; margin: 0px; padding: 0px;}

.sidebar .widget input.field, .footer-links .widget input.field, .footer .widget input.field  {
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;}

.sidebar .widget input[type="submit"], .footer-links .widget input[type="submit"], .footer .widget input[type="submit"], .wrap form table  input[type="submit"], .wpsc_registration_form .button-primary{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}


.sidebar .nav-stacked li a, .sidebar .widget > ul > li a, .sidebar .widget div ul > li a, .footer .widget div ul > li a, .footer .widget > ul > li a { display: block;
	border-bottom: 1px dotted #E5E5E5;
	line-height: 29px;
	color: #999;
	float: none;
}
.sidebar .nav-stacked li a:hover, .sidebar .nav-stacked li.active a, .sidebar .widget li a:hover, .sidebar .widget li.active a {
	background: none;
	color: #0CC;
}
.sidebar select {
	border-color: #E5E5E5;
	border-radius: 0; width: 100%;
}
.sidebar p a,
p a {
	color: #0CC;
}
.sidebar p a:hover,
p a:hover {
	color: #333;
}
/* Media Galler */
.media-gallery {
	margin: 40px 0;
	list-style: none;
	overflow: auto;
}
.media-gallery li {
	margin-left: 0;
	padding: 9px;
	width: 115px;
	border: 1px dotted #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	float: left;
}
.media-gallery li:first-child {
	padding: 9px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
    width: 250px;
}
/* Product List */
.products-list {
	padding-top: 40px;
	background: #F9F9F9 url(../images/bg-line-vert.png);
	box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
	position: relative;
}
.products-list-small {
	background: #FFF;
	box-shadow: none;
}
.products-list-simple {
	padding-top: 0;
	background: none;
	box-shadow: none;
}
.products-list-small .nav-tabs {
	line-height: 25px;
	border-bottom: none;
	text-align: center;
}
.products-list-small .nav-tabs a {
	margin-left: 20px;
	padding-left: 20px;
	height: 25px;
	border-left: 1px solid #E5E5E5;
	font: normal 25px/25px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	display: inline-block;
}
.products-list-small .nav-tabs a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.products-list-small .nav-tabs a span {
	color: #E5E5E5;
	display: inline-block;
}
.products-list-small .nav-tabs a.active {
	color: #666;
}
.products-list-small .nav-tabs a.active span {
	color: #FC0;
}
.products-list h3 {
	margin-bottom: 20px;
	text-align: center;
}
.products-list ul {
	margin-bottom: 0;
}
.products-list li {
	margin-bottom: 40px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail {
	padding: 9px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	border-radius: 0;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.products-list-small li .thumbnail {
	padding-bottom: 0;
	border: 1px dotted #E5E5E5;
	box-shadow: none;
}
.products-list-simple li .thumbnail {
	box-shadow: none;
}
.products-list li .thumbnail a.thumb {
	margin-bottom: 10px;
	display: block;
}
.products-list li .thumbnail a.thumb img {
	margin: auto;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li:hover .thumbnail a.thumb img {
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}
.products-list li .thumbnail a.folio {
	display: block;
}
.products-list li .thumbnail .folio-detail {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail:hover .folio-detail {
	opacity: 1;
}
.products-list li .thumbnail .folio-detail a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .folio-detail a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0CC;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.products-list li .thumbnail .folio-detail a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.products-list li .thumbnail p {
	margin-bottom: 0;
	text-align: center;
}
.products-list li .thumbnail p a {
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	display: block;
}
.products-list-small li .thumbnail p a {
	min-height: 40px;
}
.products-list li .thumbnail p a:hover {
	color: #0CC;
}
.products-list li p.rating {
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
}
.products-list li .rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.products-list li .rating span {
	display: none;
}
.products-list li .thumbnail .pricedisplay  {
	margin-bottom: 10px;
	font-size: 0px;
	color: #0CC;
}
.products-list li .thumbnail .pricedisplay span {
	margin-right: 5px;font-size: 15px;
	font-weight: normal;
	color: #0CC !important;
}
.products-list li .thumbnail input[type=submit] {
	margin: 0 0 0 -55px;
	padding: 0;
	width: 110px;
	height: 110px;
	background: #0CC;
	border: 5px solid #FFF;
	border-radius: 100%;
	box-shadow: none;
	font: normal 14px/100px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: -110px;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li:hover .thumbnail input[type=submit] {
	top: -20px;
}
.products-list li:hover .thumbnail input[type=submit]:hover {
	background: #FC0;
}
.products-list-small li form { margin: 0px;}
.products-list-small li .thumbnail input[type=submit] {
	margin: 0 auto;
	padding: 0 10px;
	width: inherit;
	height: 40px;
    background: #FC0;
	border: none;
	border-radius: 0;
	line-height: 40px;
	color: #FFF;
	position: inherit;
	top: inherit;
	left: inherit;
}
.products-list-small li:hover .thumbnail input[type=button] {
	top: inherit;
}
.products-list-small li:hover .thumbnail input[type=button]:hover {
	background: #0CC;
	color: #FFF;
}
.add-list-detail, .add-comp-detail {
	margin-bottom: 40px;
	width: 40px;
	height: 40px;
	background: #CCC;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	display: block;
	float: left;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.add-list-detail i, .add-comp-detail i {
	color: #FFF;
}
.add-list-detail:hover, .add-comp-detail:hover {
	background: #FC0;
}
.add-list-detail:hover i, .add-comp-detail:hover i {
	color: #FFF;
}
.products-list li .thumbnail .add-list, .products-list li .thumbnail .add-comp {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.25);
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .add-list {
	left: 5px;
}
.products-list li .thumbnail .add-comp {
	right: 5px;
}
.products-list li .thumbnail:hover .add-list {
	opacity: 1;
	left: 0;
}
.products-list li .thumbnail:hover .add-comp {
	opacity: 1;
	right: 0;
}
.products-list li .thumbnail:hover .add-list:hover, .products-list li .thumbnail:hover .add-comp:hover {
	width: 100%;
	background: #FC0;
	z-index: 2;
}
.products-list li .thumbnail .add-list i, .products-list li .thumbnail .add-comp i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	opacity: 0.5;
}
.products-list li .thumbnail .add-list:hover i, .products-list li .thumbnail .add-comp:hover i {
	opacity: 0.75;
}
.products-list-small li .thumbnail .add-list, .products-list-small li .thumbnail .add-comp {
	display: none;
}
.products-list li .thumbnail .new {
	padding: 0 10px;
	background: #AD0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0;
}
.products-list li .thumbnail .sale {
	padding: 0 10px;
	background: #F33;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 0;
}
.product-info {
	margin: 20px 0;
}
.product-info div { display: inline-block; background-image: none !important;padding-left: 10px !important;}
/* Blog List */
.blog-list {
	margin: 40px 0 0 0;
	list-style: none;
}
.blog-list li {
	margin: 0 0 40px 0;
	padding-bottom: 39px;
	border-bottom: 1px dashed #E5E5E5;
}
.blog-list li a {
	color: #0CC;
}
.blog-list li a:hover {
	color: #333;
}
.blog-list li .thumbnail {
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.blog-list li .blog-thumb {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li:hover .blog-thumb {
	opacity: 1;
}
.blog-list li .blog-thumb a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.blog-list li .blog-thumb a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0CC;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.blog-list li .blog-thumb a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.blog-list li h3 a {
	margin-bottom: 15px;
	display: block;
}
.blog-list li .btn {
	padding: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li .btn:hover {
	background: #FC0;
	color: #FFF;
}
/* Media List */
.media-list {
	margin-bottom: 40px;
}
.media-list a {
	color: #0CC;
}
.media-list h4 a:hover {
	color: #333;
}
.media-list .media {
	margin-top: 10px;
}
.media-list .media:first-child {
	margin-top: 0px;
}
.media-list .media.simple {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dotted #CCC;
}
.media-list .media.simple:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.media-list a.thumb, .media-list a.thumb img, .forum-thumb, .forum-thumb img {
	width: 100px;
	height: 100px;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.media-list .media .media a.thumb, .media-list .media .media a.thumb img {
	width: 50px;
	height: 50px;
}
.media-list a.thumb:hover {
	opacity: 0.5;
}
.media-list .media .media-body {
	padding: 19px;
	background: #FFF;
	border: 1px dotted #CCC;
}
.media-list .media .media-body:first-child {
	padding: 20px;
	border: none;
}
.media-list .media.simple .media-body {
	padding: 0px;
	background: none;
	border: none;
}
.media-list .media .media {
	margin-left: 85px;
}
.media-list .media .media:first-child {
	margin-top: 10px;
}
.media-list .media .media .media-body {
	background: #F9F9F9;
}
.media-list .media .media-body h4 {
	margin: 0px 10px 0px 0px;
	width: auto;
	min-height: 20px;
	color: #C06;
	float: left;
}
.media-list .media .media-body p {
	margin-bottom: 0px;
}
.children .media-body .comment-reply-link { display: none;}
.media-list .comment-reply-link,
.media-list .comment-edit-link {
	margin-top: 10px; display: inline-block;
	background: #0CC;padding: 1px 9px; float: right;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	opacity: 0.15;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.media-list .media .media-body .comment-reply-link:hover,
.media-list .media .media-body .comment-edit-link:hover {
	background: #FC0;
}
.media-list .media-body .reply-forum {
	opacity: 0.25;
}
.media-list .media-body:hover .reply-forum {
	opacity: 1;
}
.media-list .media .media-body:hover .comment-reply-link,
.media-list .media .media-body:hover .comment-edit-link {
	opacity: 1;
}
.media-list .media .media-body .comment-reply-link i {
	margin: 2px 5px 3px 0px;
}
.submit-comment input, .submit-comment textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
/* Product Price */
.main-price {
    margin: 20px 0 0 0;
    padding: 9px 0;
    border-top: 1px dashed #E5E5E5;
    border-bottom: 1px dashed #E5E5E5;
    text-align: right;
}
.main-price p {
    font-size: 0px;
    margin: 0px;
    display: inline-block;
}
.main-price .wpsc-product-old-price span {
    text-decoration: line-through;
    font: normal 14px/30px Arial, Helvetica, sans-serif;
    color: #999;
}
.main-price .wpsc-product-price span {
    margin-left: 10px;
    font: normal 26px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #333;
}
.main-rating {
	margin: 20px 0;
	height: 20px;
	color: #CCC;
	text-align: right;
}
.main-rating.review {
	margin: 0;
	text-align: left;
}
.shipping-price {
    font: normal 14px/30px Arial, Helvetica, sans-serif;
    color: #ccc;
    text-align: right;
    margin: 20px 0;
}
/* Review Comment */
.write-review {
	margin-bottom: 0;
}
.write-review input[type=text] {
	padding: 0 9px;
	width: 200px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.write-review textarea {
	margin-bottom: 10px;
	padding: 9px;
	min-width: 200px;
	width: 200px;
	max-width: 200px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.write-review label {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.write-review input[type=radio] {
	margin: 0;
}
.write-review input[type=submit] {
	margin-top: 10px;
	width: 80px;
	height: 30px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.write-review input[type=submit]:hover {
	background: #0CC;
}
.main-rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.main-rating span {
	display: none;
}
.main-rating a {
	margin-left: 20px;
	line-height: 20px;
	color: #CCC;
}
.main-rating a:hover {
	color: #333;
}
/* Input Quantity */
.input-quantity {
	margin: 5px 10px !important;
	width: 48px !important;
	height: 26px !important;
    padding: 0px !important;
	background: #FC0;
	border: none;
	font: normal 12px/38px Arial, Helvetica, sans-serif !important;
    line-height: 10px !important;
	color: #FFF;
	text-align: center;
	float: right;
}
.input-quantity-text {
	line-height: 40px;
	float: right;
}
.btn-add-cart {
	margin-bottom: 40px !important;
	padding: 0 20px !important;
	height: 40px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: normal 16px/40px Roboto Condensed, Arial, Helvetica, sans-serif !important;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn-add-cart:hover {
	background: #333;
	color: #FFF;
}
/* Small Banners */
.banner-small {
	margin-bottom: 40px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.banner-small a, .banner-small a img {
	margin: auto;
	display: block;
}
.banner-small:hover {
	opacity: 0.5;
}
/* Brands */
.brands {
	margin-bottom: 40px;margin-top: 20px;
}
.brands ul {
	margin-bottom: 0;
}
.brands li {
	margin-bottom: 0;
	background: #F9F9F9;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.brands li:hover {
	background: #F0F0F0;
}
.brands li .thumbnail {
	margin: auto;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
/* Table */
.table {
	margin-bottom: 40px;
}
.table th, .table td {
	text-align: right;
	vertical-align: middle;
}
.table th.p-name, .table td.p-name {
	text-align: left;
}
.table th {
	padding: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
.table td {
	padding: 0;
}
.table td a {
	color: #0CC;
}
.table td a:hover {
	color: #333;
}
.table .thumb-cart {
	width: 50px;
	height: 50px;
}
.table .thumb-cart a img {
	width: 50px;
	height: 50px;
}
/* Table Cart */
.main-cart-total ul {
	margin: 0;
	list-style: none;
}
.main-cart-total li {
	color: #999;
	text-align: right;
}
.main-cart-total li span {
	width: 70px;
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.main-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	border-top: 1px solid #CCC;
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.main-cart-total .total span {
	color: #333;
}
.main-checkout .btn {
	margin-bottom: 40px;
	padding: 0;
	width: 140px;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif !important;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.main-checkout .btn-checkout {
	background: #333;
}
.main-checkout .btn:hover {
	background: #0CC;
}
/* Footer */
.footer {
	padding: 39px 0 40px 0;
	border-top: 1px solid #F0F0F0;
}
.footer h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #666;
}
.footer h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer p {
	margin-bottom: 0;
	color: #999;
}
.footer p a {
	color: #0CC;
}
.footer p a:hover {
	color: #333;
}
.footer .footer-contact {
	margin: 0;
	list-style: none;
}
.footer .widget .footer-contact li a {
	color: #0CC ; display: inline-block;
}
.footer .footer-contact li a:hover {
	color: #333;
}
.footer .widget  .footer-contact li i {
	margin: 0 10px 5px 0;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
}
.footer-social a {
	width: 40px;
	height: 40px;
	font-size: 60px;
	line-height: 40px;
	color: rgba(0,0,0,0.1);
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.footer-social a:hover {
	font-size: 24px;
	color: #FFF;
}
.footer-social a.icon-facebook:hover {
	background: #3B5998;
}
.footer-social a.icon-twitter:hover {
	background: #03ABEA;
}
.footer-social a.icon-google-plus:hover {
	background: #D34836;
}
.footer-social a.icon-pinterest:hover {
	background: #C92228;
}
.footer-social a.icon-linkedin:hover {
	background: #4393BB;
}
.footer-links {
	padding-top: 40px;
	background: #F9F9F9 url(../images/bg-line-vert.png) repeat;
}
.footer-links h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #666;
}
.footer-links h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer-links ul {
	margin: 0 0 38px 0;
	padding: 9px 19px;
	border: 1px solid #E5E5E5;
	list-style: none;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.footer-links ul:hover {
	background: rgba(0,0,0,0.01);
}
.footer-links ul li a {
	border-top: 1px solid #E5E5E5;
	line-height: 29px;
	color: #999;
	display: block;
}
.footer-links ul li:first-child a {
	border-top: none;
	line-height: 30px;
}
.footer-links ul li a:hover {
	color: #0CC;
}
/* Copy */
.copy {
	padding: 40px 0;
	background: #F9F9F9 url(../images/bg-line-vert.png) repeat;
}
.copy img {
	margin: 0 auto 20px;
	display: block;
}
.copy p {
	margin-bottom: 0;
	color: #999;
}
.copy p a {
	color: #0CC;
}
.copy p a:hover {
	color: #333;
}
/* Scrollbar */
.nicescroll-rails {
	width: 5px !important;
}
.nicescroll-rails div {
	width: 5px !important;
	background: rgba(0,0,0,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* Change Color */
.colorSw {
	margin-top: -90px;
	width: 30px;
	height: 180px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
}
.colorSw a {
	width: 30px;
	height: 30px;
	color: #666;
	display: block;
}
.colorSw a.change-css-multicolor {
	background: #333;
	color: transparent;
}
.colorSw a.change-css-red {
	background: #F33;
	color: transparent;
}
.colorSw a.change-css-yellow {
	background: #FC0;
	color: transparent;
}
.colorSw a.change-css-green {
	background: #AD0;
	color: transparent;
}
.colorSw a.change-css-blue {
	background: #0CC;
	color: transparent;
}
.colorSw a.change-css-violet {
	background: #B7B;
	color: transparent;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 25px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	margin-right: -25px;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.75);
	line-height: 100px;
}
#toTop i {
	margin: 0;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover i {
	line-height: 100px;
}

/* Desktop large layout */
@media (min-width: 1200px) {
.header-search input[type=text] {
	width: 220px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) {
.header .nav {
	margin-left: 20px;
}
.header-search input[type=text] {
	width: 120px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 30px;
}
.media-gallery li {
	width: 90px;
}
.media-gallery li:first-child {
	width: 200px;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
body {
	padding-right: 20px;
	padding-left: 20px;
}
.row-main {
	margin-left: 0;
}
.header {
	padding: 10px 0;
}
.header .container {
	margin-right: 0;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-cont {
	background: none;
}
.navbar-cont .row {
	margin-left: 0;
}
.navbar-cont .span12 {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	position: inherit;
	float: none
}
.navbar-inner {
	background: #333;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .sub-menu {
	display: none;
}
.navbar-inner .nav li .sub-menu, .navbar-inner .nav li:hover .sub-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .sub-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .sub-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 340px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 3px;
}
.media-gallery li {
	width: 63px;
}
.media-gallery li:first-child {
	width: 146px;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-inner .nav {
	float: none;
}

.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .sub-menu {
	display: none;
}
.navbar-inner .nav li .sub-menu, .navbar-inner .nav li:hover .sub-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .sub-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .sub-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 340px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 160px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
    .navbar-inner .nav li .sub-menu {width: 100%;}
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	margin: 0;
	display: inherit;
}
.header .log-reg {
	display: block;
	float: right;
	clear: both;
}
.header .cart:hover .cart-content {
	right: -20px;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .sub-menu {
	display: none; width: 100%;
}
.navbar-inner .nav li .sub-menu, .navbar-inner .nav li:hover .sub-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .sub-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .sub-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 240px;
}
.header-search input[type=text] {
	width: 180px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 80px;
	height: 80px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}



.shopping-cart-wrapper .shoppingcart { padding: 0px;}
.header .cart .cart-content .mini-cart-info li .pricedisplay {
    color: #0CC;
    text-decoration: none;
}
#widgetshoppingcart h3, .cart_message { display: none !important;}
.shopping-cart-wrapper .remove_button { position: absolute;}

.form-submit #submit {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-submit #submit:hover{
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.left_sidebar .alignright.size-full, .left_sidebar .alignleft.size-full, .left_sidebar .size-full { margin: 20px 20px 20px 0 !important;}
.ad-prev, .ad-next, #single_product_page_container .product_gallery .slide-ctrl, #single_product_page_container .product_gallery .icon_zoom, #single_product_page_container .product_gallery .lazy-load{ display: none !important;}
#single_product_page_container .ad-gallery .ad-image-wrapper {
    margin-bottom: -9px !important;
}

.media-gallery li {
    margin-left: 0;
    padding: 9px;
    border: 1px dotted #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    float: left;
}
#single_product_page_container  .ad-gallery .ad-thumbs li a.ad-active {
    border: 1px solid #E5E5E5 !important;
}
#single_product_page_container .ad-image-wrapper { padding: 0 !important; }
.ad-gallery .ad-image-wrapper { height: 178px !important;}
#single_product_page_container .ad-gallery .ad-thumbs li, #single_product_page_container .ad-gallery .ad-thumbs li a { height: 77px !important; width: 132.32px;}
#single_product_page_container .product_gallery .ad-gallery .ad-thumbs .ad-thumb-list li a div img { width: 100% !important;}
.product_gallery .ad-gallery .ad-thumbs li {border: 1px solid #CCCCCC !important;}
#single_product_page_container .product_gallery .ad-gallery .ad-thumbs li a { border: 0 !important; }
#single_product_page_container .ad-gallery .ad-nav { overflow: hidden; margin-bottom: 0;}

.blog .date { margin: 0px 0px 10px !important;}
.archive .date { margin: 0px 0px 10px !important;}
.search .date { margin: 0px 0px 10px !important;}

.first th { border: 0 !important;}
.table td { position: relative;}
.table tr:hover .remove {display: block;}
.table td img { float: left; margin-left: 10px;}
#checkout_page_container img.product_image { border: 0px !important; background: none !important;}
.wpsc_product_price > .pricedisplay, th cite{ margin-right: 28px; }
.wpsc_product_price .remove {
    position: absolute;
    background: none;
    right: 0;
    border: 0px;
    font-size: 18px !important;
    height: 14px !important;
    margin-top: -12px !important;
    display: none;
}
.wpsc_checkout_table h4 {
    margin: 0 0 30px;
}
.wpsc_email_address_p input[type="text"] {
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
    margin-bottom: 0px;
    margin-top: 14px;
}
.wpsc_checkout_table {
    float: left;
    width: 50%;
    max-width: 90%;
}

.payment_options > .custom_gateway {
    margin-bottom: 20px;
}
.payment_options > .custom_gateway input {
    margin: 0 20px 0 0;
    vertical-align: bottom;
}
.payment_options > .custom_gateway img {
    position: static;
}

#content .wrap { margin-bottom: 50px;}
#content .wrap form table input[type="text"],
#content .wrap form table input[type="email"],
#content .wrap form table input[type="password"],
.wpsc_registration_form input[type="text"],
.wpsc_registration_form input[type="email"],
.wpsc_registration_form input[type="password"],
.wpsc_checkout_table input[type="text"],
.wpsc_checkout_table input[type="email"] {
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
}

/* Transaction Results */
.wpsc-transaction-results-wrap p {
    margin-bottom: 20px;
    color: #666;
}
.wpsc-transaction-results-wrap p:last-child {
    font-weight: bold;
}
.wpsc-purchase-log-transaction-results {
    width: 100%;
    margin-bottom: 40px;
}
.wpsc-purchase-log-transaction-results th,
.wpsc-purchase-log-transaction-results th {
    text-align: left;
}
.wpsc-purchase-log-transaction-results tr {
    border-bottom: 1px solid #CCC;
}
.wpsc-purchase-log-transaction-results th {
    font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #999;
    text-transform: uppercase;
}
.wpsc-purchase-log-transaction-results td {
    font: normal 14px/30px Arial, Helvetica, sans-serif;
    color: #666;
    text-transform: uppercase;
}
.wpsc-purchase-log-transaction-results td:first-child {
    font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
}
/*User Account*/
.logdisplay .date{
    margin:0px;
    padding: 0px;
    background: none;
    display:table-cell;
}
.history {
    padding: 30px 0px;
}
.user-profile-links {
    padding: 20px 0;
    font: 15px 'proxima_nova_rgregular', sans-serif;
    color: #748494;}
.user-profile-links a {
    padding:0px 10px;
    font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #748494;
}
.user-profile-links a:first-child {
    padding-left:0;
}
.user-profile-links a.current {
    color: #999999;
}
.logdisplay,
.customer_details {
    width: 100%;
    border:1px solid #e5e6e9;
}
.logdisplay .status {
    width: 80%;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    border: 0px !important;
    text-align: left;
}
.logdisplay tr {
    text-align: center;
    font: 14px 'proxima_nova_rgregular', sans-serif;
    color: #697077;
    border-bottom: 1px solid #e5e6e9 !important;
    line-height: 50px;
}
.logdisplay th,
.logdisplay td {
    font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #697077;
    border-left: 1px solid #e5e6e9 !important;
    border-right: 1px solid #e5e6e9 !important;
    line-height: 36px;
}
.processed a img {
    padding-right: 10px;
    vertical-align: 1px;
}
.processed a span {
    font-weight: normal;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    color: #0CC;
}
.details .logdisplay tr:last-child td {
    border: 0px !important;
    line-height: 40px;
}
.customer_details td {
    text-align: left;
    padding-left: 20px;
}
/*.history {*/
    /*font: 14px 'proxima_nova_rgregular', sans-serif;*/
    /*color: #92989e;*/
/*}*/
/*.history p {*/
    /*font: 14px 'proxima_nova_rgregular', sans-serif;*/
    /*color: #92989e;*/
/*}*/
/*.history {*/
    /*color: #92989e;*/
/*}*/
/*.history form {*/
    /*width: 40%;*/
/*}*/
/*.history form table {*/
    /*width: 100%;*/
/*}*/
/*.history form table textarea {*/
    /*resize:none;*/
    /*font: 14px 'proxima_nova_rgregular', sans-serif;*/
    /*color: #92989e;*/
    /*width: 80%;*/
    /*height: 70px;*/
/*}*/
/*.history form table td {*/
    /*display: block;*/
    /*font: 14px 'proxima_nova_rgregular', sans-serif;*/
    /*color: #92989e;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.history form table input[type="submit"]{*/
    /*background: #01bcf1;*/
    /*border: 0px;*/
    /*font: 15px 'proxima_novasemibold', sans-serif;*/
    /*color: #ffffff;*/
    /*padding: 12px 24px;*/
    /*border-radius: 3px;*/
    /*display: inline-block;*/
/*}*/
/*User Account*/
.wpsc-user-account table strong {
    text-transform: uppercase;
    margin: 10px 0 30px;
    display: block;
    font-size: 14px;
}



.single-wpsc-product .crumb_wrap {display: none}

#content .single_product_display .select-option fieldset, #content .single_product_display .select-option fieldset {
    margin: 0 0 20px 0 !important;
    padding-bottom: 19px !important;
    border-bottom: 1px dashed #E5E5E5 !important;
}

#single-post {
    margin: 0 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #E5E5E5;
}
#single-post .blog-list li {
    margin: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #E5E5E5;
}
#single-post h1, #single-post h2, #single-post h3, #single-post h4, #single-post h5, #single-post h6 {
    margin-bottom: 40px;
}
#single-post p { margin: 0 0 20px; }

.single-wpsc-product #content .span12 > .breadcrumb,
.single-wpsc-product #content .span12 > h1,
.single-wpsc-product #content .span12 > .small-desc {
    display: none;
}


.default_prod .thumbnails li {padding: 0px !important;}
.shipping_region  {margin-top:-10px !important; margin-left:8px !important;margin-right: 3px !important;}
.logdisplay  strong{display: inline !important;}

.edit_page_accont table {width: 45%; float: left;}
.edit_page_accont .one_table_acc {margin-right: 5%;}

.edit_page_accont table { text-align: left; border: 0px;}
.edit_page_accont table tr{ text-align: left; border: 0px;}
.edit_page_accont table td{ text-align: left; border: 0px;}
.edit_page_accont table th{ text-align: left; border: 0px;}

.edit_page_accont table input[]
#content .edit_page_accont table  input[type="text"], #content .edit_page_accont table  input[type="email"], #content .edit_page_accont table  input[type="password"], .edit_page_accont table  input[type="text"], .edit_page_accont table  input[type="email"], .edit_page_accont table  textarea{
border-color: #E5E5E5;
border-radius: 0;
box-shadow: none;
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #666;
}

.edit_page_accont h4 { margin-bottom:15px;}
.edit_page_accont table  input[type="submit"] {margin-top:30px;margin-bottom: 30px;}
.edit_page_accont table .shipping_region {
margin-top: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}