/*  

Theme Name: Viroshop

Theme URI: http://www.lifeofstrange.com/viroshop/

Description: Professional eCommerce Theme

Version: 1.2

Author: Viroshop

Author URI: http://www.lifeofstrange.com/

*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #7a7a7a;
	padding-bottom: 30px;
}

body {
	background: #4e4e4e url(images/bg.jpg) repeat;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
	position: relative;
}

.more_posts {
	width: 719px;
	margin-left: 25px;
	margin-top: 25px;
	bottom: 25px;
	float: left;
}

/* =PageNavi
————————————————————– */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
	float: right;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #767676;
	background: transparent !important;
	margin: 0 !important;
	border: 1px solid #dbdbdb !important;
	border-left-style: none  !important;
	padding: 5px !important;
}

.wp-pagenavi a:hover {
	background: #44a7da !important;
	color: white;
	margin: 0 !important;
}

.wp-pagenavi span.pages {
	background: transparent !important;
	margin: 0 !important;
}

.wp-pagenavi span {
	margin: 0 !important;
	border: 1px solid #dbdbdb !important;
	padding: 5px !important;
}

.wp-pagenavi span.current {
	background: #44a7da;
	color: white;
	margin: 0 !important;
}

.wp-pagenavi span.extend {
	background: transparent !important;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

.right-col-lines {
	float: right;
	background: transparent url(images/content_bg_lines.jpg) repeat-y 0;
}

/* Container */

#container {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
}

#topheader {
	width: 100%;
	height: 100px;
}

#topheader h1 {
	padding: 0px 0 0;
	float: left;
	position: relative;
	top: 23px;
  left: 29px;
}

.bag {
  font-family: "Georgia", Arial, sans-serif;
  text-transform: uppercase;
	float: right;
	height: 55px;
	position: relative;
	top: 50px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	min-width: 90px;
}

.bag a {
	color: #d80459;
}

.bag a:hover {
  color: #000;
}

.simpleCart_total span {
	font-size: 12px;
	color: #e9e9e9;
	font-weight: normal;
	font-style: normal;
	text-shadow: #333 1px 1px 1px;
}

.simpleCart_total {
	font-size: 26px;
	color: #e9e9e9;
	font-weight: normal;
	font-style: normal;
	text-shadow: #333 1px 1px 1px;
}

/* Main Menu */

#menu {
	width: 918px;
	height: 29px;
  background: #fff;
  border: 1px solid #969898;
  padding: 10px;
  margin-left: 31px;
  margin-bottom: 10px;
}

#menu ul {
	position: relative;
	width: 918px;
	height: 29px;
	padding: 0;
	float: left;
  background-color: #feedec;
}

#menu ul li {
	line-height: 0px;
	display: inline;
	text-transform: lowercase;
	font-family: "avant-garde", Arial, sans-serif;
	float: left;
  border-right:10px solid #FFFFFF;
  letter-spacing: .1em;
}

#menu ul li a {
	display: block;
	position: relative;
	color: #d80459;
	font-size: 15px;
	float: left;
}

#menu ul li a:hover {
	color: #000;
	cursor: pointer;
}

#menu ul li a span, li.cat-item.cat-item a {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	padding-right: 14px;
	padding-left: 14px;
}

#menu .blog-subtitle {
  margin-left: 10px;
  margin-top: 3px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 29px;
}

#menu ul li.current_page_item a, li.cat-item.current-cat {
	margin-top: 0;
	/* color: #d80459; */
	border: 0;
}

#menu ul li.current-cat a {
	/* color: #d80459; */
}

#menu ul li.current_page_item a:hover {
	
}

#menu ul li.current_page_item a span {
	height: 29px;
}

/* Main Menu - extra */

#menu ul li.home_item a {
	margin-top: 0;
	color: #000;
	border: 0;
	background: #e4e4e4 url(images/dbl-border.jpg) repeat-y right top;
}

#menu ul li.current_page_item a {
	position: relative;
}

/* Main Menu - Drop-down menus */

#menu .nav li ul {
	height: auto;
	margin-left: -2px;
	margin-top: 53px;
	background: #F5F5F5;
	position: absolute;
	left: -999em;
	width: 180px;
	border: 1px solid #dcdcdc;
	border-width: 1px 1px 0;
	z-index: 999;
}

#menu .nav li ul li {
	background: #f1f1f1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbdbdb;
	float: left;
}

#menu .nav li ul li a {
	float: none;
	margin: 0;
	padding: 0 0 0 20px!important;
	line-height: 28px;
	height: auto;
	width: 160px;
	color: #6a6a6a;
	border: none;
	background: none;
	font-size: 16px;
}

#menu .nav li ul li a span {
	padding: 0;
	height: auto;
	background: none;
}

#menu .nav li ul li a.sf-with-ul {
	color: red;
}

#menu .nav li ul li a:hover {
	color: #000;
}

#menu .nav li ul ul {
	margin: -25px 0 0 180px;
}

#menu .nav li ul ul li a {
	
}

#menu .nav li ul li ul li a {
	
}

#menu .nav li:hover, #menu .nav li.hover {
	position: static;
}

#menu .nav li:hover ul ul, #menu .nav li.sfhover ul ul,

#menu .nav li:hover ul ul ul, #menu .nav li.sfhover ul ul ul,

#menu .nav li:hover ul ul ul ul, #menu .nav li.sfhover ul ul ul ul {
	left: -999em;
}

#menu .nav li:hover ul, #menu .nav li.sfhover ul,

#menu .nav li li:hover ul, #menu .nav li li.sfhover ul,

#menu .nav li li li:hover ul, #menu .nav li li li.sfhover ul {
	left: auto;
}

#menu .nav .sf-sub-indicator {
	background: url(images/rightArrow.png) no-repeat;
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 11px;
	float: right;
	position: relative;
	top: 24px;
	right: 15px;
}

#menu .nav li ul .sf-sub-indicator {
	background: url(images/arrow-superfish-right.png) no-repeat;
}

/* Content Area - Content and Sidebar */

.background-home {
	background: transparent url(images/home_bg_wide.png) no-repeat 0;
  height: 648px;
}

.background-bridesmaids {
	background: transparent url(images/bridesmaids_bg_wide.png) no-repeat 0;
  height: 542px;
}

.background-about {
	background: transparent url(images/about_bg.png) no-repeat 0;
  height: 542px;
}

.background-fluid-top {
	background: transparent url(images/blog_bg_top_wide.png) no-repeat 0;
  height: 50px;
  margin: 0;
}

.background-fluid-middle {
	background: transparent url(images/blog_bg_middle_wide.png) repeat-y 0;
  margin: 0;
}

.background-fluid-bottom {
	background: transparent url(images/blog_bg_bottom_wide.png) no-repeat 0;
  height: 50px;
  margin: 0;
}

.background-product {
	background: transparent url(images/product_bg.png) no-repeat 0;
  height: 542px;
}

.background {
	background: transparent url(images/page_bg.png) no-repeat 0;
  height: 542px;
}

/* Home */


h2.slogan {
  position: relative;
  top: 40px;
  left: 50px;
  width: 400px;
  font-family: "Georgia", Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 38px;
  color: #535554;
  line-height: 44px;
  letter-spacing: .05em;
}

h2.slogan-brides {
  position: relative;
  top: 40px;
  left: 50px;
  width: 400px;
  font-family: "Georgia", Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 29px;
  color: #535554;
  line-height: 44px;
  letter-spacing: .05em;
}

p.description {
  position: relative;
  top: 40px;
  left: 50px;
  width: 400px;
  font-family: "Georgia", Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #D80459;
  line-height: 18px;
  letter-spacing: .05em;
}

a.shop-link {
  position: absolute;
  top: 445px;
  right: 77px;
  width: 275px;
  font-family: "avant-garde", Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 20px;
  color: #D80459;
  line-height: 36px;
  letter-spacing: .05em;
}

a.shop-link-home {
  position: absolute;
  top: 250px;
  left: 50px;
  width: 275px;
  font-family: "avant-garde", Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 20px;
  color: #D80459;
  line-height: 36px;
  letter-spacing: .05em;
}

a.shop-link:hover {
	color: #000;
	cursor: pointer;
}

a.brides-link {
  position: absolute;
  top: 330px;
  left: 44px;
}

img.special-pricing {
  position: absolute;
  left: 136px;
  top: 270px;
}

/* About */

#content.about h1 img {
  position: absolute;
  top: 20px;
  left: 45px;
}

#content.about h2.subheader {
  position: absolute;
  top: 95px;
  left: 50px;
  width: 340px;
  font-family: "avant-garde", Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 18px;
  color: #D80459;
  line-height: 30px;
  letter-spacing: .02em;
}

#content.about img.profile {
  position: absolute;
  top: 0;
  right: 45px;
}

#content.about .body {
  position: absolute;
  top: 190px;
  left: 0px;
  padding: 0 50px;
  width: 450px;
}

#content.about p {
  font-family: "Georgia", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

#content.about a {
  color: #7A7A7A;
  text-decoration: underline;
}

#content.about a:hover {
  color: #000;
  text-decoration: underline;
}

/* Content */

#content {
	position: relative;
	padding-bottom: 50px;
  height: 542px;
}

#content.product {
  padding-left: 30px;
  padding-top: 30px;
}

h2.arh {
	width: 460px;
	margin-left: 160px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF0D4;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}

/* Post */

.post {
	width: 708px;
	clear: both;
	padding: 0;
}

.blog-post {
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	width: 715px;
	border-bottom: 1px solid #e8e8e8;
	padding: 0px 0 10px;
}

.blog-post-wrap {
	margin-top: 15px;
	float: left;
}

.postmetadata {
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

.postmetadata a {
  color: #D80459;
}

.postmetadata a:hover {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 0;
}

.blog-post h2 {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	font-size: 26px;
}

.blog-post h2 a {
	color: #5a5a5a;
}

.blog-post h2 a:hover {
	color: #000;
}

.page-post {
	clear: both;
	padding: 10px 0 0;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	width: 715px;
}

.memberleft {
	width: 250px;
	float: left;
	padding: 20px;
	background-color: #f0f0f0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #d7d7d7;
	margin-top: 15px;
}

.memberright {
	width: 403px;
	float: right;
	margin-top: 15px;
}

.outer {
	float: left;
	margin-left: 0;
}

.thumbs li {
	border: 1px solid #666;
	margin-right: 10px;
}

#example1 {
	padding: 0;
	border: 1px solid #767676;
  width: 204px;
  height: 233px;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 427px;
	margin-right: 60px;
	display: inline;
	float: right;
	position: relative;
  border: 1px solid #767676;
  background-color: #fff;
}

.post-content p {
	line-height: 24px;
  padding-left: 40px;
}

.post-content h1 {
	float: left;
}

.post-content h1 a {
	
}

.itemoptions {
	background-color: #f9f9f9;
	padding: 20px 20px 20px 25px;
	margin-top: 25px;
	float: left;
}

.drops {
	height: auto;
	float: left;
	width: 230px;
}

.itemoptions form {
	float: left;
	height: 30px;
}

.itemoptions select {
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
}

.itemoptions h4 {
	color: #949494;
	float: left;
	clear: both;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	width: 70px;
}

.butts {
	float: right;
	width: 150px;
}

.item_add {
	width: 115px;
	color: #7a7a7a;
	background: url("images/addtocart.png") 0 0 no-repeat;
	border-style: none;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: white 1px 1px 0;
	float: right;
	margin-right: 10px;
	padding: 10px 10px 8px;
	text-align: center;
	margin-bottom: 5px;
}

.item_add:hover {
	color: #000;
	cursor: pointer;
	background-position: 0 -32px;
}

.item_add:active {
	color: #7a7a7a;
	background-position: 0 0;
}

.title-bar {
	color: #5a5a5a;
	float: left;
	width: 427px;
  height: 40px;
	background-color: #feefee;
	position: relative;
}

.title-bar h1 {
  float: left;
  text-transform: lowercase;
  padding: 14px 14px 14px 40px;
  line-height: 0px;
  font-family: "avant-garde", Arial, sans-serif;
  letter-spacing: .1em;
  color: #d80459;
  font-size: 15px;
}

.title-bar-page {
	color: #5a5a5a;
	float: left;
	width: 765px;
	position: relative;
}

.title-bar-page h1 {
	float: left;
	text-transform: capitalize;
	margin-left: 25px;
	padding: 20px 0 0;
}

.post-content .price {
  float: left;
  font-family: "avant-garde", Arial, sans-serif;
  width: 427px;
  height: 40px;
  margin-bottom: 15px;
}

.item_price {
	float: left;
	font-size: 28px;
  text-transform: lowercase;
  padding: 14px 14px 14px 40px;
  letter-spacing: .1em;
  color: #666;
  font-size: 15px;
}

.post-content a:hover {
	text-decoration: none;
}

/* Post Content Headings */

.wrap h3 {
	font-size: 14px;
	color: #5a5a5a;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

.post-content h2 a {
	color: #404040;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

/* Post Content Lists and Blockquote */

.post-content ol,
.post-content ul  {
	padding-left: 75px;
}

.post-content ol li,
.post-content ul li {
  list-style-image:url("images/star.png");
	padding: 3px 0;
}

.post-content blockquote {
	border-left: 2px solid #777777;
	color: #777777;
	font-style: italic;
	margin: 5px auto 15px;
	padding: 0px 10px;
	width: 85%;
}

/* Post Content Images*/

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 16px;
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 55px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

.navigation {
	float: left;
}

#comments_wrap {
	float: left;
}

/* Comments (form) */

#content form label {
	display: block;
	font-size: 12px;
	float: left;
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
}

.comment-entry p {
	padding-top: 0;
}

.comment-entry {
	float: right;
	width: 417px;
	padding: 8px 8px 10px;
}

#content form label input {
	width: 180px;
	font-size: 12px;
	border: 1px solid #e8e8e8;
	padding: 8px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #7a7a7a;
}

.detailsfield {
	float: left;
}

.commentfield {
	float: right;
	width: 440px;
}

#content form label input:hover {
	background-color: #fafafa;
}

#content textarea:hover {
	background-color: #fafafa;
}

#content textarea {
	color: #7a7a7a;
	margin-bottom: 10px;
	display: block;
	padding: 8px;
	font-size: 12px;
	clear: both;
	border: 1px solid #e8e8e8;
	margin-top: 1px;
	width: 423px;
	height: 159px;
}

#submit.sb {
	background-color: #e8e8e8;
	padding: 8px;
	text-transform: uppercase;
	border: 1px solid #dedddd;
	color: #949494;
	float: right;
	font: bold 12px Arial;
	cursor: pointer;
	position: relative;
}

#submit.sb:hover {
	background: #000;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

.display-user {
	text-transform: uppercase;
	padding-right: 0.5em;
	background: #eeeeee url(images/shadow.png) repeat-y 182px;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 25px;
	border-top: 1px solid #f9f9f9;
	height: 44px;
}

.mfp_favorites {
	padding-top: 0;
	width: 185px;
	background: #eeeeee url(images/shadow.png) repeat-y 182px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 8px;
	float: left;
}

.mfp_favorites li {
	background-color: transparent;
	background-image: none;
	color: #747474;
	width: 140px;
	float: left;
	margin-left: 25px;
	padding-top: 12px;
	padding-bottom: 8px;
}

.mfp_favorites li a:hover {
	color: #000;
}

.mfp_remove_link {
	float: right;
	text-shadow: white 1px 1px 0;
	font-size: 13px;
}

.mfp_favorites li a {
	color: #747474;
	position: relative;
}

.wishlist {
	text-transform: uppercase;
	border-top: 1px solid #f9f9f9;
	background: #eeeeee url(images/shadow.png) repeat-y 182px;
	height: 38px;
}

.wishlist p {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: white 1px 1px 0;
	padding: 0;
	margin-top: 13px;
	font-weight: bold;
}

.display-user p {
	color: #5a5a5a;
	text-shadow: white 1px 1px 0;
	padding: 14px 0 0;
}

.display-user img {
	float: left;
	margin-top: 13px;
	margin-right: 6px;
}

/* Sidebar */

#sidebar {
  float:right;
  left:-11px;
  padding:0 10px;
  position:relative;
  text-align:center;
  width:150px;
}

#sidebar_in p {
	padding-left: 25px;
	padding-right: 1.5em;
	background: url(images/shadow.png) repeat-y 182px;
	font-size: 12px;
	padding-bottom: 10px;
}

#sidebar li {
	list-style-type: none;
	clear: both;
}

#sidebar .banner {
  position: relative;
  top: -5px;
}

#sidebar h4 {
  font-family:"Georgia",Arial,sans-serif;
  font-size:11px;
  color: #d80459;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#sidebar .rule {
  background: url(images/rule.png) no-repeat 0 0;
  background-position: top center;
  margin: 10px 0;
}

#sidebar .star {
  background: url(images/star2.png) no-repeat 0 0;
  background-position: top center;
  margin: 10px 0;
}

#sidebar .links {
  text-align: left;
  padding-left: 20px;
}

#sidebar .links ul li a {
  font-family:"avant-garde",Arial,sans-serif;
  letter-spacing:0.1em;
  line-height:0;
  text-transform:lowercase;
	color: #d80459;
	font-size: 13px;
	cursor: pointer;
}

#sidebar .links ul li a:hover {
	color: #000;
	cursor: pointer;
}

#sidebar .widget_archive {
  font-family:"Georgia",Arial,sans-serif;
  font-size:12px;
  text-transform:lowercase;
}

#sidebar .search {
  width: 111px;
}

#sidebar form#searchform {
  margin-left: 19px;
  margin-top: 5px;
}

#sidebar .searchbox {
  background: url(images/searchbox.png) no-repeat 0 0;
  text-align: left;
  width: 111px;
}

#sidebar .searchbox input#s {
  border:none;
  background: none;
  font-size: 9px;
  text-align: left;
  height: 18px;
  width: 95px;
  padding: 0 5px;
}

.collapsCatList {
	margin-bottom: 30px;
}

ul.collapsCatList, ul.collapsCatList ul {
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	border-style: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

ul.collapsCatList a {
	display: block;
	text-decoration: none;
	background: url(images/shadow.png) repeat-y 182px;
}

.collapsing.categories li a {
	display: block;
	text-decoration: none;
	border-style: none;
}

.collapsing.categories.expand {
	display: block;
	background: url(images/shadow.png) repeat-y 182px;
	color: #5a5a5a;
	padding: 1em 0.5em 1em 25px;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #f9f9f9;
	cursor: pointer;
	clear: both;
}

.collapsing.categories.collapse {
	display: block;
	background:  url(images/shadow.png) repeat-y 182px;
	color: #000;
	padding: 1em 0.5em 1em 25px;
	cursor: pointer;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #f9f9f9;
}

.collapsing.categories:hover {
	color: #000;
	background: #f5f5f5 url(images/shadow.png) repeat-y 182px;
}

ul.collapsCatList li a {
	color: #5a5a5a;
	padding: 1em 0.5em 1em 25px;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #f9f9f9;
	font-weight: normal;
	font-style: normal;
}

ul.collapsCatList li a:hover {
	color: #000;
	background: #f5f5f5 url(images/shadow.png) repeat-y 182px;
}

.login {
	background-image: url(images/loginbg.jpg);
}

#sidebar h2 {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
	text-shadow: white 1px 1px 0;
	left: 25px;
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
}

/* Sidebar Search */

#search {
	width: 200px;
	background-position: 0 0;
	float: right;
	position: relative;
	right: 15px;
	top: 3px;
}

#search form {
	padding: 14px 0 0 14px;
}

#search form div {
	width: 185px;
	height: 38px;
	background: url(images/search-bar.png) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 140px;
	color: #7f7f7f;
	border: 0;
	position: absolute;
	left: 8px;
	top: 8px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
	opacity: 0;
}

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
	background: transparent url(images/content_bg.png) repeat-y 0;
}

#footer a {
	color: #B2D1E4;
}

#footer a:hover {
	color: #318DE1;
}

#footer h2 {
	color: #6D7E87;
}

/* Copyright */

#copyright {
	width: 713px;
	margin: 0 0 0 4px;
	clear: both;
	border-top: #dadada 1px solid;
	font-size: 11px;
	color: #7a7a7a;
	padding: 8px 0;
	background-color: #e9e9e9;
}

#copyright .left-col {
	padding-left: 15px;
	position: relative;
	top: 8px;
}

#copyright .right-col {
	padding-right: 15px;
	font-size: 12px;
	position: relative;
}

/* Fix */

.wrap:after,

.block ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Misc */

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Threaded comments */

ol.commentlist {
	margin: 0 0 10px;
	padding: 0;
	float: left;
}

.datecom {
	float: right;
	margin-right: 10px;
}

.user-meta {
	padding: 0;
	float: left;
	width: 356px;
	margin: 20px 0 0 7px;
}

.avatar {
	margin: 0;
	padding: 11px 8px 8px;
	float: left;
}

ol.commentlist li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fafafa;
	width: 440px;
	border: 1px solid #e8e8e8;
}

ol.commentlist li ul.children {
	padding-left: 20px;
}

ol.commentlist li ul.children li {
	border-top: 1px dotted #D7D7D7;
	border-bottom: none;
	padding-top: 15px;
}

/* Featured Carousel */

#features {
	width: 765px;
	

/*

Width of Carousel Viewer itself*/
height: 182px;
	

/*



Height should enough to fit largest content's height*/
border-bottom: 1px solid #e1e1e1;
	background: url(images/feature-bg.jpg) no-repeat;
}

.featuretext {
	background-image: url(images/featured_text_box.png);
	float: left;
	height: 40px;
	padding-right: 15px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 15px;
	position: absolute;
	top: -16px;
	left: -6px;
	z-index: 9999999999999;
	line-height: 36px;
}

.price_cat {
	height: 40px;
	padding-right: 10px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;
	line-height: 36px;
	background: url(images/pricebg.png) right;
	position: absolute;
	z-index: 999;
	top: 15px;
	right: -6px;
}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 708px;
	height: 182px;
	left: 30px;
}

.stepcarousel .belt {
	position: relative;
	top: 38px;
	left: 0;
}

.stepcarousel .panel {
	float: left;
	/*

leave this value alone*/
overflow: hidden;
	/*



clip content that go outside dimensions of holding panel DIV*/
width: 145px;
	height: 108px;
	border: 1px solid #e1e1e1;
	background-color: white;
	margin-left: 24px;
	margin-right: 24px;
}

.stepcarousel .panel img {
	margin-left: 18px;
}

.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.thanks {
	background: #F2F3F6;
	border: 1px solid #7E8AA2;
	padding: 10px;
}

/*****Forms*****/

ol.forms {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}

ol.forms li {
	clear: both;
	float: left;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}

ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}

ol.forms textarea {
	height: 300px;
	width: 334px;
}

ol.forms input:focus, ol.forms textarea:focus {
	background-color: #f2f3f6;
	border-color: #ff9800;
}

.product_wrap {
	float: left;
	margin-right: 16px;
	width: 205px;
	height: 233px;
	border: 1px solid #939595;
	margin-bottom: 16px;
}

.product_photo {
	background-color: white;
}

.product_photo img {
	position: relative;
}

.product_title {
	width: 205px;
	height: 34px;
	border-top: 1px solid #e1e1e1;
	background-color: #feedec;
	float: left;
  text-align:center;
}

.product_title h3 {
  font-family: "Georgia", Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	width: 205px;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	top: 12px;
	margin: 0;
  letter-spacing: -.03em;
  text-transform: lowercase;
}

.product_title h3 a {
	color: #DB0962;
	font-weight: normal;
}

.product_title h3 a:hover {
	color: #000;
}

.breadcrumb-col {
  float:left;
  left:25px;
  position:relative;
  text-transform:uppercase;
  top:17px;
  width:510px;
}

ul.breadcrumbs {
	list-style: none;
	color: #949494;
	text-shadow: white 1px 1px 0;
	padding: 0;
	margin: 7px 0 5px 25px;
	font-size: 10px;
	float: left;
	text-transform: uppercase;
}

ul.breadcrumbs li {
	margin: 0 5px 0 0;
	padding: 5px 0;
	float: left;
}

ul.breadcrumbs li a {
	color: #9f9f9f;
	text-shadow: white 1px 1px 0;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
}

ul.breadcrumbs li a:hover {
	color: #000;
}

.item_name h1 {
	color: #000;
}

.button {
	display: block;
	color: #7a7a7a;
	background: url("images/addtocart.png") 0 0 no-repeat;
	border-style: none;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: white 1px 1px 0;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 8px 9px;
	margin-right: 10px;
	width: 117px;
	float: right;
}

.button:hover {
	color: #000;
	background: url("images/addtocart.png") no-repeat 0 -32px;
}


.couponbutt {
	display: block;
	color: #7a7a7a;
	background: url("images/addtocart.png") 0 0 no-repeat;
	border-style: none;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: white 1px 1px 0;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 8px 9px;
	width: 117px;
	float: left;
}

.couponbutt:hover {
	color: #000;
	background: url("images/addtocart.png") no-repeat 0 -32px;
}

a.button {
	display: block;
	color: #7a7a7a;
	background: url("images/addtocart.png") 0 0 no-repeat;
	border-style: none;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: white 1px 1px 0;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 8px 9px;
	margin-right: 10px;
	width: 117px;
	float: right;
}

a.button:hover {
	color: #000;
	background: url("images/addtocart.png") no-repeat 0 -32px;
}

#cartTotal {
	clear: both;
	text-align: right;
	font: 11px Arial, sans-serif;
	text-shadow: none;
	margin-top: 23px;
	float: left;
	width: 100%;
	margin-left: -65px;
	padding: 47px 72px 0px 0px;
}

.cartHeaders {
	width: 100%;
	background: transparent url(images/nav-bar.png) no-repeat -10px bottom;
	float: left;
}

.cartHeaders .itemPrice {
	
}

.cartHeaders .itemShipping {
	
}

.cartHeaders .itemName {
	width: 200px;
}

.cartHeaders .itemQuantity {
	width: 55px;
}

.cartHeaders .itemTotal {
	width: 70px;
}

.cartHeaders .itemSpecifications {
	width: 200px;
	padding-left: 30px;
}

.page-post .simpleCart_total {
	color: gray;
	font-size: 14px;
	text-shadow: white 0 0 0;
	font-weight: bold;
}

.itemContainer .itemName {
	width: 200px;
	font-size: 13px;
	float: left;
	clear: both;
	padding: 15px 10px;
	background-color: transparent;
}

.itemContainer .itemdecrement {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 5px;
	font-size: 13px;
	float: left;
	padding-left: 15px;
}

.itemContainer .itemTotal {
	float: left;
}

.itemContainer .itemColor {
	float: left;
	padding: 15px 10px;
	width: 75px;
}

.itemContainer .itemShipping {
	float: left;
	width: 70px;
	padding: 15px 10px;
}

.itemContainer .itemPrice {
	float: left;
	width: 70px;
	padding: 15px 10px 15px 5px;
}

.itemContainer .itemQuantity {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	float: left;
	width: 20px;
	text-align: center;
}

.itemContainer .itemincrement {
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	float: left;
	width: 40px;
}

.itemContainer  .itemSize {
	float: left;
	padding: 15px 10px;
	background-color: transparent;
	width: 70px;
}

.wraptotals {
	float: left;
	width: 677px;
	background-color: white;
	margin-left: 17px;
}

.startcart {
	float: left;
	background-color: #f5f5f5;
	border: 1px solid #dadada;
	border-bottom-style: none;
	width: 675px;
	margin-left: 17px;
}

.itemContainer {
	font-size: 13px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid #dadada;
}

.startcartdetails .alignright {
	color: #7a7a7a;
	margin: 0;
	float: right;
	width: 300px;
	text-align: right;
}

.subtot {
	float: left;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
}

.tax {
	float: left;
	width: 70px;
	text-transform: uppercase;
	font-size: 10px;
}

.tot {
	float: left;
	width: 130px;
	font-size: 10px;
	text-transform: uppercase;
}

.fintot {
	float: right;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
}

.startcartdetails .alignleft {
	color: #7a7a7a;
	border-top: #dadada 1px solid;
	border-bottom: 1px solid #dadada;
	margin: 15px 0;
	background-color: white;
	padding: 10px;
	line-height: 17px;
	width: 655px;
}

.startcartdetails {
	font-size: 13px;
	color: #7a7a7a;
	float: left;
	line-height: 22px;
}

.cartHeaders div {
	min-width: 70px;
	float: left;
	color: #000;
	font-size: 13px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
	text-shadow: white 1px 1px 0;
}

.itemPrice {
	float: right;
}

.simpleCart_taxCost {
	font-weight: bold;
	font-size: 14px;
}

.simpleCart_shippingCost {
	font-weight: bold;
	font-size: 14px;
}

.simpleCart_finalTotal {
	font-size: 18px;
	text-decoration: underline;
}

a.simpleCart_checkout, a.simpleCart_empty {
	display: block;
	color: #7a7a7a;
	background: url("images/addtocart.png") 0 0 no-repeat;
	border-style: none;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: white 1px 1px 0;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 8px 9px;
	width: 117px;
	float: right;
	line-height: 14px;
	margin-left: 10px;
}

a.simpleCart_checkout:hover, a.simpleCart_empty:hover {
	color: #000;
	background: url("images/addtocart.png") no-repeat 0 -32px;
}

.notifyer p {
	text-align: center;
	position: relative;
	font: 20px Arial;
	top: 65px;
}

.notifyer {
	width: 245px;
	float: left;
	height: 190px;
	background: url(images/success-icon.png) no-repeat center top;
	position: relative;
	top: 35px;
	left: 25px;
}

.notifyer a.button {
	position: absolute;
	bottom: 10px;
	left: 55px;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}.coupon {
	width: 100%;
		text-align: center;
	position: relative;
	font: 20px Arial;
	float: left;
	height: 100%;
	border: 1px dashed #bfbfbf;
}


#member_id {
	width: 280px;
	float: left;
	clear: both;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.coupon form{
	width: 300px;
	margin: 75px auto 35px;
}

#claim{
cursor: pointer;}
#claim:hover{
	background-color: #e6e6e6;
}

.coupon input:focus {
outline: none;}
.coupon input {
	background-color: #f4f4f4;
	padding: 8px;
	text-transform: none;
	border: 1px solid #dedddd;
	color: #949494;
	font: 12px Arial;
}
.buttonscoupon {
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.white_content {
	-webkit-border-radius:10px; /* all corners */

	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	padding: 16px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	width: 350px;
	height: 230px;
}

/* Blog */

#nav.blog {
  width: 400px;
  float: left;
  position: relative;
  top: 28px;
  left: 50px;
  text-transform: uppercase;
}

#content.blog {
  background-color: #fff;
  width: 780px;
  float: left;
  position: relative;
  top: 0;
  left: 40px;
  border: 1px solid #999;
  padding-top: 20px;
  height: auto;
}

#content.blog .post {
  width: auto;
}

#content.blog .blog-post {
  width: 730px;
  border: none;
  font-family:"Georgia",Arial,sans-serif;
}

.blog-post li {
  margin-left: 15px;
  padding: 3px;
}

.blog-post li a {
  color: #D80459;
}

.blog-post li a:hover {
  color: #000;
}

.older-posts {
  margin-bottom: 20px;
}

#content.blog .postmetadata {
  font-family:Arial,sans-serif;
}

#content.blog a.more {
  font-family:Arial,sans-serif;
  font-size: 10px;
  float: right;
  text-transform: uppercase;
  color: #D80459;
}

#content.blog a.more:hover {
  color: #000;
}

#content.blog .blog-post h2 {
  text-transform: lowercase;
}

#content.blog .rule {
  background: url(images/rule.png) no-repeat 0 0;
  background-position: top center;
  margin: 10px 0;
}

#content.blog .share-links {
  text-align: center;
  text-transform: lowercase;
  font-size: 13px;
}

#content.blog .share-links a {
  color: #D80459;
}

#content.blog .share-links a:hover {
  color: #000;
}

#pagination {
  margin: 20px 0;
  padding: 15px;
  font-family: Arial,sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  line-height: 3px;
}

#pagination a.pagination-newer {
  color: #D80459;
  float: left;
}

#pagination a.pagination-newer:hover {
  color: #000000;
}

#pagination a.pagination-older {
  color: #D80459;
  float: right;
}

#pagination a.pagination-older:hover {
  color: #000000;
}