@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);

html {
	#background: url(images/backgroundtile.png) fixed;
	background: #a3caeb;
}

body {
	background: url(images/background.png) top center no-repeat;
	font-size: 13px;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	color: #000;
	text-align: center;
	padding: 0;
	line-height: 1.2;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-size: 24px;
	color: #777;
	padding: 0;
	margin: 0 0 15px 0;
}

a {
	color: #777;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#topheader {
	background: #fff url(images/topheaderbg.png);
	color: #111;
	height: 15px;
	padding: 6px 0 7px 0;
}

#topheader .left {
	height: 20px;
	float: left;
}

#topheader .right {
	height: 20px;
	float: right;
}

#topheader a {
	color: #cc333f;
	text-decoration: none;
}

#topheader a.cart {
	color: #111;
}

#topheader a.cart span {
	color: #cc333f;
}

#header {
	height: 120px;
}

#header .logo {
	width: 278px;
	height: 51px;
	padding: 15px 0 14px 0;
}

#header .adspace {
	width: 468px;
	height: 60px;
	padding: 10px 0;
	float: right;
}

#header .links {
	width: 235px;
	height: 40px;
	padding: 20px 0;
	float: right;
}

#header .links div {
	margin-left: 10px;
	float: left;
}

#header .links a img {
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#header .links a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header .search {
	margin: 15px 40px 0 0;
	float: right;
}

#header .search input[type='text'] {
	background: #fff;
	width: 170px;
	font-size: 13px;
	color: #555;
	padding: 8px;
	border: 1px solid #bacfd1;
	border-radius: 3px;
	outline: 0;
	box-shadow: 1px 1px rgba(255,255,255,.4);
	float: left;
}

#header .search input[type='text']:focus {
	border-color: #80adb1;
	box-shadow: 1px 1px rgba(255,255,255,.6);
}

#header .search input[type='submit'] {
	background: url(images/search.png) no-repeat;
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	margin-top: 2px;
	border: 0;
	float: left;
	cursor: pointer;
	opacity: 0.8;
}

#nav {
	background: url(images/white50.png);
	height: 40px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav ul li {
	float: left;
	list-style-type: none;
}

#nav a {
	background: url(images/navbg.png) top right no-repeat;
	display: block;
	height: 15px;
	font-size: 13px;
	color: #555;
	text-decoration: none;
	padding: 12px 11px 13px 10px;
	cursor: pointer;
}

#nav a:hover {
	color: #4783bc;
}

#nav a.new {
	background-image: url(images/navbg_new.png);
	color: #d14f00;
	text-shadow: 0 0 5px #fff;
}

#nav li.last a {
	background: none;
}

#nav ul li ul.subNav { display: none;}
#nav ul li ul.subNav li { float: none; }
#nav ul li ul.subNav li a { padding: 0px; margin: 0px; }

#nav ul li:hover ul.subNav {
	z-index: 1000;
	display: block;
	position: absolute;
	padding-top: 5px;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    3px 3px 3px #c6c6c6;
	-webkit-box-shadow: 3px 3px 3px #c6c6c6;
	box-shadow:         3px 3px 3px #c6c6c6;
}
#nav ul li:hover ul.subNav li a {
	display: block;
	padding: 0px 30px 8px 8px;
	background: none;
	height: auto;
	line-height: 15px;
}

#nav ul.subNav li ul.subSubNav { display: none;}
#nav ul.subNav li ul.subSubNav li { float: none; }
#nav ul.subNav li ul.subSubNav li a { padding: 0px; margin: 0px; }

#nav ul.subNav li:hover ul.subSubNav {
	z-index: 2000;
	display: block;
	position: absolute;
	margin-top: -6px;
	margin-left: 90px;
	padding-bottom:4px;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    3px 3px 6px #c6c6c6;
	-webkit-box-shadow: 3px 3px 6px #c6c6c6;
	box-shadow:         3px 3px 6px #c6c6c6;
}
#nav ul.subNav li:hover ul.subSubNav li a {
	display: block;
	padding: 4px 30px 4px 8px;
	background: none;
	height: auto;
	line-height: 15px;
	width:150px;
}

#maincontent {
	padding: 20px 0 0 0;
}

.ftd-item {
	width: 200px;
}

.ftd-item a {
	background: #fff url(images/ftd-top.png) no-repeat 0 128px !important;
	display: block;
	height: 250px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
	padding: 0 !important;
	font-weight: normal !important;
}

.ftd-item .imgcrop {
	background-position: center center;
	background-size: cover;
	height: 120px;
	border: 1px solid #ccc;
}

.ftd-item .itemtitle {
	height: 60px;
	font-size: 15px;
	text-align: left;
	line-height: 1.4;
	padding: 23px 0 0 0;
	float: left;
	overflow: hidden;
}

.ftd-item .buy {
	width: 200px;
	text-align: center;
	margin: 10px 0 0 0;
}

.ftd-item .price {
	font-size: 28px;
	color: #ce333f;
}

.ftd-item .details {
	background-color: #4783bc;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	transition: background-color .1s;
	-webkit-transition: background-color .1s;
}

.ftd-item .details:hover {
	background-color: #3e77ae;
	transition: background-color .1s;
	-webkit-transition: background-color .1s;
}

.sidebar {
	background: #fff;
	width: 200px;
	padding: 10px 9px 10px 10px;
	margin: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
}

#item .sidebar,
#page .sidebar {
	padding: 10px !important;
	margin: 0 30px 0 0 !important;
	border: 0 !important;
}

#page .sidebar.right_sidebar {
	margin: 0 0 0 30px !important;
}

.sidebar .head {
	background: #eee;
	font-weight: bold;
	color: #555;
	padding: 6px;
	margin: 0 0 3px 0;
}

.sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sidebar li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sidebar li a {
	display: block;
	text-decoration: none;
	padding: 4px;
}

.sidebar li a:hover {
	color: #4783bc;
}

.sidebar li.active a {
	background: #eee;
	color: #cc333f;
	padding: 6px;
}

.sidebar li li a {
	background: #fff !important;
	font-size: 0.9em;
	color: #999 !important;
	padding: 4px 18px !important;
}

.sidebar li li a:hover {
	color: #777 !important;
}

.sidebar .price {
	width: 198px;
	margin: 0 1px;
}

.sidebar .price a {
	display: block;
	width: 66px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 4px 0;
	float: left;
	transition: background .05s;
}

.sidebar .price a:hover {
	transition: background .15s;
}

.sidebar .price a.ten {
	background: #646464;
}

.sidebar .price a.ten:hover,
.sidebar .price a.ten.active {
	background: #59ae00;
}

.sidebar .price a.twenty {
	background: #767676;
}

.sidebar .price a.twenty:hover,
.sidebar .price a.twenty.active {
	background: #4783bc;
}

.sidebar .price a.fifty {
	background: #979797;
}

.sidebar .price a.fifty:hover,
.sidebar .price a.fifty.active {
	background: #ef8514;
}

.sidebar .price span {
	display: block;
	font-size: 15px;
}

.sidebar li.more a {
	background: none !important;
	font-size: 0.8em;
	color: #4783bc;
	text-align: right;
}

.sidebar .spacer {
	background: #ddd;
	height: 1px;
	margin: 3px 0;
}

.sidebar .ad {
	background: url(images/advertisement_sky.png) no-repeat;
	width: 160px;
	height: 600px;
	padding: 20px;
	margin: 25px 0 0 0;
}

#item .item,
#category .group,
#checkout .cart,
#myaccount .content,
#page .content {
	background: #fff;
	width: 720px;
	padding: 10px;
	float: left;
}
#checkout .cart{
	width: 940px;
}
#myaccount .content{
	width: 920px;
	padding: 20px;
}

#page .content.middle_content {
	width: 440px !important;
}

#item .item,
#page .content {
	width: 690px !important;
}

#item .item .head {
	clear: both;
	background: #eee;
	font-weight: bold;
	font-size: 15px;
	padding: 6px;
	margin: 15px 0 10px 0;
}

#item .item .img_vid {
	width: 334px;
	margin: 0 20px 0 0;
	float: left;
}

#item .item .img_vid .main {
	width: 320px;
	height: 320px;
	padding: 6px;
	border: 1px solid #ddd;
	overflow: hidden;
}

#item .item .img_vid .main a img {
	width: 320px;
	height: 320px;
}

#item .item .img_vid ul.ui-tabs-nav,
#item .item .images ul.ui-tabs-nav {
	width: 334px;
	height: 52px;
	padding: 0;
	margin: 8px 0 0 0;
	list-style: none;
}

#item .item .img_vid li,
#item .item .images li {
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 6px 0 0;
	float: left;
}

#item .item .img_vid li a img,
#item .item .images li a img {
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
}

#item .item .img_vid .ui-tabs-selected a img,
#item .item .images .ui-tabs-selected a img {
	border-color: #cc333f;
}

#item .item .img_vid .ui-tabs-hide,
#item .item .images .ui-tabs-hide { 
	display: none; 
}

#item .item .images {
	display: none;
}

#item .item .related-items .single {
	margin: 0 0 10px 0;
}

#item .item .related-items .single a {
	display: block;
	height: 80px;
	color: #444;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #ddd;
}

#item .item .related-items .single .price {
	font-size: 15px;
	color: #4783bc;
}

#item .item .related-items .single .add {
	background: #ef8514;
	font-size: 11px;
	color: #fff;
	padding: 5px 8px;
	margin: 12px 0 0 0;
	border-radius: 2px;
	float: right;
}

#item .item .related-items .single img {
	width: 80px;
	height: 80px;
	padding: 0 4px 0 0;
	float: left;
}

#item .item .related-items a.loadmore {
	background-color: #ef8514;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin: 10px 30px;
	cursor:pointer;
	border-radius: 3px;
}

#item .permalink,
.featured .permalink {
	font-size: 12px;
	color: #777;
	text-align: center;
	margin: 15px 0 0 0;
}

#item .item .info {
	width: 336px;
	float: left;
}

#item .item .info h3 {
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px 0;
}
#item .item .info .subtitle {
	background: #e5e5e5;
	font-size: 15px;
	color: #111;
	text-align: center;
	padding: 4px;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#item .item .info h4 {
	font-weight: normal;
	font-size: 16px;
	color: #888;
	padding: 0;
	margin: 15px 0 0 0;
}

#item .item .info .retail_save {
	height: 20px;
	font-size: 12px;
	color: #777;
	text-align: center;
}

#item .item .info .retail_save div {
	width: 50%;
	float: left;
}

#item .item .info .retail_save span {
	font-weight: bold;
	padding: 0 4px 0 0;
}

#item .item .info .buy {
	width: 160px !important;
	padding: 0 !important;
}

#item .item .info .price {
	font-weight: bold;
	font-size: 36px;
	color: #cc333f;
}

#item .item .info .specs {
	font-size: 12px;
	color: #333;
	padding: 5px 0;
}

#item .item .info .specs select,
#item .item .info .specs option {
	font-size: 11px;
	padding: 6px;
}

#item .stocknotif {
	background: #eee;
	font-size: 12px;
	color: #777;
	padding: 4px;
	margin: 20px 0 0 0;
	clear: both;
}

#item .stocknotif.popup,
.item .stocknotif.popup {
	display: none;
}

#item .stocknotif input[type="submit"] {
	background: #4783bc;
	display: block;
	font-family: Open Sans;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	padding: 6px 8px;
	border: 0;
	border-radius: 2px;
	float: right;
	cursor: pointer;
	transition: background .2s;
}
#item .stocknotif abr{
	cursor: pointer;
}
#item .stocknotif input[type="text"]{
	width: 162px;
	color:#4783bc;
	font-size:11px;
}
#item .stocknotif input[type="submit"]:hover {
	background: #3e77ae;
	transition: background .2s;
}

#item .item .info .social,
.featured .social {
	height: 24px;
	padding: 10px 0;
}

#item .item .info .social {
	padding: 0;
}

#item .item .info .social .fb,
#item .item .info .social .pinterest,
#item .item .info .social .twitter,
#item .item .info .social .plusone,
.featured .social .fb,
.featured .social .pinterest,
.featured .social .twitter,
.featured .social .plusone {
	float: left;
}

#item .item .info .social .fb,
.featured .social .fb {
	width: 85px;
	height: 20px;
	margin-top: 2px;
}

#item .item .info .social .pinterest,
.featured .social .pinterest {
	width: 80px;
	height: 21px;
	margin-top: 2px;
}

#item .item .info .social .twitter,
.featured .social .twitter {
	width: 95px;
	height: 20px;
	margin-top: 2px;
}

#item .item .info .social .plusone,
.featured .social .plusone {
	width: 70px;
	height: 24px;
}

#item .item .info .tags,
.featured .tags {
	height: 24px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

#item .item .info .tags li,
.featured .tags li {
	font-size: 12px;
	color: #555;
	margin: 0 4px 0 0;
	float: left;
	list-style-type: none;
}

#item .item .info .tags a,
.featured .tags a {
	color: #4783bc;
	padding: 3px;
}

#item .item .info .desc {
	font-size: 13px;
	line-height: 1.6;
}

#item .detabs {
	display: none;
	height: 30px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}

#item .detabs ul,
#item .detabs li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#item .detabs li {
	float: left;
}

#item .detabs a {
	background: #ddd;
	display: block;
	height: 15px;
	color: #555;
	text-decoration: none;
	padding: 8px 12px;
}

#item .detabs .ui-tabs-selected a {
	background: #ef8514;
	color: #fff;
}

#item .tab-content #details {
	display: none;
}

#item .tab-content #details {
	color: #555;
	line-height: 1.6;
	overflow: auto;
}

#item .tab-content #details p {
	padding: 0 0 10px 0;
	margin: 0;
}

#item .adspot300 {
	background: url(images/advertisement.png) no-repeat;
	padding: 10px 5px 5px 5px;
	margin: 20px 13px 0 13px;
}

#slides .slides_container {
	display: none;
	width: 960px;
	height: 400px;
	z-index: 90;
}

#slides .slide {
	display: block;
	width: 960px;
	height: 400px;
	z-index: 90;
	left: 960px !important;
}

#slides .pagination {
	display: none;
}

#slides .slides_control {
	height: 0px !important;
	z-index: 90;
	left: -960px !important;
}

#slides a.prev {
	background: url(images/slider-arrows.png) 0px 0px no-repeat;
	display: block;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	float: left;
	position: relative;
	top: -225px;
	left: -26px;
	z-index: 101;
	transition: left .1s;
}

#slides a.next {
	background: url(images/slider-arrows.png) -52px 0px no-repeat;
	display: block;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: -225px;
	right: -26px;
	z-index: 101;
	transition: right .1s;
}

#slides a.prev:hover {
	left: -30px;
	transition: left .2s;
}

#slides a.next:hover {
	right: -30px;
	transition: right .2s;
}

.slider {
	background: url(images/sliderbg.png) bottom center no-repeat;
	height: 400px;
	padding: 0 0 25px 0;
	z-index: 90;
}

.slider .slide a {
	display: block;
	height: 400px;
	text-indent: -9999px;
	z-index: 90;
}

.slider-banner {
	height: 0px;
	z-index: 100;
}

.slider-banner .banner-container {
	background: url(images/sliderbanner.png) no-repeat;
	width: 259px;
	height: 270px;
	text-align: center;
	position: relative;
	top: -452px;
	left: 50px;
	padding: 130px 0 0 0;
	z-index: 100;
}

.slider-banner a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px rgba(0,0,0,.5);
	padding: 6px 0;
	margin: 0 30px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.slider-banner a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider .slide {
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
}

.bannertop {
	padding: 10px 0 0 0;
	margin: 0 0 -10px 0;
}

.ad160 {
	width: 160px;
	height: 600px;
	margin: 0 0 0 20px;
	float: right;
}

.featured {
	background: #fff;
	width: 774px;
	padding: 3px;
	margin: 0 0 20px 0;
}

.featured #imageslider {
	width: 400px;
	float: left;
}

.featured .img {
	width: 398px;
	height: 398px;
	line-height: 30;
	text-align: center;
	overflow: hidden;
	border: 1px solid #fff;
}

.featured .img img,
.featured .img a img {
	max-width: 400px;
	max-height: 400px;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

.featured .infotop {
	padding: 10px 10px 0 10px;
}

.featured .info {
	width: 354px;
	padding: 0 10px 10px 10px;
	float: right;
}

.featured h3 {
	font-size: 28px;
	color: #555;
	padding: 0;
	margin: 0 0 10px 0;
}

.featured h4 {
	background: #fff;
	font-weight: normal;
	font-size: 16px;
	color: #888;
	padding: 0;
	margin: 15px 0 0 0;
}

.featured .subtitle {
	background: #e5e5e5;
	width: 344px;
	font-size: 15px;
	color: #111;
	text-align: center;
	padding: 4px;
	margin: 0 0 10px 0;
	float: right;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.featured .promoIcons {
	width: 100px;
	height: 0;
	position: relative;
	top: -399px;
	left: 1px;
}
#item .promoIcons {
	width: 100px;
	height: 0;
	position: relative;
	top: -327px;
	left: 7px;
}
.promoIcons .icon span {
	background: url(images/icons/tags.png) no-repeat;
	display: block;
	height: 33px;
	text-indent: -9999px;
}

.promoIcons .icon.new span {
	background-position: 0px 0px;
}

.promoIcons .icon.soldout span {
	background-position: 0px -33px;
}

.promoIcons .icon.freeship span {
	background-position: 0px -66px;
}

.promoIcons .icon.insanedeal span {
	background-position: 0px -99px;
}

.promoIcons .icon.aso span {
	background-position: 0px -132px;
}

.promoIcons .icon.bulk span {
	background-position: 0px -165px;
}

.promoIcons .icon.oneleft span {
	background-position: -100px 0px;
}

.promoIcons .icon.twoleft span {
	background-position: -100px -33px;
}

.promoIcons .icon.threeleft span {
	background-position: -100px -66px;
}

.promoIcons .icon.fourleft span {
	background-position: -100px -99px;
}

.promoIcons .icon.fiveleft span {
	background-position: -100px -132px;
}
.promoIcons .icon.featured_ico span {
	background-position: -100px -165px;
}

.featured .info .left {
	width: 200px;
	margin: 0 14px 0 0;
	float: left;
}

.featured .video {
	width: 240px;
	height: 160px;
	margin: 25px 0 0 0;
}

.featured .video .title {
	font-weight: bold;
	font-size: 15px;
	color: #4783bc;
	text-align: center;
	margin: 15px 0 0 0;
}

.featured .video-container {
	height: 136px;
	padding: 5px 0 0 0;
}

.featured .video .vidbg {
	background-size: cover;
	background-position: center center;
	background-color: #000;
	width: 240px;
	height: 136px;
}

.featured .video .vidbg a {
	background: url(images/vidplay.png) 0px 0px no-repeat;
	display: block;
	height: 136px;
	text-indent: -9999px;
}

.featured .video .vidbg a:hover {
	background-position: 0px -136px;
}

.featured .info .price {
	font-size: 44px;
	color: #cc333f;
}

.featured .info .specs {
	font-size: 12px;
	color: #333;
	padding: 5px 0;
}

.featured .info .specs select,
.featured .info .specs option {
	font-size: 11px;
	padding: 6px;
}

.info .qty-dsc {
	height: 16px;
	margin: 0 0 15px 0;
}

.info .qty-dsc .link span {
	font-size: 12px;
	color: #4783bc;
	text-decoration: underline;
	cursor: pointer;
}

.info .qty-dsc .link:hover span {
	text-decoration: none;
}

.info .qty-dsc .link .hover {
	display: none;
	height: 0;
	position: relative;
	top: -16px;
	left: 100px;
}

.info .qty-dsc .link:hover .hover {
	display: block;
}

.info .qty-dsc .link .hover span {
	background: url(images/black75.png);
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	padding: 8px;
	cursor: pointer;
}

.featured .retail_save {
	height: 20px;
	font-size: 12px;
	color: #777;
	text-align: center;
}

.featured .retail_save div {
	width: 50%;
	float: left;
}

.featured .retail_save span {
	font-weight: bold;
	padding: 0 4px 0 0;
}

.featured .info .proddesc {
}

.featured .info .desc {
	width: 354px;
	height: 100px;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
}

.featured .info .desc p {
	padding: 0;
	margin: 0;
}

.featured .info .desc h1,
.featured .info .desc h2,
.featured .info .desc h3 {
	display: none;
}

.featured .info .desc-grad {
	background: url(images/prod-desc.png) repeat-x;
	width: 354px;
	height: 38px;
	position: relative;
	top: -38px;
}

.featured .info .desc-link {
	margin-top: -35px;
}

.featured .info .desc-link a {
	font-size: 11px;
	color: #4783bc;
	text-decoration: none;
}

.featured .info .desc-link a:hover {
	text-decoration: underline;
}

.featured .sep {
	background: #d5d5d5;
	height: 1px;
	margin: 10px 0 0 0;
}

.featured .tag_social {
	height: 25px;
}

.featured .tags {
	width: 390px;
	float: left;
	border: none !important;
}

.featured .social {
	margin: 0 0 0px 0px;
}

.featured #imageslider ul.ui-tabs-nav {
	padding: 5px;
	float: left;
	margin: 0;
	list-style-type: none;
	width: 380px;
}

.featured #imageslider h4 {
	padding: 0 0 0 6px;
}

.featured #imageslider ul.ui-tabs-nav li{
	display: block;
	width: 68px;
	height: 68px;
	margin: 3px;
	float: left;
}

.featured #imageslider ul.ui-tabs-nav li a img {
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
}

.featured #imageslider ul.ui-tabs-nav li.ui-tabs-selected a img {
	border-color: #cc333f;
}

.featured #imageslider .ui-tabs-hide { 
	display: none; 
}

.ftd-top {
	height: 120px;
	margin-top: 20px;
}

.ftd-top a.block {
	background: #fff url(images/ftd-top.png) no-repeat 270px 10px !important;
	display: block;
	width: 960px;
	height: 120px !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
	padding: 0 !important;
	font-weight: normal !important;
}

.ftd-top .imgcrop {
	background-position: center center;
	background-size: cover;
	width: 246px;
	height: 116px;
	float: left;
	border: 2px solid #fff;
}

.ftd-top .itemtitle {
	width: 500px;
	height: 87px;
	font-size: 24px;
	text-align: left;
	padding: 26px 0 0 20px;
	float: left;
	overflow: hidden;
}

.ftd-top .buy {
	text-align: center;
	margin: 10px 0 0 0;
	float: left;
}

.ftd-top .price {
	display: block;
	font-size: 28px;
	color: #ce333f;
}

.ftd-top .details {
	display: block;
	background-color: #4783bc;
	color: #fff;
	padding: 10px 0;
	margin: 10px 10px;
	border-radius: 3px;
	transition: background-color .1s;
	-webkit-transition: background-color .1s;
}

.ftd-top .details:hover {
	background-color: #3e77ae;
	transition: background-color .1s;
	-webkit-transition: background-color .1s;
}

.group {
	background: #fff;
	margin: 0 0 30px 0;
}

.group h3 {
	text-align: center;
	z-index: 96;
}

.group h3 a {
	display: block;
	width: 57px;
	height: 25px;
	position: relative;
	top: -17px;
	left: 885px;
}

.group .viewmore {
	height: 46px;
	margin: 10px auto 0 auto;
}

.group .viewmore a {
	background: #4783bc;
	display: block;
	width: 250px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 3px;
	transition: background .15s;
}

.group .viewmore a:hover {
	background: #3b72a6;
	transition: background .2s;
}

#newest.group {
	padding-top: 3px;
}

#popular.group h3 {
	background: url(images/headers.png) 0px -50px no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#cats.group h3 {
	background: url(images/header_categories.jpg) 0px 0px no-repeat;
	height: 40px;
	color:#fff;
	text-align: left;
	font-size:35px;
	padding: 20px 20px 20px 40px;
	text-shadow: 2px 2px #cc333f;
}
#newest.group .single-ftd {
    float: right;
}

#popular.group .single-ftd {
    float: left;
}

#cats.group .single-ftd {
    float: right;
}

ul.sortby {
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	float: right;
}

ul.sortby li {
	margin: 0 2px;
	float: left;
}

ul.sortby li a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 3px 4px;
}

ul.sortby li a:hover {
	text-decoration: underline;
}

ul.sortby li.current a {
	background: #4783bc;
	color: #fff;
	text-decoration: none !important;
}

ul.sortby li.title {
	font-weight: bold;
	padding: 3px 0;
}

ul.sortby li.all a {
	background: #5cac15;
	color: #fff;
	text-decoration: none !important;
	margin-left: 20px;
}

.cat-top ul.sortby {
	margin: 20px 0;
}
.group-header {
	height: 80px;
}
.group .catimg {
	width: 720px;
	margin: 0 0 10px 0;
	float: left;
}
.group .cat-top .catimg {
	width: 450px;
	height: 60px;
}

.group .single {
	width: 234px;
	height: 234px;
	text-align: center;
	padding: 3px;
	float: left;
	z-index: 96;
}

.group .single-ftd {
	width: 474px;
	height: 474px;
}

.group .single a {
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.group .single-ftd a {
    font-size: 16px;
}

.group .single a img {
	width: 234px;
	height: 234px;
	margin: 0 auto;
	z-index: 96;
}

.group .single-ftd a img {
    width: 474px;
    height: 474px;
}

/* switch images on featured box onhover */

.group .single-ftd .alt-image {
    display: none;
    margin-top: -478px;
}

.group .single-ftd .alt-image {
    display: block;
    opacity: 0;
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

.group .single-ftd:hover .alt-image {
    opacity: 1;
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

/* end switch images */

.group .single .info {
	height: 0;
	position: relative;
	top: -47px;
	z-index: 97;
	opacity: 1;
}

.group .single-ftd .info {
    top: -58px;
}

.group .single .info-container {
	background: url(images/white90.png);
	height: 28px;
	text-align: left;
	padding: 8px;
	overflow: hidden;
}

.group .single-ftd .info-container {
    height: 38px;
}

.group .single .info .title {
	height: 28px;
	color: #555;
	overflow: hidden;
}

.group .single-ftd .info .title {
    height: 38px;
}

.group .single .info .price {
	font-size: 18px;
	font-weight: bold;
	color: #cc333f;
	text-align: right;
	padding-left: 6px;
	float: right;
}

.group .single-ftd .info .price {
    font-size: 24px;
}

.group .single:hover .info {
	opacity: 0;
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

.group .single .hover {
	height: 0;
	position: relative;
	top: -237px;
	opacity: 0;
}

.group .single-ftd .hover {
    top: -173px;
}

.group .single:hover .hover {
	opacity: 1;
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

.group .single .hover-container {
	background: url(images/white75.png);
	height: 214px;
	text-align: left;
	padding: 10px;
}

.group .single-ftd .hover-container {
	background: url(images/white90.png);
    height: 150px;
}

.group .single .hover .price {
	font-size: 30px;
	color: #cc333f;
	margin: 0 0 10px 0;
}

.group .single .hover .title {
	font-size: 16px;
	color: #333;
}

.group .single .quick-view {
	height: 0;
	position: relative;
	top: -60px;
	z-index: 98;
	opacity: 0;
}

.group .single:hover .quick-view {
	opacity: 1;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.group .single .quick-view a {
	background: #fff;
	display: block;
	width: 160px;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #5cac15;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 auto;
	transition: background .05s, color .05s;
	-webkit-transition: background .05s, color .05s;
}

.group .single .quick-view a.req {
	font-size: 13px;
}

.group .single .quick-view a:hover {
	background: #5cac15;
	color: #fff;
	transition: background .2s, color .2s;
	-webkit-transition: background .2s, color .2s;
}

.group .single .icon {
	width: 113px;
	height: 32px;
	margin: -241px 0 0 4px;
	z-index: 99 !important;
}

.group .single-ftd .icon {
    margin-top: -481px;
}



#category h1 {
	background: url(images/e5e5e5.png) center center repeat-x;
    font-weight: normal;
    font-size: 24px;	
    text-align: center;
}
h1 span {
	background: #fff;
	padding: 0 15px;
}
#category h3 {
	background: url(images/e5e5e5.png) center center repeat-x;
	text-align: center;
}

#checkout h3,
#checkout_confirm h3,
#page h3 {
	color: #000;
}

h3 span {
	background: #fff;
	padding: 0 15px;
}

h3 span span {
	color: #000;
	padding: 0;
}

#page table h2 {
	font-weight: normal;
	color: #4783bc;
}



.carthelp {
	font-size: 12px;
	color: #777;
	padding: 6px 0 0 0;
	float: right;
}

.useractions {
	width: 260px;
	margin: 0 0 0 20px;
	float: right;
}

#checkout_confirm {
	background: #fff;
	padding: 10px;
}




.faq p, .faq li {
	line-height: 1.5;
}

.faq h1 {
	font-weight: normal;
	font-size: 22px;
	color: #ef8514;
}

.faq h2 {
	font-weight: normal;
	font-size: 18px;
	color: #587ea2;
}




.subscribe {
	background: url(images/ccc.png) 0 14px repeat-x;
	width: 700px;
	text-align: center;
	margin: 0 auto 30px auto;
}

.subscribe h3 {
	display: inline;
	font-size: 24px;
	color: #cc333f;
	padding: 0 10px;
	margin: 0;
}

.subscribe p {
	font-size: 14px;
	color: #222;
	padding: 8px 0;
	margin: 0;
}

.subscribe .newsletter {
	background: #fff;
	width: 180px;
	font-size: 14px;
	color: #555;
	padding: 6px;
	border: 1px solid #999;
	border-radius: 3px;
	outline: 0;
}

.subscribe .newsletter:focus {
	color: #222;
	border-color: #555;
}

.subscribe .submitnewsletter {
	background: #4783bc;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 6px 10px;
	border: 1px solid #3b72a6;
	border-radius: 3px;
	cursor: pointer;
	transition: background .15s;
}

.subscribe .submitnewsletter:hover {
	background: #3b72a6;
	transition: background .2s;
}




#footer {
	background: url(images/white75.png);
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 2px solid #6e9abf;
}

#footer .categories,
#footer .footer {
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

#footer .col.col4 {
	width: 240px;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	float: left;
}

#footer .col.col7 {
	width: 137px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
	float: left;
}

#footer .col .head a {
	font-weight: bold;
	color: #666;
}

#footer .col a {
	text-decoration: none;
}

#footer .col a:hover {
	text-decoration: underline;
}

#footer .social a {
	background-color: #202020;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 6px 0 0;
	float: left;
	border-radius: 2px;
	transition: background-color .1s;
	-webkit-transition: background-color .1s;
}

#footer .social a:hover {
	transition: background-color .1s;
	-webkit-transition:background-color .1s;
}

#footer .social a.fb {
	background-image: url(images/icon_fb.png);
}

#footer .social a.fb:hover {
	background-color: #3350ae;
}

#footer .social a.twitter {
	background-image: url(images/icon_twitter.png);
}

#footer .social a.twitter:hover {
	background-color: #00c4fc;
}

#footer .social a.pinterest {
	background-image: url(images/icon_pinterest.png);
}

#footer .social a.pinterest:hover {
	background-color: #cb1d24;
}

#footer .bottom {
	background: url(images/footer.png) top center repeat-x;
	height: 14px;
	font-size: 12px;
	color: #777;
	text-align: center;
	padding: 47px 0 13px 0;
	cursor: default;
}




.buy {
	width: 160px;
	height: 50px;
	padding: 5px 0 0 0;
	float: right;
}

.buy a {
	background: #5cac15;
	display: block;
	height: 21px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	transition: background .15s;
	-webkit-transition: background .15s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.buy a:hover {
	background: #4b910d;
	transition: background .25s;
	-webkit-transition: background .25s;
}

.buy a.buy-now_so {
	background: #be1e1e;
}

.buy a.buy-now_aso {
	height: 31px;
	padding: 10px 0;
}

.buy a.buy-now_aso span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}


#subscribe-popup {
	background: url(images/white50.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#subscribe-popup .container {
	width: 500px !important;
	height: 250px !important;
	margin: 17% auto !important;
	border: 10px solid #777;
}

#subscribe-popup .close {
	width: 40px;
	height: 40px;
	text-align: right;
	margin: 0 auto;
	left:255px;
	z-index: 1000;
	position: relative;
	top: -555px;
}
#subscribe-popup #xsubscribe{
	height:40px;
	width:40px;
}
#subscribe-popup #xsubscribe img {
	cursor: pointer;
}

button,
input,
select {
	outline: 0;
}







.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}





/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity:0.4!important; filter:alpha(opacity=40)!important;}
#colorbox{border:1px solid #777;box-shadow:3px 3px 20px rgba(0,0,0,.5);}
    #cboxTopLeft{width:14px; height:14px; background:url(images/cbox/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/cbox/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/cbox/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:34px; background:url(images/cbox/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:34px; background:url(images/cbox/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:34px; background:url(images/cbox/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/cbox/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/cbox/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/cbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/cbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font:bold 14px Arial; color:#333333;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/cbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}





/* Begin ajax_cart */

.ajax_cart_container_overlay {
	 background-color: #000;
	 height: 100%;
	 width: 100%;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 z-index: 2999;
	 opacity: 0.3;
	 filter:alpha(opacity=30);
	 display:none;
 }
.ajax_cart_container {
		background:url(images/cart/cartpop_bg.png);
		display: none;
		width:620px;
		height:375px;
		position:fixed;  
		left:50%;
		top:50%;
		padding:0 0 10px 0;
		margin:-180px 0 0 -250px;
		border:2px solid #fff;
		background-color:#ff944d;
		 z-index: 3000;
	}


.ajax_cart_error{
	font-size:16px;
	color:red;
	text-align:center;
}

.cart-table{
	align:center;
	width:100%;
	border:0;
}
.cart-table-header{
	font-weight:bold;
}
.cart-table tr{
}	
.cart-table td{
	align:center;
	padding:3px;
}	
fieldset {
	border: 1px solid #cacaca;

}

legend, .productschange {
	font-size: 13px;
	color: #777;
	font-weight: 900;
}

legend b, .productschange b {
	font-size: 15px;
	color: #cc333f;
}

legend a, .productschange a {
	color: #111;
}

legend a:hover, .productschange a:hover {
	text-decoration: none;
}

fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}
	
 /* image replacement */
.graphic, #prevBtn, #nextBtn{
   margin:0;
   padding:0;
   display:block;
   overflow:hidden;
   text-indent:-8000px;
}
 /* image replacement */
#content{
	position:relative;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:110px;
	position:absolute;
	left:0px;
	top:50%;
	margin:2px 5px 5px 5px;
	border-style:hidden;
}	


#nextBtn{
	left:595px;
}	
													
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:110px;
	border-style:hidden;
	background:url(images/cart/prevBtn.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/cart/nextBtn.png) no-repeat 0 0;	
	}		
#description{
	padding:0px 5px 0px 10px;
}		
.total{
}
.total span{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	clear:both;
}
.cart_header{
	background:url(images/cart/cartpop_gradtop.png) repeat-x;
	height:30px;
	font-weight: bold;
	font-size:18px;
	color: #8155a2;
	text-align:center;
	text-shadow: 0px 1px #fff;
	clear:both;
	padding: 15px 0 5px 0;
}
.cart_footer{
	background:url(images/cart/cartpop_bg.png);
	clear:both;
	padding: 20px 0 0 0;
}
.options{
	clear:both;
	bottom:100px;
}

.autoship_history{
	display:none;
	color:gray;	
}
	
	
	
/* End ajax_cart */	
 
/* Login Box*/

.login_box_container_overlay {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2999;
	opacity: 0.3;
	filter:alpha(opacity=30);
	display:none;
 }
 
.login_box_container {
	display: none;
	width:260px;
	height:190px;
	position:fixed;  
	left:50%;
	top:50%;
	padding:10px 10px 10px 10px;
	margin:-120px 0 0 -120px;
	border:2px solid #AE9E8B;
	background-color:#FFF;
	z-index: 3000;
}

#login_box{
	height:125px; 
	width: 260px; 
	margin: 20px auto; 
	padding-top:55px; 
	text-align: center; 
	background: url(images/cart/returning_customers.png) no-repeat 0 0;

}

#forgot_password{
	height:125px; 
	width: 260px; 
	color: #fff;
	font-size: 11px;
	margin: 20px auto; 
	padding-top:55px; 
	text-align: center; 
	background: url(images/cart/forgot_password.png) no-repeat 0 0;
}

#login_box .login_img{
	margin-top:4px;
	float:right;
	cursor:pointer;
}

#forgot_password .forgot_password_img{
	margin-top:4px;
	float:right;
	cursor:pointer;
}

#login_box input{
	background: #fff;
	width: 248px;
	font: 12px Arial;
	color: #777;
	padding: 5px;
	margin: 2px 0;
	border: 1px solid #bbb;
	border-radius: 2px;
	outline: 0;
}

#login_box input:focus{
	color: #333;
	border-color: #888;
	border-radius: 3px;
}

#forgot_password input{
	background: #fff;
	width: 248px;
	font: 12px Arial;
	color: #777;
	padding: 5px;
	margin: 2px 0;
	border: 1px solid #bbb;
	border-radius: 2px;
	outline: 0;
}

#forgot_password input:focus{
	color: #333;
	border-color: #888;
	border-radius: 3px;
}

a.login-box-link {
	font-weight:bold;
	font-size:11px;
	color:#666;
	margin: 4px 0 0 0;
	float:left;
}

a.login-box-link:hover {
	text-decoration: underline;
}

/* End Login Box*/

/* Upsell page*/
#def_upsell_wrp{
	width:682px;
	padding:10px;
	border: 2px dashed #3081cc;
}
#def_upsell_wrp input.textbox{
	width: 20px;
	text-align: right;
}
/* End upsell page*/

div#modal_wrp{
	position: fixed; z-index: 998; top: 0px; left: 0px; overflow: hidden; cursor: url("images/move_nodrop.cur"), auto;
	background-color: rgb(0, 0, 0); opacity: 0.5; font-size: 1px; display: block; width: 100%; height: 100%;
}
div#modal_content{
	position: fixed; display: inline; z-index: 999; left: 839px; top: 235px;
}
div#mdl_ic{
	display: block;
	border: 2px solid #3081cc;
	font-size:14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #32466E;
	background-color:#fff;
	opacity: 1;
	padding: 10px;
	cursor: wait;
}

/* misc cart elements */

#cart-div {
	font-size: 14px;
	}
form#frm_cart {
	margin-top: 10px;
	}
.specials {
	background: #eee;
	font-weight: bold;
	font-size: 12px;
	}
.specials td {
	padding: 4px 8px;
}
.specials span {
	display: block;
	font-size: 14px;
}
.subtotal {
	font-weight: bold;
	}
.total {
	font-weight: bold;
	font-size: 24px;
	}
#sbdetails {
	font-size: 13px;
	}
a.finish_order {
	background: url(images/cart/finish_order.png) no-repeat;
	display: block;
	width: 350px;
	height: 130px;
	margin: 0px 0 0 0;
	float: right;
	}
a.finish_order:hover {
	background-position: 0px -130px;
	}
a.finish_order_small {
	background: url(images/cart/finish_order_small.png) no-repeat;
	display: block;
	width: 210px;
	height: 78px;
	margin: 10px 0 0 730px;
	}
a.finish_order_small:hover {
	background-position: 0px -78px;
	}
a.finish_order_small_button{
	display: block;
	width: 210px;
	height: 78px;
}
.products_head {
	background: #eee;
	}
tr.products_head td {
	color: #555;
	text-align: center;
	padding: 6px;
	}
tr.products_head b {
	font-weight: normal;
	}
table.products {
	font-size: 13px;
	}
table.cart-table {
	font-size: 12px;
	}
img.product {
	width: 70px;
	margin-right: 10px;
	border: 0;
	float: left;
	}
a.upsell {
	font-size: 14px;
	color: #456e2c;
	text-decoration: none;
	cursor: pointer;
	}
a.upsell img {
	border: 20px solid #fff;
	}
a.upsell:hover img {
	width: 110px;
	border: none;
	}
.product_title {
	color: #333;
	}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
	}
input#remove {
	background: url(images/cart/remove.png) 0px 0px no-repeat;
	display: block;
	width: 43px;
	height: 12px;
	text-indent: -9999px;
	margin-top: 12px;
	border: none;
	cursor: pointer;
	}
input#remove:hover {
	background-position: 0px -12px;
	}
span.editdetails {
	font-size: 13px;
	}
form#signupForm {
	margin-left: 0px;
	}
form#signupForm fieldset {
	margin-bottom:20px;
	}
form#signupForm legend {
	background: #2b76ac;
	padding: 4px 16px;
	border: 0;
	}
form#signupForm legend b {
	font-size: 14px;
	color: #fff;
	}
	
form#signupForm select#billing_state,
form#signupForm select#delivery_state{
}
form#signupForm textarea#delivery_comments{
	margin: 0px 0px 0px 15px;
}

.aviaslider{
height: 400px;
width: 960px;
overflow: hidden;
position: relative;
background: #fff url(images/preload.gif) center center no-repeat;
margin: 0px auto;
padding: 0px;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
width: 964px;
height: 401px;
}

.slidecontrolls{
display: none;
}

.country-origin{
	font-weight: bold;
}

/*** Guest Checkout layout CSS **/

div#checkout_login_box,
div#checkout_forgot_password{
	background-color: #eee;
 	border-radius: 5px;
    padding: 10px; 
}

  td.billing_label{
	width:150px;
	padding: 14px 10px 0px 0px ;
	text-align: right;
  	font-weight: bold;
}
  td.billing_field{
	width:300px;
}
  td.billing_field input,
  td.billing_field select{
	width: 300px;
  	padding: 6px;
  }
  td.billing_field select{
	margin-top: 6px;
  }
  
div.billing_info_box
  input[type="checkbox"]{
	 margin: 0px 10px 3px 0;
  }
div.billing_payment_info_box
  input[type="checkbox"]{
	margin: 0px 4px 0 0;	
}
div.billing_payment_info_box #payment_cc_year,
div.billing_payment_info_box #payment_cc_month
	{
	padding: 6px;
}

div.billing_comment_box{
}
div.billing_comment_box textarea{
	height: 80px;
}
label {
	margin-bottom: 0px;	
}

#checkout_login_box input,
#checkout_forgot_password input{
    background: #fff;
    width: 200px;
    font: 14px Arial;
    color: #777;
    padding: 6px;
    border: 1px solid #bbb;
    border-radius: 2px;
    outline: 0;
    float: left;
}

#checkout_login_box a.btnLink,
#checkout_forgot_password a.btnLink{
	display: block;
	height: 30px;
	width: 90px;
	float: left;
}
#checkout_login_box .clear,
#checkout_forgot_password .clear{
	clear: both;
}

form#signupForm legend{
	width: 100%;
	margin: 20px 0px;
	display: block;
    background: #2b76ac;
    padding: 4px 0px 4px 16px;
	font-weight: bold;
}
form#signupForm fieldset{
	border: 0px;
	margin: 20px 0px;
    padding: 0px 16px 0px 0px;
}
form#signupForm label{
    float: none;
    text-align: inherit;
    width: auto;
    display: inline-block;
    margin: 15px 0px 5px 0px;
    font-weight: bold;
}
#payment_cc_month,
#payment_cc_year{
	float: left;
}
/* Bootstrap fixations */

@media (min-width: 992px) {
	.col-md-12 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.col-md-6 {
	    width: 46%;
	    position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    float: left;
	}
}
.form-group {
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: 100%;
    clear: both;
}

.form-control {
    display: block;
    width: 95%;
    height: 34px;
    padding: 0px 0px 0px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}	
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .row{
	clear:both;
 }
/*** END Guest Checkout layout CSS **/

/** Adding reward point design to item layout **/
div.prod-points {
	float: right;
	width: 169px;
	text-align: center;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 13px;
	line-height: 9px;
	padding-top: 11px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
div.prod-points span.points{
	font-weight: bold;
	font-size: 17px;
	color: #ac00e6;
}
div.prod-points .small{
	font-size: 7px;
}

/* Tooltip text */
.prod-points .tooltip-text {
    visibility: hidden;
    width: 150px;
    background-color: #e8e8e8;
    color: #333;
    font-size: 9px;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%; 
    margin-left: -75px; /* Use half of the width (120/2 = 60), to center the tooltip */
    margin-top: -24px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.prod-points:hover .tooltip-text {
    visibility: visible;
}
/** End reward point design to item layout **/

.myaccount_title{
    display: block;
    font-size: 30px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.show_history{
    float: right;
}