/* Start of CMSMS style sheet 'Sub Page Style - Paula Creamer - Sub' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*****************
Set initial font styles
*****************/

body {
	text-align: left;
	font: 12px/15px 'Trebuchet MS', Arial, sans-serif;
	color: #777777;
        background-color: #cbcccc;
	margin: 0;
}

div {  /* set font size for all divs, this overrides some body rules */
	font-size: 11px;
}

.disclaimer {
	font-size: 10px;
	line-height: 11px;
}

img {  /* if img is inside "a" it would have borders, we don't want that */
	border: 0;
}

/* default link styles */
/* set all links to have underline and bluish color */

a,
a:link 
a:active {
   text-decoration: none;
   color: #e791d6; 
}

a:visited {
   text-decoration: none;
   color: #e791d6;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #e791d6;
}

/*****************
Top nav, Search
*****************/

#topnav {  /* we will hide text and replace it with a image we need to assign a height for it */
        position: relative;
	height: 15px;  /* adjust according your image size */
	padding: 15px 1px 5px 0px;
        z-index: 100;
	float: right;  /* moves menu to right side of logo */
	color: #e791d6;
}

#topnav p {  	/* top static menu */
	font-size: 10px;
	color: #e791d6;
}

#topnav p a, #topnav p a:link, #topnav p a:active, #topnav p a:visited {
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	color: #e791d6;
}

#topnav p a:hover {
	text-decoration: underline;
	color: #fff;
}

#topnav a, #topnav a:link, #topnav a:active, #topnav  a:visited {
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	color: #999999;
}

#topnav a:hover {
	text-decoration: underline;
	color: #999999;
}

/*****************
basic layout 
*****************/
body {
	background: url(uploads/images/backgrounds/background_pc1.jpg) no-repeat;
/* background-attachment: fixed; */
background-repeat: no-repeat;
background-position: center top;
background-color: #230018;
}

/* center wrapper, min max width */


div#pagewrapper {
	margin: 0 auto;  /* this centers wrapper */
	width: 732px;  /* sets content width */
	text-align: left;
}
#contentwrapper {
	margin: 0 auto;  /* this centers wrapper */
        width: 732px;  /* sets content width */
	padding: 27px 0 0 0;
	background: url(uploads/images/backgrounds/header_pc1.jpg) no-repeat center top; 
	background-color: #4e0035;
}
/*****************
header
*****************/
#header {
	margin-bottom: 0px;
}

#header-spacer {
	height: 62px;
}


#header img {
	padding-top: 0px;
}

div#header h1 a {
	display: block;
	height: 0px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
}


div#search form input {
	width: 100px;
	align: right;
	background: url(uploads/images/graphics/bg_search.gif) top left no-repeat;
	border: 1px solid #666;
	vertical-align: middle;
	height: 12px;
	font-size: 10px;
	color: #80776c;
	margin: 2px;
}

div#search form input.submit {
	width: 50px;
	/* background: #ccc url(none) !important; */
	color: #666;
	height: 18px;
	padding-bottom: 3px;
	font-size: 9px;
	margin-left: 5px;
}

input, textarea, select
{
	border: 1px solid #999999;
	font-size: 10px;
	padding: 2px;
	font-family: Arial, Helvetica;
}

input.btn
{
	border: 1px solid #666666;
	font-size: 10px;
	padding: 1px;
	background-color: #ebebeb;
}

 div#content_pc {
   padding: 1.5em auto 2em 0;   /* some air above and under menu and content */
background-color: #4e0035;
background: url(uploads/images/backgrounds/background_pc_sub_content1.jpg) no-repeat center top;
}


div#main_pc {
	margin: 0 0 0 118px;
	color: #e891d6;
	padding: 10px 0 0 0;
	width: 485px;
}


div#main_pc a {
	color: #ffffff;
font-weight: bold;
}


div#main_pc a:hover {
	color: #ff00cc;
font-weight: bold;
}

div#main p {

}

/*
div#main p strong {
color: #ffffff;
}
*/

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
	clear: both;       /* keep footer below content and menu */
	margin: 0 auto;  /* this centers wrapper */
        width: 732px;  /* sets content width */
}

div#footer p {
	color: #e891d6;
	font-size: 10px;
	padding: 5px 0 0 0;       /* some air for footer */
	text-align: right;  /* centered text */
	margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin-bottom: 4px;
   border-bottom: 1px dotted #ccc;
}

/********************
CONTENT STYLING
*********************/
div#content {
        margin: 2em 0 0 0;
}

/* HEADINGS */
div#content h1 {
   font-size: 10px; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#main_pc h2 {
	color: #ffffff; 
	font-size: 13px; 
	text-align: left; 
	margin: 0;
	padding-top: 10px;
}

div#main_pc h3 {
	color: #e891d6; 
	font-size: 13px; 
	text-align: left; 
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px #e891d6 dotted;
}

div#main_pc h3 a{
	color: #e891d6; 
	font-size: 10px; 
	text-align: right; 
	float: right;
	padding-top: 4px;
}

div#content h2 {
	color: #e791d6; 
	font-size: 13px; 
	text-align: left; 
	padding-bottom: 1px;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}
div#content h3 {
	color: #777777; 
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 10px 10px 10px 10px;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ffffff;
   margin-left: 12px;
}

td a,
td a:link 
td a:active {
   text-decoration: none;
   /* css validation will give a warning if color is set without background color. this will explicitly tell this     
   element to inherit bg colour from parent element */
   color: #e791d6;
   font-size: 11px;
}

td a:visited {
   text-decoration: none;
   color: #e791d6;                /* a different color can be used for visited links */
   font-size: 11px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   margin: 0 0 1.5em 1.5em;
}

div#main td ul {

	margin: 0 10px 0 22px;
}

div#main td li {
	margin: 0 0 0 0;
	font: 11px/12px 'Trebuchet MS', Arial, sans-serif;
	color: #7a7a7a;
	list-style-image: url(uploads/images/graphics/listarrow.gif);
}

td ul {
	margin: 0 10px 0 22px;
}

td li {
	margin: 0 0 0 0;
	font: 11px/12px 'Trebuchet MS', Arial, sans-serif;
	color: #7a7a7a;
	list-style-image: url(uploads/images/graphics/listarrow.gif);
}


div#main ul li,
div#main ol li {	
	margin: 0 0 0 0;
	font: 11px/15px 'Trebuchet MS', Arial, sans-serif;
}

/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 0;
}
div#main dl dd {
	margin: 0 0 1em 0;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;

}


#jsstats {
	display: none;
}

#logoactive {
	position: absolute;
	z-index: 100;
	clear: both;
}

#pctabs {
   margin-bottom: 10px;
}

/***** CALENDAR *****/

div#calendarwrapper
{
	float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
	width: 200px;     /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX IE double margin bug */
	padding: 5px;
	margin: 290px 35px 15px 15px;
}

/********************
PRODUCTS
********************/
.ProductDirectoryList
{
	display: table;
	width: 100%;
	padding-top: 5px;
}

.PC_ProductDirectoryList
{
	display: table;
	width: 696px;
	padding-top: 5px;
	padding: 0 18px 0 18px;
}

.widgets ul { 
	padding-left: -20px;
}

.widgets li { 
	float: left;
	text-align: center;
	list-style-type: none;
	padding-right: 0;
	padding-bottom: 12px;
	width: 242px;
}


.PC_widgets li { 
	float: left;
	text-align: center;
	list-style-type: none;
	padding-right: 0;
	padding-bottom: 12px;
	width: 232px;
}

.proddesc,
.proddesc p { 
	font-size: 10px;
	line-height: 11px;
	color: #999;
}

#ProductDirectoryProduct
{
	background-image: url(uploads/images/backgrounds/product_back.png);
	background-repeat: no-repeat left;
	width: 242px;
	height: 160px;
	padding-top: 2px;
}

#ProductTitle
{
	padding: 4px 0 2px 20px;
	text-align: left;
}

#ProductTitle a
{
	color: #fff;
}

#PC_ProductDirectoryProduct
{
	background-image: url(uploads/images/backgrounds/product_back_main.png);
	background-repeat: no-repeat left;
	width: 232px;
	height: 160px;
	padding-top: 2px;
}

#PC_ProductTitle
{
	padding: 4px 0 2px 17px;
	text-align: left;
}

#PC_ProductTitle a strong
{
	color: #e791d6;
}

#PC_ProductTitle a
{
	color: #fff;
	font-weight: bold;
}

#ProductLensFrame
{
	padding-top: 4px;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
}

#ProductLensFrame b
{
	color: #e791d6;
}

#productheader
{
	font-size: 12px;
	color: #ea78b4;
	font-weight: bold;
}

.product_details_wrapper
{
	width: 100%;
margin-top: 10px;
}

.product_details_title
{
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 2px;
}

.product_details_box
{
	margin-left: 47px;
	margin-top: 6px;
	border-left: 1px dotted #852164;
	margin-top: 2px;
	padding-left: 5px;
	width: 450px;
}

.product_details_box input,
.product_details_box textarea,
.product_details_box select
{
	background-color: #852164;
	border: 1px solid #852164;
	color: #d780c3;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

.product_desc_box
{
	padding-left: 7px;
	margin-left: 47px;
	border-left: 1px dotted #852164;
}

div.product_details_box ul li
{
	list-style-image: url(uploads/images/graphics/pc_list_arrow.gif);
	border-left: none;
	margin-left: 15px;
}

#product_back
{
	float: right;
	font-size: 11px;
	width: 250px;
	text-align: left;
}

#product_back a
{
	color: #e791d6;
	font-size: 11px; 
	padding-left: 3px;
}

#catlistheader {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

textarea {
	width: 250px;
	height: 100px;
}

.spacer {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#productdetailheader {
	padding: 2px 5px 1px 0px;
}

#product_breadcrumbs {
	text-align: right;
	float: right;
}

/*** COMMENTS ***/

.feedback_item_title {
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
}

.commenttable {
	width: 300px;
}

div#commentline {
	border-bottom: 1px dotted #852164;
	width: 430px;
	padding-bottom: 4px;
}

#downloads p {
	font-size: 10px;
	line-height: 10px;
padding: 0 3px 0 3px;
}

/**** ENTER TO WIN ****/

#etw {
width: 491px;
height: 600px;
background: url(uploads/images/backgrounds/PC-enter-to-win.png) no-repeat center top;
}

#etw_position {
padding: 320px 25px 25px 25px;
}

.formbuilderform {
border-top: 1px dotted #999;
padding-top: 10px;
color: #ccc ;
}

.formbuilderform div {
border: none;
}

.formbuilderform input,
.formbuilderform select {
background: #666;
color: #ccc;
margin-left: 10px;
margin-bottom: 2px;
font-size: 11px;
padding: 3px;
border: none;
}

.formbuilderform input {
width: 250px;
}

.formbuilderform label {
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.formbuilderform fieldset {
border: none;
}

.formbuilderform img {
margin: 0 0 20px 0;
background: #fff;
}

.submit {
margin-top: 10px;
}

.captcha input {
width: 100px;
}

.submit {
border-top: 1px dotted #999;
}

.submit input {
width: 100px;
margin-left: 115px;
}

.captcha_img {
margin-left: 115px;
}

.error_msg {
color: #ff99ff;
padding: 0 0 3px 115px;
}
/* End of 'Sub Page Style - Paula Creamer - Sub' */

