/*
Theme Name: masterphoto05202009
Theme URI: 
Description: (c)2009 mike hoff - mikehoff.com
Version: 3.0
Author: Mike Hoff
Author URI: mikehoff.com
Tags: 
*/

/* begin Page */

body{
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	/*background-image: url('images/Page-BgGradient.jpg');*/
	/*background-repeat: repeat-x;*/
	top:0;
}

.Main{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.cleared{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form{
	padding:0 !important;
	margin:0 !important;
}

table.position{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

.wrap, #wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	}

/* begin Header */

.bodybg {
	background-color: #ffffff;
	padding-bottom: 15px;
}

div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1000px;
	height: 125px;
}

.HeaderClick {
	width: 400px;
	height: 110px;
	float: left;
}

div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 15px;
	width: 500px;
	height: 130px;
	background-image: url('images/masterphoto-logo.gif');
	background-repeat: no-repeat;
	background-position: left center;
	/*background-color:#474747;*/
}

.header-cart {
	float: left;
	margin: -20px 0px 0 730px;
	background-color: #ffffff;
	color: #999999;
	padding: 7px 10px;
	background-image: url('images/cart.png');
	background-repeat: no-repeat;

}

.header-cart-text {
	margin-left: 22px;
	}

.header-cart-text a {
text-decoration: none !important;
color: #D6030C;
}

.header-cart-text a:hover {
text-decoration: underline !important;
color: #000000;
}

/*SOCIAL MEDIA STUFF*/
.header-social {
	vertical-align: top;
	color: #666666;
  	width: auto;
	margin-top: 25px;
	*margin-top: 25px;
  	z-index:500;
	float: right;
	margin-right: 10px;
	text-align: right;
	}


.header-buttons img {
	margin: 0 0 0 5px;
	}

.header-email {
	margin-top: 10px;
	}

.header-email img {
	float: left;
	}

/* end Header */

/* begin Logo */
.logo{
	display : none;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 985px;
	}

h1.logo-name{
	display: none;
	text-align: right;
	}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	padding:0;
	margin:10px 0 0 0;
	color: #474747 !important;
}

.logo-text {
	display: block;
	text-align: right;
}

.logo-text, .logo-text a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #474747 !important;
}
/* end Logo */

/* menu structure */

.navNew{
	/*height: 10px;*/
	z-index: 1000;
	width: 100%;
	/*height: 50px;*/
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}


/* end Menu */

/* begin MenuItem */
.artmenu ul li{
	clear: both;
}


/* begin ContentLayout */

.contentLayout {
	position: relative;
	margin-bottom: 2px;
	width: 1000px;
	}

/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.Block {
	margin: 7px;
	}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.BlockHeader .t
{
	height: 30px;
	color: #F5F5F5;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.BlockHeader .l
{
	left:0;
	right:4px;
}

.BlockHeader .r
{ 
	width:1000px;
	right:0;
	clip: rect(auto, auto, auto, 996px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:9px;
	min-height:9px;
}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl, .BlockContent-tc, .BlockContent-bc,.BlockContent-cr, .BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl
{
	width: 8px;
	height: 8px;
	background-image: url('images/BlockContent-s.png');
}

.BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 4px, 4px, auto);
}

.BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 4px, 4px);
}

.BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(4px, 4px, auto, auto);
}

.BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(4px, auto, auto, 4px);
}

.BlockContent-tc, .BlockContent-bc
{
	left: 4px;
	right: 4px;
	height: 8px;
	background-image: url('images/BlockContent-h.png');
}

.BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 4px, auto);
}

.BlockContent-bc
{
	bottom: 0;
	clip: rect(4px, auto, auto, auto);
}

.BlockContent-cr, .BlockContent-cl
{
	top: 4px;
	bottom: 4px;
	width: 8px;
	background-image: url('images/BlockContent-v.png');
}

.BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 4px);
}

.BlockContent-cl
{
	left:0;
	clip: rect(auto, 4px, auto, auto);
}

.BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #FFFFFF;
}


.BlockContent-body
{
	color:#292929;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.BlockContent-body a:link
{
	color: #C4151C;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
	color: #878787;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #878787;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #500104;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 9px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 11px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
	position:absolute;
	z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
	width: 10px;
	height: 10px;
	background-image: url('images/Post-s.png');
}

.Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.Post-tc, .Post-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('images/Post-h.png');
}

.Post-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.Post-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('images/Post-v.png');
}

.Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.Post-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.Post-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #FFFFFF;
}


.Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: none;
}

.article img, img.article
{
	border: none;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: none;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #D6030C;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #D6030C;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #C9030A;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #757575;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #383838;
}

.PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #383838;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #D6030C;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #D6030C;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #757575;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #D6030C;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-align: left;
  color: #E7040B;
	text-decoration: none !important;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #757575;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  color: #CE030A;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  color: #CE030A;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  color: #CE030A;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #7E0206;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.Post li
{
	padding:0px 0 0px 9px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
		background-repeat:no-repeat;
	padding-left:9px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#1E0001;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}

blockquote
{
		border:solid 1px #BFBFBF; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#DEDEDE;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.Button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:29px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.Button .btn
{
	display:block;
	position:relative;
	float:left;
	height: 29px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #F2F2F2;
}

.Button .btn .t
{
	display:block;
	height: 29px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 14px;
	line-height: 29px;
	text-decoration: none !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.Button .hover, .Button:hover
{
	color: #FFE6E7;
	text-decoration: none !important;
}

.Button .active
{
	color: #F2F2F2;
}

.Button .btn .l, .Button .btn .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 87px;
	background-image: url('images/Button.png');
}

.Button .btn .l
{
	left:0;
	right:8px;
}

.Button .btn .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}

.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r
{
	top: -29px;
}

.Button .btn.active .l, .Button .btn.active .r
{
	top: -58px;
}


/* end Button */

/* begin Footer */
.Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1000px;
	margin: 0px auto 0px auto;
}

.Footer .Footer-inner {
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
	}

.Footer .Footer-background {
	position:absolute;
	z-index:-1;
	width: 1000px;
	height: 150px;
	bottom:0;
	left:0;
	}


.rss-tag-icon {
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}




.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text {
	display:inline-block;
	color:#1A1A1A;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
}

.Footer .Footer-text a:link {
	text-decoration: none;
	color: #D6030C;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.Footer .Footer-text a:visited {
	text-decoration: none;
	color: #320102;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #4D4D4D;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#949494;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#949494;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 750px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 999px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 249px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{	
float: left;
}

.alignright{
	float: right;
}

.alignright img, img.alignright{
	margin-left: 10px;
	margin-right: 0;
}

.alignleft img, img.alignleft{
	margin-right: 10px;
	margin-left: 0;
}

.wp-caption{
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.frontpagetabs {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}

.read a:link, .read a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

.read a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: d6030c;
	font-style: normal;
	text-decoration: underline;
}

.featured-products{
	text-align: left;
	font-weight: bold;
	padding: 5px 0 0 5px;
	}

.footer-text-new {
	text-align: center;
	color: #666666;
	padding-bottom: 20px;
	margin-top: 20px;
	}

.footer-text-new a {
	color: #666666 !important;
	text-decoration: none;
}

.footer-text-new a:hover {
	color: #C4151C !important;
}


/*NEW INDEX STUFF*/
.contentLayoutnew .contentnew {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 100%;
}

.index-container {
	width: 100%;
}

.homenews {
	font-size: 11px;
	font-weight: normal !important;
	margin-bottom: 20px;
}

.homenews-title {
	font-weight: bold !important;
}

.homenews-time {
	font-weight: normal !important;
}

.homenews-content {
	font-weight: normal !important;
}

.newsinnerhead {
	font-size: 9px;
	font-style: italic;
	font-weight: normal !important;
	text-align: right;
	margin-bottom: 10px;
}


/*TUBEPRESS*/

.tubepress_container {
	/*float: left !important;*/
	margin-bottom: 0 !important;
	width: 100% !important;
}

.tubepress_thumbnail_area {
    margin-top: 1em !important;
	margin-left: 0px !important;
}

.tubepress_thumbs {
	padding: 0em 5px 0 0px !important;
	margin-top:-10px;
	/*float: left !important;*/
	width: 100% !important;
}

.tubepress_thumb {
   /* float: left !important;*/
    /*width: 25% !important;*/
    line-height: 1.1em !important;
    font-size: 11px !important;
    height: 195px !important;
    overflow: hidden !important;
}

dd.tubepress_meta_title, dd.tubepress_meta_title a {
    font-size: 10px !important;
    font-weight: normal !important;
    margin-left: 0px !important;
    clear: left !important;
	text-decoration: none !important;
	line-height: 11px;
}

dd.tubepress_meta_title a:hover {
    font-size: 10px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    clear: left !important;
	text-decoration: underline !important;
}

.tubepress_sidebar .tubepress_thumb {
    width: 100% !important;	
    height: auto !important;
    margin-top: 1em !important;
}

.tubepress_container div.pagination {
    padding: 10px 0 10px 0 !important;
    margin: 3px !important;
    text-align:right !important;
    clear: both !important;
	font-size: 9px;
}

.tubepress_container div.pagination a {
    border: 1px solid #dedfde !important;
    margin-right:3px !important;
    padding:2px 6px !important;
    background-position:bottom !important;
    text-decoration: none !important;
    color: #d6030c !important;
    cursor: pointer;        
}

.tubepress_container div.pagination a:hover, div.meneame a:active {
    border: 1px solid #000 !important;
    background-image:none !important;
    background-color:#d6030c !important;
    color: #fff !important;
}

.tubepress_container div.pagination span.current {
    margin-right:3px!important;
    padding:2px 6px!important;    
    font-weight: bold!important;
    color: #d6030c!important;
}

div.tubepress_single_video {
	float: left;
	text-align: left;
	width: 100%;
	margin-top: -22px;
}


.related-products {
	border: 1px solid #888888;
	margin: 25px 10px 10px 10px;
	padding: 25px;
	font-size: 10px;
	width: 875px;
	background: #dddddd;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.related-products h2 {
	color: #D6030C;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	}

.related-products img {
	width: 64px;
	height: 90px;
}

.gift-right {
	float: right;
	padding: 10px;
	background: #e6e6e6;
	border: 1px solid #D6030C;
	width: 250px;
	font-size: 10px;
	margin: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}

.gift-right h1 {
	font-size: 16px !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #D6030C !important;
}

.gift-right a {
	color: #D6030C !important;
}

.product-row {
	height: 200px !important;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
	}

.cat-thumb {
	float: left;
	width: auto;
	}

.cat-text {
	margin-left: 150px; 
	}

.cat-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	}

.cat-title a {
	color: #666666 !important;
	text-decoration: none;
	}

.cat-title a:hover {
	color: #D6030C !important;
	}

.cat-price {
	font-size: 16px;
	color: #D6030C;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	}

.cat-sale {
	font-size: 16px;
	color: #D6030C;
	font-weight: bold;
	margin-bottom: 10px;
	}

.cat-desc {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	width: 40%;
	float: left;
 	}

.cat-specs {
	font-size: 11px !important;
	padding: 0 10px;
	width: 30%;
	padding-right: 30px;
	float: left;
 	}

.cat-more {
	margin-top: 15px;	
	}

.cat-more a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: 500;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	padding: 0 5px;
 	}

.cat-more a:hover {
	color: #D6030C;
 	}

.cat-variations {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin: 10px;
	}

.cat-addcart {
	margin-top: 15px;
	}

.cat-right {
	font-size: 10px;
	text-align: center;
	}

.cat-specs dl {
	margin: 0;
	padding: 0;
	line-height: 14px;
	}



/********************SHOPP PRODUCT PAGE*****************/
.product {
	}

.product-leftCol {
	width: 275px;
	height: 100%;
	border-right: 1px solid #e6e6e6;
	margin-right: 15px;
	padding-right: 15px;
	float: left;
	}

.product-cover {
	min-height: 425px;
	}

.product-recommend {
	clear: both;
	padding-top: 35px;
	}

.product-recommend h2, h2.product-recommend {
	font-size: 14px;
	color: #b0b0b0;
	text-transform: uppercase;
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
	}

.additional-options {
	border-top: 1px solid #e6e6e6;
	margin: 50px 20px 0 10px;

	}

.additional-options-inner {
	width: 335px;
	/*margin-left: 325px;*/
	}

h2.addpurchase {
	font-size: 14px;
	color: #b0b0b0;
	text-transform: uppercase;
	padding-top: 35px;
	}

.product-rightCol {
	width: 680px;
	margin-left: 300px;
	min-height: 450px;
	}

.product-description {
	margin-bottom: 50px;
	}

.product-description ul {
	color: #333333;
	font-size: 12px;
	list-style-type:square !important;
	padding-left: 20px !important;
	}

.product-description li {
	line-height: 17px;
	}


.product-pricing {
	width: 250px;
	margin-right: 15px;
	}

.product-specs {
	width: 350px;
	float: right;
	margin-top: -75px;
	font-size: 11px !important;
	}

.product h1 {
	color: #555555;
	}

.product-top {
	height: 260px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
	width: 750px;
	}

.price {
	color: #D6030C;
	font-size: 16px !important;
	font-weight: bold;
	/*padding-bottom: 10px;*/
	}

.product div.variations {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	/*margin: 10px;*/
	}

.product-face {
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.ipad {
	font-size: 12px;
	margin: 10px 0; 
	padding: 5px;
	height: 70px;
	display: table;
	width: 100%;
	float: left;
	}

.ipad h2 {
	color: #D6030C;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	}

.ipad img {
	float: left;
	margin-right: 10px;
	vertical-align: middle !important;
	}

.ipad a {
	color: #666666;
	text-decoration: none;
	}

.ipad a:hover {
	color: #D6030C;
	text-decoration: underline;
	}


.dl-link {
	font-weight: bold;
	padding: 10px;
	background-color: #D6030C;
	color: #ffffff !important;
	width: 175px;
	text-align: center;
	}

.dl-link a {
	text-decoration: none !important;
	color: #ffffff !important;
	}

.dl-link a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
	}


.podfaq {
margin: 25px;
}

.podfaq h1 {
font-size: 18px !important;
color: #666666 !important;
}

.podfaq p {
font-size: 13px !important;
line-height: 16px !important;
}

.podfaq-center {
text-align: center !important;
margin: 15px 0 !important;
}

:focus {
	outline:none;
}

.addcart {
	/*float: left;*/
	/*margin-right: 250px;*/
}

.product-rightcol {
	float: right;
	margin: 0 0 15px 15px;
	padding: 10px 0;
	width: 190px;
	*width: 190px;
	background-color: #ffffff;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.product-rightcol h1 {
font-size: 12px !important;

}

.productvideoheader {
	margin-left: 0px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px !important;
}

.productvideovert {
	/*display: block;*/
	padding-bottom: 10px;
	text-align: left;
}

.productvideovert h1 {
	font-size: 15px;
	color: #b0b0b0;
	text-transform: uppercase;
	font-weight: 500;
	}

.productvideovert img {
	margin-left: 0px;
	margin-bottom: 3px;
	padding: 0 !important;
}

.extrabuy-right {
	/*float: right;*/
	width: 175px;
	margin-left: 15px;
	padding: 15px 0;
	}

.extrabuy-right {
	width: 210px
	height: 50px;
	/*border-left: 1px solid #e6e6e6;*/
	overflow: hidden;
	margin-bottom: 15px;
	/*margin-left: 10px;*/
	/*padding-left: 10px;*/
}

.amazon-container {
	width: 210px;
	height: 250px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin: 15px 0 0 0;
	padding: 15px 0;
	}

.amazon-head {
	z-index: 1000000;
}

.amazon {
	overflow: hidden;
}

.digital-yes {
	font-size: 11px;
	color: #999999;
	display: table;
	margin-top: 0px;
	width: 335px;
	}

.digital-yes img {
	margin: 0px 10px 20px 0;
	float: left;
	vertical-align: middle !important;
}

.gift-cert {
padding-top: 15px;
}



/*****************HOMEPAGE BITS******************/

.new1 {
	width: 100%;
	height: 255px;
	margin: 20px 0 50px 0;
	}

.new1L {
	width: 490px;
	height: 255px;
	/*border: 1px solid #efefef;*/
	margin-right: 16px;
	float: left;
	-moz-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	}

.new1R {
	float: left;
	width: 470px;
	height: 255px;
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	line-height: 16px;
	}
.new1R img {
	margin-bottom: -20px !important\9;
}


.new2 {
	width: 100%;
	height: 205px;
	margin-bottom: 65px;
	}

.new2L {
	width: 310px;
	height: 200px;
	margin-right: 19px;
	float: left;
	border: 1px solid #efefef;
	text-align: center;
	padding: 5px 0;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	}

.new2M {
	width: 310px;
	height: 200px;
	margin-right: 19px;
	float: left;
	border: 1px solid #efefef;
	text-align: center;
	padding: 5px 0;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	}

.new2R {
	width: 310px;
	height: 200px;
	border: 1px solid #efefef;
	float: left;
	text-align: center;
	padding: 5px 0;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	}


.new3 {
	width: 100%;
	/*height: 200px;*/
	}

.new3 h2, h2.new3 {
	font-size: 15px;
	font-weight: 500;
	color: #b0b0b0;
	text-transform: uppercase;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	padding: 0 5px;
	width: 70px;
	}

.new3L {
	width: 450px;
	height: 565px;
	margin-right: 41px;
	float: left;
	/*overflow: auto;*/
	}

.new3Linner {
	overflow: auto;
	height: 550px;
	margin-bottom: 10px;
	padding-right: 10px;
	/*border: 1px solid red;*/
}

.morenews {	
	text-align: left;
	font-size: 12px;
	}

.morenews a {
	text-decoration: none !important;
	color: #b0b0b0 !important;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	padding: 0 5px;
	text-transform: uppercase;
	}

.morenews a:hover {
	/*text-decoration: underline !important;*/
	color: red !important;	
	}

/******WEBKIT SCROLLBARS*****/

/* Let's get this party started */
.new3 ::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
.new3 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
/* Handle */
.new3 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color: #e6e6e6;
}

/**********END WEBKIT TOOLBARS***********/

.new3R {
	width: 480px;
	/*height: 200px;*/
	/*border: 1px solid #efefef;*/
	float: left;
	-moz-box-shadow: 2px 2px 4px #666666;
	-khtml-box-shadow: 2px 2px 4px #666666;
	-webkit-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	}

.archive-pagination {
	text-align: center;
	font-size: 13px;
	color: #b0b0b0;
	margin-top: 25px;
	line-height: 22px;
	}

.archive-pagination a {
	text-decoration: none !important;
	}

.archive-entry {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
