/*
Theme Name: Urban Cowgirl
Theme URI: http://urbancowgirl.com
Description: Urban Cowgirl custom theme
Version: 0.1
Author: JWB
Author URI: http://culturekiller.com
Tags: Urban, Cowgirl
*/



/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */



/* ------------------- end reset ------- */


/* %%%%%%%%%%%%%%%%%%%%% TEXT %%%%%%%%%%%%%%%%%% */


body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin:0;
	padding: 18px;
}

#wrapper {
	width: 36em;
}

h1, h2, h3 {
	font-weight:normal;	
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
}

h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}

p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}

table {
	border-collapse: collapse;
	clear: left;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

/* rather than give the table a font size, use contextual selectors to target the th and td elements within */

th {
	width:20%;
	font-weight: normal;
	font-size: 0.875em; /* 16x0.875=14px */
	padding:0 0.643em 0.571em 0.643em; /* 14x0.643=9px 14x0.571=8px */
	border-bottom:0.071em solid #ccc; /* 14x0.071=1px */
}

td {
	font-size: 0.75em; /* 16x0.75=12px */
	padding:0.333em 0.75em 0.417em 0.75em; /* 12*0.333=4px 12*0.75=9px 12x0.417=5px */
	border-bottom:0.083em solid #ccc; /* 12x0.083=1px */
	line-height: 1em; /* 12x1=12px */ 
}



/* %%%%%%%%%%%%%%%%%%%%% END TEXT %%%%%%%%%%%%%%%%%% */





.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #000;
	background-image: url(style/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.875em;
}


a {
	color: #484848;
}

a:link, a:visited {
	color: #484848;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #484848;
}


#container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: #000;
	background-image: url(style/images/header_stripe.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 149px;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	display: block;
	text-decoration: none;
	border: none;
	text-indent: -9000px;
	width: 232px;
	height: 135px;
	background: url(style/images/uc_header_logo.jpg) no-repeat;
	outline:none;
}

#flashhead {
	float:right;
	width:700px;
	height:135px;
	text-align: right;
}

#headerlogbox {
	position: absolute;
	top: -150px;
	right: 0;
	background: #333;
	text-align: left;
	padding: 6px 10px 8px 10px;
	z-index: 99;
}

#headerregbox {
	position: absolute;
	top: -180px;
	right: 0;
	background: #333;
	text-align: left;
	padding: 6px 10px 8px 10px;
	z-index: 98;
}

#headerlogbox label {
	color: #fff;
}



#headerlogbox span {
	display: block;
	margin: 5px 0;
}

#headerlogbox ul li {
	float: none;
	display: block;
}


#headerlogbox #account-login, #headerlogbox #password-login {
	background: #ccc;
	border: 2px solid #ccc;
	width: 142px;
}



#headernavlist
{
	position: relative;
	padding: 8px 0;
	margin: 0 20px 0 0;
}

#header-social
{
	position: relative;
	padding: 8px 0;
	margin: 20px 20px 0 0;
}

#headernavlist li, #header-social li
{
	list-style: none;
	margin: 0;
	display: inline;
	color:#666;
	font-size: 0.875em;
	font-weight: normal;
	float: right;
}

#headernavlist li span.nm
{
	color:#ccc;
}

#headernavlist li a
{
	padding: 8px 0.5em 10px 0.5em;
	margin-left: 3px;
	text-decoration: none;
}

#header-social li a
{
	padding: 9px 0.5em;
	margin-left: 3px;
	text-decoration: none;
}



#headernavlist li a:link, #header-social li a:link { color: #ededed; }
#headernavlist li a:visited, #header-social li a:visited { color: #ededed; }

#headernavlist li a:hover, #header-social li a:hover
{
	color: #fff;
	background: #444;
}

#headernavlist li a#home:hover
{
	color: #fff;
	background: #ec008c;
}

#headernavlist li a#home
{
	color: #ec008c;
}

#header-social li#header-facebook {
	padding-left: 13px;
	padding-bottom: 1px;
	background: url( style/images/facebook_icon.gif ) no-repeat left top;	
}

#header-social li#header-twitter {
	padding-left: 13px;
	padding-bottom: 1px;
	background: url( style/images/twitter_icon.gif ) no-repeat left top;	
}



#headerlogbox li a {
	color: #fff;
	text-decoration: underline;
	padding: 0;
	font-size: 0.825em;
}




#nav {
	background-color: #ccc;
	background-image: url(style/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;	
}

#navlist
{
	padding: 9px 0;
	margin: 0 20px 0 0;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
	color:#999;
	font-size: 0.875em;
	font-weight: bold;
}

#navlist li a
{
	padding: 10px 0.5em;
	margin-left: 3px;
	text-decoration: none;
}

#navlist li a:link { color: #555; }
#navlist li a:visited { color: #555; }

#navlist li a.mainnavactive
{
	color: #fff;
	background-color: #b1b1b1;
}

#navlist li a:hover
{
	color: #fff;
	background: #999;
}

#navlist li a#home:hover
{
	color: #fff;
	background: #ec008c;
}

#navlist li a#home
{
	/* background-image: url(../images/pk_shade.gif);
	background-repeat: repeat;
	background-position: left top; */
}


#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d5017f;
	background-color: #f7931e;
	height: 126px;
	background-image: url(style/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footersmallnav {
	float: right;
	width: 460px;
	text-align:right;
	clear:both;
	margin:5px 27px 0 0;
	color: #333;
}

#footersmallnav p {
	font-size: 0.643em;
	margin: 0;
}

#footersmallnav a, #footersmallnav a:link, #footersmallnav a:visited, #footersmallnav a:active {
	color: #333;
	text-decoration: underline;
}

#footersmallnav a:hover {
	color: #000;
	text-decoration: none;
}

#content {
	clear:both;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.875em;
	margin: 0.25em 0 0.25em 0;
	line-height: 0.75em;
	color: #686868;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.643em;
	margin: 0.25em 0 0.25em 0;
	line-height: 0.75em;
	color: #ccc;
}

#content h2.pink {
	color: #ec008c;
}

#content h3.gray {
	color: #999;
}














/* HOME */

#contenthome {
	position: relative;
	background-image: url(style/images/main_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentleft {
	float:left;
	width: 480px;
}

#homeleftcolumn {
	margin: 130px 90px 0 90px;
}

#homeleftcolumn p {
	color: #333;
}

#homeleftcolumn p.orange {
	color: #f57c23;
	font-weight: bold;
}

#homeleftcolumn p.enterlink {
	font-weight: bold;
	margin-top: 2em;
}

#homeleftcolumn p.enterlink a, #homeleftcolumn p.enterlink a:link, #homeleftcolumn p.enterlink a:active, #homeleftcolumn p.enterlink a:visited {
	color: #999;
	text-decoration: none;
	padding: 7px 0.5em;
	border: 1px solid #999;
	background-color: #fff;
}

#homeleftcolumn p.enterlink a:hover {
	color: #ec008c;
	background-color: #e1e1e1;
}

#contentright {
	float:left;
	width: 480px;
	background: #333;
}

/* END HOME */









/* PRODUCTS */

#contentproducts {
	background-image: url(style/images/products_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 446px;
	background-color:#333;
}

#contentproducts-vc {
	background-image: url(style/images/products_left_vc_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 446px;
	background-color:#ededed;
}

#contentproductssub {
	background-image: url(style/images/products_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* height: 446px; */
	background-color:#333;
}

#contentproductsdetail {
	background-image: url(style/images/products_detail_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* height: 446px; */
	background-color:#333;
}

#productleft {
	float:left;
	width: 480px;
}

#productdetailleft {
	float:left;
	width: 270px;
}

#productright {
	float:left;
	width: 480px;
}

#productdetailright {
	float:left;
	width: 690px;
}

#productmenu {
	float:left;
	width: 175px;
	margin: 30px 0 0 25px;
}

#productmenu-vc {
	float:left;
	width: 185px;
	margin: 30px 0 0 25px;
}

#productdetailmenu {
	float:left;
	width: 220px;
	margin: 30px 0 0 25px;
}

#productdescription {
	float:left;
	width: 215px;
	margin: 90px 0 0 40px;
}

#productdescription p {
	color: #fff;
}

#productmenu ul#catlist {
	list-style-image: url(style/images/bug.gif);
	margin: 1em 0 0 17px;
	font-size: 1em;
	line-height: 1.25em;
}

#catlist li {
	position: relative;
	list-style-image: url(style/images/bug.gif);
}

#catlist li ul {
	position: absolute;
	left: 60px;
	top: -5px;
	width: 200px;
	display: none;
	background: #fff;
	z-index: 999;
	list-style-image: none;
	border: 1px solid #ccc;
}

#catlist li ul li {
	padding: 3px;
	list-style-image: none;
}

#catlist li ul li a {
	color: #484848;
	text-decoration: none;
}

#catlist li a, #catlist li a:link, #catlist li a:active, #catlist li a:visited {
	color: #484848;
	text-decoration: none;
}

#catlist li a:hover {
	color: #ec008c;
}

#catlist li a.active {
	color: #ec008c;
}


div#productmenu ul#virtual-cat-menu {
	list-style-image: url(style/images/bug.gif);
	margin: 1em 0 0 17px;
	font-size: 1em;
	line-height: 1.25em;
}

#virtual-cat-menu li {
	list-style-image: url(style/images/bug.gif);
}

#virtual-cat-menu li a, #virtual-cat-menu li a:link, #virtual-cat-menu li a:active, #virtual-cat-menu li a:visited {
	color: #484848;
	text-decoration: none;
}

#virtual-cat-menu li a:hover {
	color: #ec008c;
}

#virtual-cat-menu li a.active {
	color: #ec008c;
}



.productbox {
	float: left;
	width: 136px;
	margin: 36px 0 0 18px;
	background-image: url(style/images/productbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
}

.productbox h4 {
	display: block;
	margin: .25em 3px 0 3px;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1em;
	color: #f57c23;
	height: 2em;
}

.productbox p.price {
	margin: 1em 3px 0 3px;
	font-weight: bold;
	font-size: 0.75em;
	color: #ccc;
	padding-left: 3px;
}

.productbox span.price {
	margin: 1em 3px 0 3px;
	font-weight: bold;
	font-size: 0.75em;
	color: #ccc;
}


.productbox p.details a {
	display: block;
	font-weight: bold;
	font-size: 0.75em;
	color: #ccc;
	text-decoration: none;
	border: 1px solid #444;
	padding: 1px 1px 1px 7px;
	background-color: #333;
}

.productbox p.details a:hover {
	color: #ec008c;
	background-color: #e1e1e1;
}

.productbox p.details {
	margin: 1em 3px 0 3px;
}

.thumbbox { 
	width:136px;
	padding: 8px;
	background:url(style/images/thumb_bg.jpg) no-repeat left top;
	background-color:transparent;
	clear:both;
}

.thumbactivator { 
	position: absolute;
	margin: 3px;
}

.thumbactivator p { 
	margin: 0;
}

.thumbactivator p a {
	display: block;
	font-weight: bold;
	font-size: 0.75em;
	color: #ccc;
	text-decoration: none;
	padding: 1px 7px 1px 7px;
	background-color: #333;
}

.thumbactivator p a:hover {
	color: #ec008c;
	background-color: #ccc;
}



#productlist {
	list-style-image: url(style/images/bug_sm.gif);
	margin: 0.25em 0 0.25em 17px;
	font-size: 0.875em;
	line-height: 1.5em;
}

#productlist li a, #productlist li a:link, #productlist li a:active, #productlist li a:visited {
	color: #484848;
	text-decoration: none;
}

#productlist li a:hover {
	color: #ec008c;
}

#productlist li a.active {
	color: #ec008c;
}



















/*  */


#productdetails {
	float: left;
	margin: 40px 0 0 20px;
	color: #ccc;
	width: 330px;
}

#productdetails h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	margin: 1em 0 0.25em 0;
	line-height: 0.75em;
	color: #f57c23;
}

#productdetails p.sku {
	margin: 0;
	color: #999;
	font-size: 0.75em;
}

#productdetails p.price {
	margin: 0;
	color: #ccc;
	font-size: 0.875em;
	font-weight:bold;
}

.productthumb {
	float: left;
	background-color: #222;
	padding: 4px;
	margin: 0 7px 10px 0;
}

#productimage {
	background-color:#666;
	padding: 4px;
	margin:50px 0 0 10px;
}

#productthumbcontainer {
	float:left;
	width:308px;
	margin:20px 0 20px 10px;
}


#productactions li
{
	list-style: none;
	margin: 0;
	display: inline;
	color:#999;
	font-size: 0.675em;
	font-weight: bold;
}

#productactions li a
{
	padding: 7px 0.5em;
	margin-right: 3px;
	text-decoration: none;
	color:#ccc;
	border: 1px solid #999;
}

#productactions li a:hover {
	color: #ec008c;
	background-color: #e1e1e1;
}

#productactions {
	margin: 2em 0 0 0;
}

#productdetails em {
	font-style: italic;
}


#productdetails ul.product {
	font-size: 0.875em;
	list-style-type:circle;
	margin-top: 0px;
}

#productdetails ul.product li {
	margin-left: 1.25em;
}

#productdetails ul.product li span {
	background-color:#262626;
}

#productdetails ul.product li strong {
	font-weight: bold;
}

#productdetails span.pink {
	color: #f457b4;
}

#productdetails select {
	width: 120px;
}

#productdetails #featurelist {
	list-style-type:circle;
	font-size:0.875em;
	margin: 0 0 0 1em;
}

.productback {
	margin: 1em 0 0 0;
}

.productback a, .productback a:link, .productback a:active, .productback a:visited {
	text-decoration: none;
	color:#333;
	font-size:0.875em;
}

.productback a:hover {
	color: #999;
}



/* */












#blog {
	background-color: #f8f8f8;
	background-image: url(style/images/blog_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 40px;
}

#blog-content {
	float: left;
	width: 480px;
	margin: 20px 0 0 0;
}

#blog-content h2 {
	margin: 0 0 30px 0;
	line-height: 20px;
	color: #b1b1b1;
}

#blog-content h2 span {
	color: #ec008c;
}


#blog-content h2 span.small-title {
	color: #b1b1b1;
	font-size: 0.75em;
}



#blog-content .blog-post-container {
	width: 440px;
	background: url(style/images/content_col_corner.png) no-repeat left bottom;
	margin: 0 0 20px 0;
}

#blog-content .blog-post-container .blog-post {
	padding: 0 20px 10px 20px;
	margin: 0;
}


#blog-content .blog-post-container .blog-post h3 {
	color: #484848;
	line-height: 1em;
}

#blog-content .blog-post-container .blog-post h3 a:link, #blog-content .blog-post-container .blog-post h3 a:visited {
	color: #484848;
	text-decoration: none;
}

#blog-content .blog-post-container .blog-post h3 a:hover {
	color: #484848;
	text-decoration: underline;
}

#blog-content .blog-post-container .blog-post h3 a:active {
	color: #484848;
	text-decoration: none;
}

#blog-content .blog-post-container .blog-post h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b1b1b1;
	font-size: 1em;
	margin-top: 0;
}

#blog-content .blog-post-container .blog-post h5 {
	color: #b1b1b1;
	font-size: 0.875em;
}

#blog-content .blog-post-container .blog-post h5 a:link, #blog-content .blog-post-container .blog-post h5 a:visited {
	color: #b1b1b1;
	text-decoration: none;
}

#blog-content .blog-post-container .blog-post h5 a:hover {
	color: #b1b1b1;
	text-decoration: underline;
}

#blog-content .blog-post-container .blog-post h5 a:active {
	color: #b1b1b1;
	text-decoration: none;
}



#blog-content .blog-post-container .blog-post p {
	color: #666;
	line-height: 1.5em;
	font-size: 0.875em;
}

#blog-content .blog-post-container .blog-post p img {
	float: left;
	background: #f8f8f8 url(style/images/image_bg.jpg) repeat-x left bottom;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

#blog-content .blog-post-container .blog-post p.morelink {
	text-align: right;
	font-size: 0.925em;
}


#blog-content .blog-post-container .blog-post p.postfoot {
	color: #b1b1b1;
}



#blog-content .blog-post-container .blog-post p.morelink a:link, #blog-content .blog-post-container .blog-post p.morelink a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ec008c;
}

#blog-content .blog-post-container .blog-post p.morelink a:hover {
	text-decoration: underline;
}

#blog-content .blog-post-container .blog-post p.morelink a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ec008c;
}


#blog-content .blog-post-container .blog-post blockquote {
	color: #484848;
	line-height: 1.625em;
	font-size: 1em;
	padding: 0 10px 0 15px;
}

#blog-content .blog-post-container .blog-post ul {
	color: #484848;
	line-height: 1.625em;
	font-size: 0.825em;
	padding: 0 0 0 30px;
}

#blog-content .blog-post-container .blog-post ul li {
	color: #484848;
	list-style-type: circle;
	list-style-position: outside;
}

#blog-content .blog-post-container .blog-post ol {
	color: #484848;
	line-height: 1.625em;
	font-size: 0.825em;
	padding: 0 0 0 30px;
}

#blog-content .blog-post-container .blog-post ol li {
	color: #484848;
	list-style-type: decimal;
	list-style-position: outside;
}







/**/



#blog-content .posse-single-container {
	width: 460px;
	background: url(style/images/content_col_corner.png) no-repeat left bottom;
	margin: 0 0 20px 0;
}


#blog-content .posse-single-container .image-frame {
	margin: 0 0 0 20px;
}



#blog-content .posse-single-container .posse-single {
	padding: 0 20px 10px 20px;
	margin: 0;
}

#blog-content .posse-single-container .posse-single h3 {
	font-size: 1.25em;
	color: #f57c23;
	margin: 10px 0 0 0;
}

#blog-content .posse-single-container .posse-single p {
	color: #666;
	line-height: 1.5em;
	font-size: 0.875em;
}

#blog-content .posse-single-container .posse-single p img {
	float: left;
	background: #f8f8f8 url(style/images/image_bg.jpg) repeat-x left bottom;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}

#blog-content .posse-single-container .posse-single blockquote {
	color: #484848;
	line-height: 1.625em;
	font-size: 1em;
	padding: 0 10px 0 15px;
}

#blog-content .posse-single-container .posse-single ul {
	color: #484848;
	line-height: 1.625em;
	font-size: 0.825em;
	padding: 0 0 0 30px;
}

#blog-content .posse-single-container .posse-single ul li {
	color: #484848;
	list-style-type: circle;
	list-style-position: outside;
}

#blog-content .posse-single-container .posse-single ol {
	color: #484848;
	line-height: 1.625em;
	font-size: 0.825em;
	padding: 0 0 0 30px;
}

#blog-content .posse-single-container .posse-single ol li {
	color: #484848;
	list-style-type: decimal;
	list-style-position: outside;
}





#blog-content .posse-single-menu {
	width: 115px;
	float: right;
}

#blog-content .posse-single-menu h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #484848;
	margin: 0 0 5px 0;
}


#blog-content .posse-single-menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	color: #f57c23;
	line-height: 1.25em;
}



/**/


#blog-content .posse-container {
	width: 480px;
	background: url(style/images/content_col_corner.png) no-repeat left bottom;
	margin: 0 0 20px 0;
}

#blog-content .posse-container .posse {
	padding: 0 0 10px 0;
	margin: 0;
}

#blog-content .posse-container .posse h3 {
	padding: 0 40px 0 20px;
	color:#ec008c;
}


#blog-content .posse-container .posse p {
	color: #666;
	line-height: 1.5em;
	font-size: 0.875em;
	padding: 0 40px 0 20px;
}




#blog-content .posse-container .posse .posse-thumb {
	float: left;
	margin: 0 0 20px 20px;
}


#blog-content .posse-container .posse .posse-thumb h3 {
	font-size: 0.875em;
	color: #f57c23;
	margin: 5px 0 0 0;
	padding: 0;
}

.posse-thumb h3 a:link, .posse-thumb h3 a:visited {
	color: #f57c23;
	text-decoration: none;
}

.posse-thumb h3 a:hover {
	color: #f57c23;
	text-decoration: underline;
}

.posse-thumb h3 a:active {
	color: #f57c23;
	text-decoration: none;
}





/**/




#blog-menu {
	float: left;
	width: 400px;
	margin: 50px 0 0 0;
}


#blog-menu-column {
	margin: 0 10px;
}


#blog-menu-column .category-container {
	width: 380px;
	min-height: 90px;
	background: url(style/images/menu_col_corner_bg.jpg) no-repeat left bottom;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
}

#blog-menu-column .category-container h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b1b1b1;
	margin: 0 0 0 10px;
}

#blog-menu-column .category-container h6.active {
	color: #ec008c;
}

#blog-menu-column .category-container ul {
	margin: 5px 0 0 20px;
}

#blog-menu-column .category-container p {
	margin: 5px 0 0 20px;
}

#blog-menu-column .category-container ul li {
	line-height: 1.5em;
	color: #484848;
	font-size: 0.825em;
}

#blog-menu-column .category-container ul li a:link, #blog-menu-column .category-container ul li a:visited {
	color: #484848;
	text-decoration: underline;
}

#blog-menu-column .category-container ul li a:hover {
	color: #484848;
	text-decoration: none;
}

#blog-menu-column .category-container ul li a:active {
	color: #484848;
	text-decoration: underline;
}

#blog-menu-column .category-container .image-frame {
	float:right;
	margin: 0 0 0 10px;
}



.image-frame img {
	background: #f8f8f8 url(style/images/image_bg.jpg) repeat-x left bottom;
	padding: 4px;
	border: 1px solid #ccc;
}



#menu-container {
	position: relative;
	width: 380px;
	background: url(style/images/menu_col_corner_bg.jpg) no-repeat left bottom;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}



#menu-container ul#blognav {
	position: relative;
	list-style-image: url(style/images/bug.gif);
	list-style-type:square;
	margin: 0 0 10px 27px;
	font-size: 1em;
	line-height: 1.25em;
	width: 150px;
	padding: 10px 0 0 0;
}

#menu-container #blognav li {
	list-style-image: url(style/images/bug.gif);
	list-style-type:square;
}


#menu-container #blognav li a {
	color: #484848;
	text-decoration: none;
}

#menu-container #blognav li a:link, #menu-container #blognav li a:visited {
	color: #484848;
	text-decoration: none;
}

#menu-container #blognav li a:hover {
	color: #ec008c;
	text-decoration: none;
}

#menu-container #blognav li a.active {
	color: #ec008c;
	text-decoration: none;
}


#blognav-promo {
	float: right;
	width: 190px;
	background: url(style/images/menu_col_pink_box.jpg) no-repeat left top;
}

#blognav-promo h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #484848;
	margin: 10px 10px 5px 20px;
}

#blognav-promo h6 span {
	color: #ec008c;
}

#blognav-promo p {
	margin: 0 10px 0 20px;
}

p#blognav-promo-link {
	text-align: right;
	margin: 10px 10px 10px 20px;
}


p#blognav-promo-link a:link, p#blognav-promo-link a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ec008c;
}

p#blognav-promo-link a:hover {
	text-decoration: underline;
}

p#blognav-promo-link a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ec008c;
}









#blog-menu-column .login-container ul#blog-login {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blog-menu-column .login-container ul#blog-login li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	width: 180px;
}

#blog-menu-column .login-container ul#blog-login li#blogin {
	float: left;
}

#blog-menu-column .login-container ul#blog-login li#breg {
	float: right;
}

#blog-menu-column .login-container {
	width: 380px;
	background: url(style/images/menu_col_corner_bg.jpg) no-repeat left bottom;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
}


#blog-menu-column .login-container ul#blog-login li a {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	color: #b1b1b1;
	background: #fcfcfc url(style/images/menu-button-bg.jpg) repeat-x left bottom;
}

#blog-menu-column .login-container ul#blog-login li a:hover {
	color: #ec008c;
}

#blog-login-space {
	padding: 0;
	margin: 0;
	width: 300px;
	line-height: 1px;
	height: 1px;
}

#blog-login-box {
	padding: 10px 0;
}

.alw-login-user {
	font-size: 0.825em;
	color: #b1b1b1;
	float:left;
	margin-right:20px
}

.alw-login-pass {
	font-size: 0.825em;
	color: #b1b1b1;
	float:left;
}

.alw-login-user input {
	width: 176px;
	margin-bottom: 3px;
	outline: 0;
}

.alw-login-pass input {
	width: 176px;
	margin-bottom: 3px;
	outline: 0;
}

.alw_login_p {
	float: left;
	width: 370px;
	padding: 5px 0 5px 3px;
	font-size: 0.825em;
}

.alw_login_s {
	float: right;
	text-align: right;
	width: 120px;
	font-size: 0.825em;
}

.alw_login_s input {
	font-size: 1.25em;
}


.alw-login-close {
	padding: 5px 0 7px 3px;
}

.alw-close-box {
	float: right;
	padding-right: 3px;
	text-align: right;
	font-size: 0.825em;
}


#blog-menu-column .login-container ul#blog-login-close {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blog-menu-column .login-container ul#blog-login-close li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	width: 376px;
}



#blog-menu-column .login-container ul#blog-login-close li a {
	font-size: 0.875em;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	padding: 3px 5px 0 5px;
	text-decoration: none;
	color: #b1b1b1;
	background: #fcfcfc url(style/images/menu-button-bg.jpg) repeat-x left bottom;
}

#blog-menu-column .login-container ul#blog-login-close li a:hover {
	color: #ec008c;
}






/**/











#infoscreen {
	background-color: #f8f8f8;
	background-image: url(style/images/customer_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}



div#infoscreen .comm {
	background-color: #f8f8f8;
	background-image: url(style/images/community_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#infoscreen h3 {
	color:#686868;
}

#infoscreen strong {
	font-weight: bold;
	color:#424242;
}

#infoscreen h4 {
	font-size:1em;
	font-weight:bold;
	color:#666;
	margin-top:1.25em;
}

#infoscreen h4.pink {
	color: #ec008c;
}

#infoscreen p {
	margin-top:1em;
	color:#333;
}

#infoscreen p.required {
	color:#666;
	font-size:0.75em;
	margin: 1em 0 0 0;
}

#infoscreen p a, #infoscreen p a:link, #infoscreen p a:visited, #infoscreen p a:active {
	color:#666;
}

#infoscreen p a:hover {
	color:#333;
	text-decoration: none;
}


.infoactions li
{
	list-style: none;
	margin: 0;
	display: inline;
	color:#999;
	font-size: 0.875em;
	font-weight: bold;
}

.infoactions li a
{
	padding: 7px 0.5em;
	margin-right: 3px;
	text-decoration: none;
	color:#999;
	border: 1px solid #ccc;
}

.infoactions li a:hover {
	color: #ec008c;
	background-color: #e1e1e1;
}

.infoactions {
	margin: 2em 0 2em 0;
}

#infoscreen .check {
	display: inline;
}


p.account-error {
	border: 1px solid #ccc;
	background:#cc9999;
}


/**/


#flashlink {
	position: absolute;
	top: 0;
	left: 480px;
	width: 480px;
	height: 446px;
}

#flashlink a {
	display: block;
	width: 480px;
	height: 446px;
	cursor: pointer;
	text-decoration: none;
}





#headerregbox div {
	display: block;
	margin: 5px 3px 5px 0;
	color: #fff;
}

#headerregbox ul li {
	float: none;
	display: block;
}


#headerregbox #user_login, #headerregbox #user_email {
	background: #ccc;
	border: 2px solid #ccc;
	width: 142px;
}

#headerregbox label {
	color: #fff;
	font-size: 0.825em;
}

#reg-extra {
	font-size: 0.825em;
}

#reg-extra a {
	color: #fff;
	text-decoration: underline;
	padding: 0;
}

/**/

ol.commentlist li {
	font-size: 13px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

ol.commentlist li h4 {
	font-size: 14px;
}

ol.commentlist li p {
	font-size: 13px;
}

ol.commentlist li img {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.comments {
	width: 410px;	
}

h3.original {
	text-decoration:line-through;
}