/* CSS Document */

/* Main Elements */
body {
	background: #FFFFFF url(../images/bg.jpg) fixed center center;
	margin: 0 auto 10px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
#layout {
	border-collapse: collapse;
	width: 100%;
}

/* Menu */
#menu {
	background: #333333;
	padding: 0 20px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 10px;  /* Slimming Coffee menu fit original padding was 0 , 20px */
}
#menu a:hover {
	color: #FFCC00;
}

/* Header */
#header {
	background: #000000;
	border-top: 1px solid #CCCCCC;
	padding: 0;
	height: 120px;
	vertical-align: middle;
	text-align: left;
}
#header img {
	border: 0px;
}

/* Top Navigation */
#topnav {
	background: #000000;
	text-align: right;
	color: #FFFFFF;
	float: right;
	margin: -20px 0;
}
#topnav td {
	padding-right: 20px;
	vertical-align: bottom;
	font-size: 10pt;
}
#topnav a {
	font-size: 8pt;
}

/* Left Navigation */
#leftNav {
	padding-right: 20px;
	width: 170px !important;
}
#leftNav table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
#leftNav table th {
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 0 0 5px !important;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	height: 24px;
}
#leftNav table th a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 5px 5px 5px 0 !important;
}
#leftNav table td {
	background: #E0E0E0;
	padding: 5px;
	color: #000000;
}
#leftNav table td a {
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
}
#leftNav table td a:hover {
	color: #000000;
	text-decoration: underline;
}
#leftNav table table, #leftNav table table td {
	background: none;
	border: 0;
}
#sidemenu {
	margin-bottom: 5px !important;
}
#sidemenu td {
	background: none !important;
	padding: 0 !important;
}
#sidemenu a {
	background: url(/images/transgrey.png);
	margin-bottom: 5px;
	display: block;
	padding: 5px !important;
}

/* Main Content */
#main {
	height: 400px;
	vertical-align: top;
	padding: 20px;
}
#main table {
	width: 100%;
}
#main table td {
	vertical-align: top;
}
#main .movie {
	background: #000000;
	border: 1px solid #777777;
	width: 325px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#homeitems td {
	background: url(/images/transgrey.png);
	padding: 10px 10px 0;
	color: #000000;
}

/* Footer */
#footer {
	background: url(/images/transgrey.png);
	padding: 0 22px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	color: #333333;
}

/* General Text Formatting */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 10px;
	color:#777;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	margin: 0 0 10px;
}
p {
	margin: 0 0 15px;
}
a {
	text-decoration: none;
	color: #3489ad;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: square;
	list-style-image: url(../images/bullet.gif);
}
ul#index {
	margin: 0 0 -13px 0;
	width: 50%;
}
ul#index li {
	margin-left: 20px;
}
span.error {
	color: #FF0000;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Login Form */
#login {
	background: url(/images/transgrey.png);
	border-collapse: collapse;
	width: auto !important;
}
#login td {
	padding: 10px 10px 0 !important;
}
#login td.submit {
	padding: 10px !important;
}
#login input, #login textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 150px;
	height: 15px;
}
input.input {
	border: 1px solid #CCCCCC;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#login td.submit input {
	border: 0 !important;
	cursor: pointer;
	width: 57px !important;
	height: 22px !important;
}

/* Products */
#products {
	width: 100%;
	border-collapse: collapse;
}
#products td {
	padding: 0 0 20px;
	width: 25%;
	text-align: center;
}
#products div {
	width: 151px;
	text-align: center;
}
#products img {
	background: url(/images/transgrey.png);
	border: 0;
	display: inline-block;
	padding: 13px;
}
#products a:hover {
	text-decoration: none;
}

/* Download Images */
#downloadimages img {
	border: 1px solid #999999;
	width: 90px;
	height: 60px;
}

/* Slides */
#slides {
	font-size: 9pt;
	background-color: #ffffff;
}
#slides li {
	text-align: left;
	line-height: 20pt;
}

/* Main Info Layout */
#mainInfo {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}
#mainInfo td {
	padding: 5px !important;
	vertical-align: top;
}
#mainInfo th {
	padding: 5px !important;
	vertical-align: top;
}
#mainInfo tr.heading td {
	background: #E0E0E0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#mainInfo td.submit {
	background: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
#mainInfo tr.odd {
	background: #F0F0F0 !important;
}
#mainInfo tr.line td {
	border-top: 1px solid #CCCCCC;
}

/* Products Display */
#productslisting {
	border-collapse: collapse;
}
#productslisting td {
	padding-bottom: 30px;
	width: 30%;
}
img.pimage {
	background: url(/images/transgrey.png);
	display: inline-block;
	padding: 13px;
}
#productslisting div {
	text-align: center;
	width: 151px;
}

/* Text Products Display */
#productslistingtext {
	border-collapse: collapse;
}
#productslistingtext td {
	padding: 5px;
}
#productslistingtext tr.odd {
	background: url(/images/translightgrey.png) !important;
}

/* Nested Categories */
#nestedcategories td {
	padding-bottom: 10px;
	text-align: center;
}

#nestedcategories img {
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;
	border: 13px solid #DDDDDD;
	background: #DDDDDD;
}

/* Checkout Timeline */
#timeline {
	margin: 30px 0;
}
#timeline, #timeline table {
	border-collapse: collapse;
	width: 100%;
}
#timeline td {
	width: 25%;
	vertical-align: middle;
	padding: 0;
}
#timeline table td {
	width: auto;
}

/* Tooltips */
#tooltip {
	border-collapse: collapse;
	margin-bottom: 20px;
}
#tooltip th {
	background: url(../images/tooltipheader.gif) no-repeat bottom center;
	padding: 16px 10px 4px 40px;
	text-align: left;
}
#tooltip td {
	background: url(../images/tooltipbg.gif) no-repeat bottom center;
	padding: 10px 10px 0;
}
#tooltip a {
	color: #666666;
	text-decoration: underline;
}

/* Admin Panel */
#panel {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#panel td {
	padding: 9px 2px 0 9px;
}
#panel img {
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin: 1px 6px 8px 1px;
}
#panel a:hover img {
	border: 2px solid #666666;
	margin: 0 5px 7px 0;
}



/* Text editor */
#texteditor table td {
	padding: 0 !important;
}
#texteditor table table {
	width: auto !important;
}

/* Newsletter Preview */
#preview {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 100%;
	color: #000000;
	font-family: verdana;
}
#preview td {
	padding: 20px;
}
#preview table td {
	padding: 5px;
}
#preview h1 {
	font-family: segoe ui, verdana;
	text-transform: none;
	font-weight: bold;
	font-size: 24pt;
	color: #000000;
	margin: auto;
}
#preview h2 {
	font-family: segoe ui, verdana;
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	margin: auto;
}
#preview h3 {
	font-family: segoe ui, verdana;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	margin: auto;
}
#preview h4 {
	font-family: segoe ui, verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	margin: auto;
}
#preview h5 {
	font-family: segoe ui, verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	margin: auto;
}
#preview h6 {
	font-family: segoe ui, verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	margin: auto;
}

/* Box */
#box {
	background: #EEEEEE;
	border: 5px solid #EEEEEE;
	margin-bottom: 5px;
}
#box td {
	padding: 10px 10px 0;
}
#box tr.submit td {
	padding: 10px !important;
}
.total
{
	border-top:1px solid #CCCCCC;
	font-weight:bold;
}
.break
{
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	margin-bottom:10px;
}
.breakall
{
	width:100%;
	height:1px;
	font-size:1px;
	display:block;
}
#secondmenu a
{
	color:#FFF;
	font-weight:bold;
	
}
#secondmenu a:hover
{
	color:#FFCC00;
	text-decoration:none;
}
#bcontainer
{
	width:100%;
	background-color:#FFF;
	margin-bottom:10px;
	
}
#bcontainer #testimonials
{
	width:512px;
	float:left;
	height:322px;
}
#bcontainer #testimonials #ftest
{
	margin-left:5px;
	height:168px;
}
#bcontainer #testimonials #ftest #ftestimage
{
	margin-top:-30px;
	display:inline;
	z-index:5;
	position:relative;
	margin-right:5px;
}
#bcontainer #testimonials #testimonialsnav
{	
	left:-50px;
	top:0px;

	position:relative;
}
#bcontainer #testimonials #ftest .largequote
{

	margin-right:0px;
}
#bcontainer #testimonials #ftest .smallquote
{	
	float:right;
	display:inline;
	font-weight:bold;
	padding-right:10px;
	font-size:14px;
}
#bcontainer #testimonials #ftest p
{
	display:inline;
	margin-left:-0px;
	z-index:5;
	vertical-align:top;
	margin-top:20px;
	padding-left:5px;
	padding-right:10px;
	font-size:12px;
	text-align:justify;
	
}
#bcontainer #testimonials #ftest #ptext
{
	margin-top:10px;
	margin-right:10px;
	width:340px;
	float:right;
	text-align:justify;
	display:inline;
}
#bcontainer #testimonials #ftest p img
{
	margin-right:5px;
}
#bcontainer #testimonialsform
{
	width:286;
	float:right;
	height:322px;
	background:url(../images/blog/bg-testform.png) top left no-repeat;
}
#bcontainer #testimonialsform .formtext
{
	color:#ED1C24;
	text-align:right;
	margin-right:5px;
	width:75px;
	font-size:16px;
	margin-top:6px;	
	height:22px;
	
}
#bcontainer #testimonialsform p
{
	color:#ED1C24;
	font-size:16px;
	float:right;
	width:175px;
	text-align:center;
	margin-top:5px;
	margin-top:-22px;
}
#bcontainer #testimonialsform #image
{
	width:270px;
	
	text-align:right;
}
#bcontainer #testimonialsform #image img
{
	
}
#bcontainer #testimonialsform input,
#bcontainer #testimonialsform textarea
{
	border:0px;
	text-align:right;
	padding:4px;
	font-size:14px;
	width:175px;
	float:right;
	margin-right:5px;
	margin-top:-22px;
}
#bcontainer #testimonialsform textarea
{
	overflow:hidden;
	text-align:left;
}
#bcontainer #testimonialsform #submitsucc
{
	width:200px;
	color:#FFFFFF;
	margin-top:40px;
	margin-left:10px;
}
#bcontainer #bloglist
{
	width:286px;
	float:right;
	height:514px;
	background-color:#231F20;
}
#bcontainer #bloglist #list
{
	width:200px;
	float:left;
}
#bcontainer #bloglist #list ul
{
	margin:0px;
	padding:0px;
	margin-top:20px;
}
#bcontainer #bloglist #list ul li
{
	list-style-image:url(../images/blog/list.png);
	background-color:#C3C3C3;
	list-style-position:inside;
	width:200px;
	padding:7px;
	margin-bottom:7px;
}
#bcontainer #bloglist #list ul li a
{
	min-width:200px;
	
	color:#000;
	font-size:14px;
}
#bcontainer #bloglist #list a
{
	min-width:230px;
	background-color:#C3C3C3;
	padding:4px;
	margin-bottom:7px;
	display:block;
	color:#000;
	font-size:14px;
	cursor:pointer;
}
#bcontainer a
{
	cursor:pointer;
}
#bcontainer #bloglist #list img
{
	border:0px;
	vertical-align:middle;
	margin-right:3px;
}
#bcontainer #bloglist #image
{
	width:110px;
	margin-left:-31px;
	float:left;
}
#bcontainer #bloglist #bestof
{
	margin-left:20px;
	margin-top:10px;

}
#bcontainer #image2
{
	position:relative;
	float:right;
	width:100%;
	text-align:right;
	margin-top:-65px;
	
}
#bcontainer #bloglist #blogarchive
{
	margin-top:20px;
	margin-left:20px;
}
#bcontainer #registration
{
	width:140px;
	float:left;
	height:514px;
	background-color:#C3C3C3;
	text-align:center;
}
#bcontainer #registration img
{
	margin-top:8px;
}
#bcontainer #registration .formtext
{
	color:#ED1C24;
	text-align:right;
	margin-right:5px;
	width:95%;
	font-size:16px;
	margin-top:7px;
}
#bcontainer #registration p
{
	color:#ED1C24;
	font-size:8px;
	width:97%;
}
#bcontainer #registration input
{
	border:0px;
	text-align:right;
	padding:4px;
	font-size:14px;
	width:88%;
}
#bcontainer #blog
{
	width:372px;
	float:left;
	height:514px;
	background:url(../images/blog/bg-blog.png) no-repeat top left;
}
#bcontainer #blog #haveyoursay
{
	margin-top:10px;
}
#bcontainer #blog h2
{
	color:#FFF;
	font-size:16px;
	margin: 10px 0 0 10px;
}
#bcontainer #blog #blogs
{
	width:93%;
	background-color:#F3F3F4;
	height:370px;
	margin:12px auto;
	overflow:auto;
}
#bcontainer #blog #blogs ul li
{
	list-style-image:url(../images/blog/list.png);
	vertical-align:top;
	padding-top:10px;
	font-size:14px;
	width:92%;
	
}
#bcontainer #blog #blogs ul li .posted
{
	font-size:10px;
	text-align:right;
	width:100%;
}
#bcontainer #blogacts
{
	margin-left:20px;
}
#bcontainer #blogacts a
{
	color:#FFF;
	font-size:14px;
}
img.photoupload
{
	background-color:#CCCCCC;
	padding:4px;
}
#prize
{
	color:#FFF;
	text-align:left;
	margin-left:10px;
	margin-top:3px; 
	font-size:10pt;
}
#prize img
{
	margin-right:4px;
}