@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
li {
	min-height: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe{
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.terms-of-service{
	border: 1px solid #000;
	height: 300px;
	overflow: scroll;
}

#promo-codes{
	padding: 15px;
}

.application-header{
	padding: 3px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	background-color:#333;
	border-bottom: 1px solid #666;
}

.active-sessions{
	font-size: 12px;
	float: right;
	padding: 5px;
}

.session-id{
	float: left;
	margin-right: 10px;
	width: 170px;
}

.session-role{
	float: left;
	margin-right: 10px;
	width: 120px;
}

.session-elapsed-time{
	float: left;
	margin-right: 10px;
	width: 150px;
	text-align: right;
}

.session-ip{
	float: left;
	margin-right: 10px;
	width: 150px;
}

.session-browser{
	float: left;
	width: 125px;
	margin-right: 10px;
}

.session-row-dark, .session-row-light{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.session-row{
	overflow: hidden;
}

.session-row-dark{
	background-color: #aaa;
}

.session-row-light{
	background-color: #CCC;
}

.session-elapsed-time{
	float: left;
}

.application-rows{
	height: 0px;
	overflow: hidden;
}

.clear{
	clear: both;
}

object{
	position: relative;
	z-index: 10;
}

input:focus{
  outline-width:0;
}

label{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding: 2px;
	margin: 2px;
	border: 1px solid transparent;
	font-family:Arial, Helvetica, sans-serif;
}

.Ohidden{
	display: none;
}

.Ofooter-logged-in{
	margin: 0px 0px 100px 0px;
	border: solid1px #f00;
}

.OImage-link{
	cursor: pointer;
} @charset "UTF-8";
/* CSS Document */

/*****************************
	Cart Styles
*****************************/
#cart-content{
	width: 900px;
	min-height: 400px;
	background-color: #ffffff;
	padding: 20px;
}

#cart-content h2{
	font-size: 30px;
	color: #373737;
	margin-bottom: 10px;
}

#cart-content #information{
	float: left;
	width: 500px;
}

#shippingInfo{
	float: left;
	padding: 20px;
	border-right: 1px solid #CCC;
}

#billingInfo{
	float: left;
	padding: 20px;
}

.item-field, .item-field-right{
	float: left;
	padding: 10px;
	padding-right: 30px;
}

.item-field-right{
	float: right;
	text-align: right;
}

#btn-remove{
	padding-top: 15px;
}

.no-items{
	padding: 50px;
	text-align: center;
	font-size: 18px;
}

.no-items span{
	font-size: 12px;
}

#totals{
	float: right;
	padding: 30px;
	text-align: right;
	
	font-size: 14px;
}

.grand-total{
	font-size: 15px;
	border-top: 1px solid #999;
	padding-top: 5px;
	margin-top: 5px;
	color: #373737
}

#btn-checkout{
	margin-top: 10px;
	margin-right: -22px;
}



/***************************
	Checkout styles
***************************/
#checkout{
	background-color: #ffffff;
	padding: 20px;
}

#checkout h2{
	font-size: 28px;
	color: #555;
	padding: 10px;
}

#checkout h3{
	font-size: 16px;
	color: #555;
	padding: 10px;
}

#checkout-left{
	float: left;
	position: relative;
	width: 250px;
	border-right: 1px solid #CCC;
}

#checkout-right{
	float: left;
	position: relative;
	margin-left: 30px;
	width: 650px;
}

#checkout label{
	margin: 3px !important;
	padding: 3px !important;
	border: 1px solid transparent !important;
	font-size: 12px !important;
	color: #333;
}

#checkout input{
	margin: 3px !important;
	padding: 3px !important;
	border: 1px solid #999 !important;
	font-size: 12px !important;
	width: 400px;
	
}

#checkout select{
	margin: 3px !important;
	padding: 3px !important;
	border: 1px solid #999 !important;
	font-size: 15px !important;
	
}

#checkout input[type="submit"]{
	background-image: url(/templates/mm/images/btn-place-order.png);
	background-repeat: no-repeat;
	width: 148px;
	height: 47px;
	color: transparent;
	border: 0px !important;
	background-color: transparent;
}

.same-addresses-label{
	float: left;
	width: 250px;
	padding-top: 10px;
}

.same-addresses{
	float: left;
	padding-top: 10px;
}

#checkout input[type="radio"]{
	width: 20px;
	border: 0px solid transparent;
}

#thank-you{
	text-align: center;
}

#thank-you p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.error{
	color: #F00 !important;
}





#accountOrder{

}

#accountOrder ul{
	float: left;
	margin: 10px;
}

#totalRightProd{
	flaot: left;
}

.recipient{
	width: 250px;
}
html {
	background:#fff url(/templates/mm/images/body-bg.jpg) repeat-x;
	height:100%;
}
img{
	border:none;
}
	
body{
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:url(/templates/mm/images/main-bg.jpg) no-repeat;
	height:100%;
}

.images-container {
	width:100%;
}

a {
	color:#be3531;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration: underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#page {
	min-height:100%;
	width:993px;
	margin:0 auto;
}
* html #page {height:100%;}
#header {
	width:100%;
	padding-top:21px;
	position:relative;
	margin-bottom:0px;/*18px*/
}
.logo {
	background:url(/templates/mm/images/logo.gif) no-repeat;
	width:332px;
	height:65px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
	margin-left:8px;
}
.best-product {
	background:url(/templates/mm/images/best-product.png) no-repeat;
	width:247px;
	height:190px;
	position:absolute;
	top:7px;
	right:-18px;
	text-indent:-9999em;
	z-index:2;
}
.nav {
	margin:28px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font:18px Georgia, "Times New Roman", Times, serif;
}
.nav li {
	float:left;
	margin-right:2px;
}
.nav a {
	background:url(/templates/mm/images/nav.gif) no-repeat;
	width:144px;
	height:32px;
	float:left;
	text-align:center;
	line-height:32px;
	color:#fff;
}






#box-wrapper .box {
	background:url(/templates/mm/images/red-box-bottom.gif) no-repeat 0 100%;
	position:relative;
	padding-bottom:12px;
	margin-bottom:18px;
	z-index:1;
	color:#fff;
}
#box-wrapper .box .cutout {
	position:absolute;
	bottom:0px;/*0*/
	left:300px;
}
#box-wrapper .box .inner {
	background:#bc423a url(/templates/mm/images/red-box-top.jpg) no-repeat;
	width:100%;
	padding:21px 0;
}
#box-wrapper .box .inner:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
}
#box-wrapper .box .left-part {
	float:left;
	width:235px;
	margin:0 31px 0 24px;
	min-height:220px;
	padding-top:5px;
	display:inline;
}
#box-wrapper .box .left-part q {
	font:italic bold 24px/36px Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-bottom:15px;
}
#page #header .type2 .left-part q {
	font-size:24px;
	line-height:36px;
}

#box-wrapper .box .homepage-sub-quote {
	position:absolute;
	top:160px;
	right:30px;
	width:390px;
	font:italic bold 20px/34px Georgia, "Times New Roman", Times, serif;
	border-top:1px solid #CB705F;
	padding-top:3px;
}
#box-wrapper .box .homepage-sub-quote cite {
	font-size:14px;
	font-weight:normal;
}
#box-wrapper .box .left-part cite {
	font-size:15px;
	font-style:italic;
	display:block;
	text-align:right;
}
#header .holder {
	float:left;
	width:400px;
	border-left:2px solid #cb705f;
	padding-left:285px;
	margin-bottom:-12px;
}
#header .holder img {
	float:left;
	margin:-15px 39px -35px;
	display:inline;
	position:relative;
}
#header .type2 .holder img {
	margin:-19px 0 -32px;
}
#box-wrapper .link-box {
	width:225px;
	float:left;
	margin-left:250px;
}
#box-wrapper .link-box strong {
	font:bold italic 24px/40px Georgia, "Times New Roman", Times, serif;
	padding-bottom:12px;
	display:block;
}
#box-wrapper .link-box a {
	font:italic 15px Arial, Helvetica, sans-serif;
	color:#fff;
}
#box-wrapper .buy-now {
	background:url(/templates/mm/images/buy-now.jpg) no-repeat;
	width:177px;
	height:87px;
	float:right;
	margin:40px 15px 0 0;
	text-indent:-9999em;
}
#header .holder blockquote {
	margin:20px 0 0;
	border-top:1px solid #c16757;
	float:left;
	width:380px;
	padding:0 5px;
	line-height:34px;
}
#header .holder blockquote q {
	font:italic bold 20px/34px Georgia, "Times New Roman", Times, serif;
}
#header .holder blockquote cite {
	font-size:14px;
	font-style:italic;
	margin-left:10px;
}
#header .mini-nav {
	position:absolute;
	top:56px;
	left:425px;
}
#header .mini-nav li{
	display:inline;
	color:#fff;
	border-left: 1px solid #fff;
	padding: 0 10px;
}
#header .mini-nav > li:first-child {
	border: none;
}
#header .mini-nav li a{
	color: #fff;
}
#header .mini-nav li a:hover{
	text-decoration:underline;
}
#container {
	width:100%;
	overflow:hidden;
	padding-top:0px;/*4px*/
	padding-bottom:55px;
}
.sidebar {
	background:#fff;
	width:280px;
	float:left;
}
.sidebar .inner {
	background:url(/templates/mm/images/sidebar.gif) no-repeat;
	float:left;
	margin-top:-4px;
	padding:5px 0 0 12px;
	position:relative;
	overflow:hidden;
	width:268px;
}
.sidebar-rule {
	padding-top: 10px;
}
.sidebar h2 {
	margin:17px 0 9px;
	font:bold 21px Georgia, "Times New Roman", Times, serif;
	color:#be3531;
}
.sidebar h3 {
	margin:17px 0 9px;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#be3531;
}
.sidebar p {
	line-height:20px;
}
.link-list {
	margin:0 18px 0 0;
	padding:0 0 12px 13px;
	list-style:none;
	font-size:13px;
	font-weight:bold;
	border-bottom:none;/*2px solid #f1f1f2;*/
}
.link-list li {
	padding-left:15px;
	background:url(/templates/mm/images/marker.gif) no-repeat 0 5px;
	margin-bottom:5px;
}
.link-list a {
	color:#231f20;
}


blockquote.left-part {
	padding-right:31px;
	border-right:2px solid #cb705f;
}

#container .main-column .codedsitemap li {
	border-left:none;
	float:none;
	margin:6px 0;
	padding:0;
}
#container .main-column .codedsitemap h2 {
	margin-bottom:0px;
}
#container .main-column .codedsitemap li a {
	color:#000;
}
#container .main-column .codedsitemap li a:hover {
	color:#be3531;
}
#container .main-column .codedsitemap .sitemap-wrapper ul li {
	margin-left:50px;
}
#container .main-column .codedsitemap .sitemap-wrapper ul li ul li {
	margin-left:30px;
}
.sidebar .box {
	border-bottom:2px solid #f1f1f2;
	margin-right:17px;
}
.sidebar .box img {
	border:1px solid #dcddde;
}
.product-list {
	margin:0 -20px 0 0;
	padding:0 18px 0 0;
	list-style:none;
	width:288px;
}
.product-list li {
	width:77px;
	float:left;
	padding-left:7px;
	margin: 0 6px 15px 0;
}
.product-list img {
	display:block;
}
.product-list strong {
	color:#be3531;
	margin:15px 0 7px;
	display:block;
}
.product-list .more {
	background:url(/templates/mm/images/more-btn.gif) no-repeat;
	width:84px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
	display:block;
	margin-left:-7px;
	position:relative;
}
.main-column {
	width:699px;
	float:right;
	background:#fff;
}
.main-column .inner {
	float:left;
	margin-top:-4px;
	position:relative;
	background: url(/templates/mm/images/main-column.gif) no-repeat;
	padding:15px 20px 0 16px;
	width:663px;
	min-height:642px;
}
#inner #subnav {
	margin:0 0 20px 0;/*0 0 17px*/
	padding:0;
	list-style:none;
	width:100%;/*100%*/
	overflow:hidden;
	font:15px Georgia, "Times New Roman", Times, serif;
}
#inner #subnav li {
	float:left;
	padding:0 10px;/*0 10px*/
	margin:0;/*0 10px 0 -10px;*/
	border-left:1px solid #be3531;
}
#inner #subnav > li:first-child {
	border-left: none;
}
#inner #subnav a {
	color:#be3531;
	text-decoration:underline;
	margin: 0;
	padding:0;
}
#inner #subnav a:hover {
	text-decoration:none;
}
.wrap {
	width:100%;
	overflow:hidden;
}
.img-holder {
	width:174px;
	float:left;
	padding-left:8px;
}
.img-holder-right {
	width:174px;
	float:right;
	padding-right:8px;
}
.img-holder-thin {
	width:122px;
	float:left;
	padding-left:8px;
}
.img-holder img {
	display:block;
	margin-bottom:15px;
}
.main-column p {
	margin:0 0 25px;
	line-height:23px;
}
.main-column h2 {
	margin:0 0 25px;
	font:bold 21px/65px Georgia, "Times New Roman", Times, serif;
	color:#231f20;
	letter-spacing:-1px;
}
.main-column h3 {
	margin:0 0 25px;
	font:bold 21px/20px Georgia, "Times New Roman", Times, serif;
	color:#231f20;
	letter-spacing:-1px;
}
.main-column ul li {
	margin: 7px 0 20px 0px;/*7px 0 7px 20px*/
	float:left;
	font-family:Arial,Helvetica,Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	list-style-position:outside;
	list-style-type:none;
	border-left:1px solid #BE3531;
	padding:0px 8px;
}
.main-column ul > li:first-child {
	padding-left: 0px;
	border-left:0;
}
.editMenu {
	color:#000 !important;
}
#container .main-column .blog-post label,
#container .main-column .new-post label {
	font-family:Arial,Helvetica,Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	color:#000;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
#container .main-column .blog-post a,
#container .main-column .new-post a {
	color:#BE3531;
}
#container .main-column .blog-post p,
#container .main-column .new-post p {
	font-family:Arial,Helvetica,Georgia,"Times New Roman",Times,serif;
	color:#000;
}
#container .main-column .blog-post .OImage,
#container .main-column .blog-post .OImage {
	float:right;
	margin:0 0 10px 15px;
}
#container .main-column .blog-post h2 {
	font-family:Arial,Helvetica,Georgia,"Times New Roman",Times,serif;
	line-height:26px;
	color:#BE3531;
	margin:0;
	padding:0;
}
#container .main-column .blog-post-content {
	padding:0 0 7px 0;
}
#container .main-column .btn-new-post {
	height:14px;
}
.inner .fullcol .gallery-wrapper .OImage-container {
	display:block;
	float:left;
	height:220px !important;
	width:220px;
}


.twocolminileft {
	float:left;
	padding-left:8px;
	width:174px;
}
.twocolminileft img {
	margin:10px 0;
}
.twocolright {
	float:right;
	padding-right:10px;
	width:440px;
}
.twocolminiright {
	float:right;
	padding-right:8px;
	width:174px;
}
.twocolminiright img {
	margin:10px 0;
}
.twocolleft {
	float:left;
	padding-left:10px;
	width:440px;
}
.twocoltop {
	padding-bottom:20px;
}
#container .main-column .twocolright ul li,
#container .main-column .twocolleft ul li {
	width:100%;
	list-style-type:disc;
	border:none;
	padding:0;
	margin:0 0 0 40px;
	font-size:13px;
	line-height:23px;
}




#container .fullcol .homepageproducts {
	border:none;
}


.main-column ul.main-product-list li {
	border-left:none;
	padding-left:14px;
}
.main-column ul.main-product-list li ul li:first-child {
	padding-left:14px;
}


.videoholder {
	float:left;
	width:175px;
	padding-left:8px;
	min-height:100px;
}
.textholder {
	float:right;
	width:400px;
	padding-right:8px;
	min-height:100px;
}


.in-motion {
	display:block;
	background:url(/templates/mm/images/in-motion.gif) no-repeat;
	width:167px;
	height:69px;
	text-indent:-9999em;
	float:left;
	margin-right:22px;
}
.content {
	width:455px;
	padding-right:10px;
	float:right;
}
.content-left {
	width:455px;
	padding-left:10px;
	float:left;
}
.content-3-col {
	width:290px;
	padding-right:10px;
	float:left;
}
.content-img-right {
	float:right;
	width: 225px;
}
.content-img-right-thin {
	float:right;
	width: 180px;
}
.content-img-right img,
.content-img-right-thin img {
	display: block;
	margin: 0 auto;
}
.full-content hr {
	display:inline;
	width:100%;
}
.main-product-list {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:14px;
}
.main-column .main-product-list li {
	float:left;
	width:170px;
	/*margin-left:75px;*/
	display:inline;
	padding-left:40px;
	overflow:hidden;
}
.main-column .main-product-list li:first-child {
	padding-left:40px;
}
.main-product-list .buy-now,
.content-3-col .buy-now {
	background:url(/templates/mm/images/buy-now2.gif) no-repeat;
	width:151px;
	height:46px;
	display:block;
	text-indent:-9999em;
	margin-left:-12px;
	position:relative;
	margin-top:20px;
}
.main-product-list strong {
	display:block;
	color:#be3531;
	font-size:16px;
	margin:10px 0 10px;
}
.main-product-list ul {
	margin:0;
	padding:0 0 12px;
	list-style:none;
}
.main-product-list ul li {
	float:none;
	display:block;
	margin:0;
	padding-left:15px;
	background:url(/templates/mm/images/marker2.gif) no-repeat 0 7px;
	line-height:19px;
}
.main-product-list ul a {
	color:#231f20;
}
#footer {
	height:20px;
	padding-top:20px;
	position:relative;
	width:993px;
	margin:-42px auto 0;
	font-size:11px;
	color:#b9b672;
	border-top:2px solid #dad6b2;
}
#footer a {
	color:#b9b672;
}
#footer ul, #footer li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	padding-left:14px;
	margin-left:14px;
	border-left:1px solid #b9b672;
}
#sitemap .ddsg-wrapper div p {
	display:none;
}
/*.millennial-blog a {
	color: #000;
}*/
.post-date {
	margin-bottom:50px;
}
.floatright {
	float:right;
	margin:5px 0px 5px 5px;
}
.floatleft {
	float:left;
	margin:5px 5px 5px 0px;
}
.sidebar-img {
	margin-left:35px;
}

ul.link-list .sidebar-text {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
ul.link-list .sidebar-text a {
	color:#f00;
}
ul.link-list li {
	margin-bottom:10px;
}
ul.link-list img {
	margin:10px 0;
}
.sidebar .inner ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.sidebar .inner ul .cat-item {
	position:relative;
}
.sidebar .inner ul .cat-item span.category {
	position:absolute;
	top:20px;
	left:96px;
	width:150px;
}
.sidebar .inner ul .cat-item span.category a {
	font-size:18px;
	color:#BE3531;
	font-style:italic;
}
.sidebar-text a span {
	font-style:normal;
	font-weight:bold;
	color:#BE3531;
}
.sidebar .inner .sidebar-img {
	margin-left:20px;
}
#container #fancy_notification #fancy_notification_content a {
	display:block;
	width:100%;
}
#container #products_page_container .single_product_display .wpsc_product_price {
	width:150px;
}














































/*****************************
	header styles
*****************************/



/*****************************
	Navigation Styles
*****************************/



/*****************************
	Content Styles
*****************************/


/*****************************
	Sign-in Styles
*****************************/
#sign-in{
	padding: 9px;
}

#sign-in-left{
	float: left;
	border-right: 1px solid #CCC;
	padding: 15px;
}

#sign-in-right{
	float: left;
}


/*****************************
	Footer Styles
*****************************/

	
	
/*****************************
	Form Styles
*****************************/
label{
	width: 174px;
	display: block;
	float: left;
	text-align: right;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid transparent;
	margin: 5px;
	padding: 3px;
}

form input{
	padding: 3px;
	font-size: 1.4em;
	margin: 5px;
	width: 357px;
}

form textarea{
	padding: 3px;
	font-size: 1.4em;
	margin: 5px;
	width: 357px;
	height: 225px;
}

/*****************************
	Account Styles
*****************************/

#account{
	padding: 15px;
}

#account label{
	width: 150px;
}

#account input{
	float: left;
	/*background-color: transparent;*/
	border: 1px solid transparent;
	margin: 5px;
	padding: 3px;
	width: 200px;
	font-size: 1.2em;
}

#account input[type="submit"], #account input[type="button"]{
	background-image: url(templates/mm/images/bg-button-go.png);
	width: 34px;
	height: 30px;
	background-color:transparent;
	border: 0px;
	color: white;
	margin: 5px;
	font-size: 1.2em;
}

#account a{
	display: block;
	margin: 5px;
	padding: 3px;
	float: left;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

#account .input_city{
	width: 65px;
}

#account .input_state{
	width: 30px;
}

#account .input_zip{
	width: 69px;
}

#account-info{
	width: 450px;
}

#chgPassword{
	height: 0px;
	overflow: hidden;
}
/*****************************
	Cart Styles
*****************************/
#cart-content{
	width: 900px;
	min-height: 400px;
	background-color: #ffffff;
	padding: 20px;
}

#cart-content h2{
	font-size: 20px;
}

 

#lay-left{
	float:left;
	width: 312px;
	border-right: 1px solid #eee;
	margin-top: 5px;
}

#lay-right{
	float: left;
	width:610px;
	padding: 17px;
	padding-top: 0px
}

#column-left{
	float: left;
	width: 343px;
	padding-right: 10px;
	margin-top: 5px;
	border-right: 1px solid #eee;
}

#column-right{
	float: left;
	width: 240px;
	padding-left: 10px;
	margin-top: 5px;
}

.lay-left-padded{
	padding: 15px;
	padding-left: 25px;
	padding-top: 5px;
} 

#lay-left{
	float:left;
	width: 312px;
	border-right: 1px solid #eee;
	margin-top: 5px;
}

#lay-right{
	float: left;
	width:610px;
	padding: 17px;
	padding-top: 0px
}

#column-left{
	float: left;
	width: 343px;
	padding-right: 10px;
	margin-top: 5px;
	border-right: 1px solid #eee;
}

#column-right{
	float: left;
	width: 240px;
	padding-left: 10px;
	margin-top: 5px;
}

.lay-left-padded{
	padding: 15px;
	padding-left: 25px;
	padding-top: 5px;
} 

#lay-left{
	float:left;
	width: 312px;
	border-right: 1px solid #eee;
	margin-top: 5px;
}

#lay-right{
	float: left;
	width:610px;
	padding: 17px;
	padding-top: 0px
}

#column-left{
	float: left;
	width: 343px;
	padding-right: 10px;
	margin-top: 5px;
	border-right: 1px solid #eee;
}

#column-right{
	float: left;
	width: 240px;
	padding-left: 10px;
	margin-top: 5px;
}

.lay-left-padded{
	padding: 15px;
	padding-left: 25px;
	padding-top: 5px;
} 

#lay-left{
	float:left;
	width: 312px;
	border-right: 1px solid #eee;
	margin-top: 5px;
}

#lay-right{
	float: left;
	width:610px;
	padding: 17px;
	padding-top: 0px
}

#column-left{
	float: left;
	width: 343px;
	padding-right: 10px;
	margin-top: 5px;
	border-right: 1px solid #eee;
}

#column-right{
	float: left;
	width: 240px;
	padding-left: 10px;
	margin-top: 5px;
}

.lay-left-padded{
	padding: 15px;
	padding-left: 25px;
	padding-top: 5px;
}   /* Blog Page Styles*/
.blog{
	position: relative;
}

.btn-new-post-container{
	
}

.btn-new-post{
	float: right;
	background-image: url(../images/btn_hanging.png);
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 123px;
	cursor: pointer;
	color: #ffffff;
	}

.blog-post{
	padding-top: 10px;
	padding-bttom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.blog-post h2, .new-post input.title{
	display: block;
	padding: 3px;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	color: #bec920;
	border: 0px solid transparent;
	background-color: transparent;
	letter-spacing: -1px;
}

.blog-post label, .new-post label{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: -1px;
	width: 100%;
	text-align: left;
	padding-left: 4px;
}

.blog-post p, .new-post p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.blog-post .OImage-container, .blog-post .OImage, .new-post .OImage-container, .new-post .OImage{
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.blog-post a, .new-post a{
	color: #ffffff;
}

.blog-post-content, #new_blog_post{
	padding: 14px;
	padding-top: 20px;
}
.blog-post-content{
	padding-left: 0px;
}

.blog-post .read-more{
	text-align: right;
}

.blog-post .read-more a{
	text-align: right;
	color: #ffffff;
}


.blog-post-footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.blog-post-footer a{
	
	color: #ffffff;
}


/********************************************
	New Post
********************************************/

#new_blog_post{
	padding: 14px;
	padding-top: 20px;
}

.new-post{
	position: relative;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.new-post .header{
	margin: 10px;
}

.new-post label{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: -1px;
	width: 100%;
	text-align: left;
	padding-left: 4px;
}



.new-post .footer{
	text-align: right;
	background-color:#222;
	padding: 10px;
}

.new-post .btn-save{
	margin-left: 10px;
}

.new-post .category{
	margin-right: 10px;
}


.input_text input{
	border: 1px solid black !important;
}





.submenu-links{
	position: relative;
} .submenu-links{
	position: relative;
} /* Blog Widget Styles*/

a{
	border:none;
	cursor:pointer;
	text-decoration:none;
	color:inherit;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
}

.fileUpload{
	position:relative;
	border-bottom:solid 1px #fdc68a;
	padding-bottom:0px;
}

.fileUpload img{
	float:left;
	margin: 0 10px;
}

.fileName{
	font-size:18px;
}

.clear{
	clear: both;
}
.gallery{

}

.album{
	position: relative;
	display: block;
	border-bottom: 1px dashed #ddd;
	width: 100%;
}

.album-cover{
	float: left;
	position: relative;
	display: block;
}

.album-content{
	float: left;
	width: 630px;
	padding-left: 15px;
	position: relative;
	display: block;
}

.btn-delete{
	text-align: right;
}

.album-content input[type="submit"], .album-content input[type="button"]{
	width: 150px;
}

.album label{
	width: 125px;
}

.album input{
	width: 400px;
}
.album textarea{
	width: 400px;
}

#upload_picture{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.images-container{
	padding-top: 15px;
}

.image-container{
	float: left;
	width: 135px;
	height: 150px;
	text-align: center;
}

.image-container img{
	border: 5px solid #eee;
}

.image-container p{
	margin: 0px;
	padding: 3px;
	
}

#picture p{
	padding: 15px;
	color: #999;
}

#gallery-crumbs{
	margin-bottom: 20px;
}

#gallery-crumbs, #gallery-crumbs a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}

#gallery-crumbs a:hover{
	color: #000;
	
} .submenu-links{
	position: relative;
} .submenu-links{
	position: relative;
} .submenu-links{
	position: relative;
} 

.products{
	position: relative;
	
}

.product{
	float: left;
	margin: 10px;
	width: 200px;
	text-align: center;
}

.product img{
	margin-bottom: 15px;
}

.checkout-img{
	float: left;
	margin: 20px;
}

.product-variations{
	float: right;
	/*text-align: right;*/
}

.product-variations select{
	height:10px;
	font-size:10px;
	max-width:150px;
	margin-left:5px;
	height: 20px;
}

.product-variations label{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	width:auto;
	padding:0;
	margin:0;
}

.price-container{
	margin-right: 20px;
	margin-top: 20px;
}

.price-container input{
	margin-top: 10px;
}

.price{
	font-size: 24px !important;
	color: #373737 !important;
	font-weight:normal !important;
	font-family:Arial, Helvetica, sans-serif !important;
}

.title{
	font-size: 24px !important;
	color: #cc2229 !important;
	font-weight:normal !important;
	font-family:Arial, Helvetica, sans-serif !important;
} .submenu-links{
	position: relative;
} .submenu-links{
	position: relative;
} .submenu-links{
	position: relative;
} .submenu-links{
	position: relative;
} 
