/*Clear defaults ----------------*/
:link,:visited {text-decoration:none;} 
ul,ol,dl {list-style:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display: none;}


/* CSS Document */
/*The following control the main non-unique page elements*/
html {
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 100 0.8em arial,sans-serif;
}

/* adjustment for IE5 */

body {
	font-size: x-small;


/* IE5 Win */
  	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body {


/* be nice to Opera */
	font-size: small;
}

/* ... more info in bulletproof css */

img {
	border-style: none;
}

h1, h2, h3, h4, h5, h6, p {
position: relative;
}

#content h1, #content h2, #content h3, #content p {
	color: #fff;
}

h1{
	font-size:140%;
	color:#000;
	margin-bottom:3px;
	padding:0;
}
h2{
	font-size:140%;
	color: #000;
	margin-bottom:3px;
	padding:0;
	font-weight: bold;
}
h3{
	font-size:110%;
	color:#000;
}
h4{
	font-size:100%;
	color:#000;
}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
}
p{
	margin : 5px 0;
	padding : 0;
	text-align:left;
}

img {
	border: none;
}

li{
	list-style: none;
}
.stdlist ul {
    list-style-type: none;
	padding-left:5px;
	margin: 1em;
	text-align: left;
}
.stdlist li {
    background-image: url(../skinimages/sidenav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% .4em;
	padding-left: 1em;
	padding-bottom:5px;
	margin: 0.1em 0;
}

/*elements delaing with the listing of products on department pages*/
.deptdesc{
	
}
.deptprodlist{
	width : 95%;
	text-align : left;
}
.deptprodlist .image{
	width : 10%;
	padding : 5px;
	vertical-align : top;
}
.deptprodlist .desc{
	width : 90%;
	padding : 5px;
	vertical-align : top;
}
.deptprodlist h2{
	margin : 0px;
	padding : 0px;
}
.deptprodlist hr{
	height : 1px;
	color : #c0c0c0;
}
#deptprodlist  input{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
#deptprodlist select{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
	padding : 2px;
	font-size : 85%;
}
.prodlistimg{
	border : 0px solid #666666;
}
.deptlogo{
	border : 1px solid #666666;
}
#content .deptpage{
	font-size:85%;
	margin-top:3px;
	margin-bottom : 5px;
	color : #666666;
}
#content .deptpage ul{
	margin : 0;
}
#content .deptpage li{
	display : inline;

}
#content .deptpage a{
	color : #666666;
}
/*product details*/
.listprice{
	font-weight : normal;
}
.offerprice{
	font-weight : bold;
	color : #ff0000;
}
.proddetail{
	float : left;
	width : 95%;
}
.variantdisplay{
	float : left;
	width : 505px;
}
.variantdisplay p{
	font-weight : bold;
}
.variantdisplay select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	font-size : 85%;
}
.packagedisplay{
	float : left;
	width : 90%;
	border : 1px solid #c0c0c0;
	margin-bottom : 5px;
}
.packagedisplay p{
	font-weight : bold;
}
.packagedisplay table{
	width : auto;
}
.packagedisplay table tr{
	border-top : 1px #c0c0c0 solid;
}
.packagedisplay table  tr td{
	width : 100px;
}
.qtydiscounts{
	float : left;
	width : 90%;
	margin-bottom : 5px;
}
.prodquestions{
	float : left;
	width : 90%;
	margin-bottom : 5px;
}
.prodquestions textarea{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	width : 300px;
	height : 45px;
}
.buynow{
	width : 95%;
}
.buynow input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}

/*display of the cart display during checkout*/
#cartdisplay{
	width : 95%;
}
#cartdisplay table{
	background-color : inherit;
}
#cartdisplay .header{
	background-color : inherit;
	text-align : center;
	font-weight : bold;
}
#cartdisplay .row{
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}
#cartdisplay .altrow{
	border-bottom: 2px solid #ccc;
}
#cartdisplay form input{
	border : 1px solid #000;
	background-color : #ffffff;
}
#cartcoupon{
	margin-top : 10px;
}
#cartcoupon form input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#cartcoupon .couponerror{
	color : #ff0000;
	font-weight : bold;
}

/*style and layout of invoice and delievry address page*/
#invoiceaddress{
	width : 95%;
	border-bottom : 1px solid #c0c0c0;
}
#invoiceaddress input, #invoiceaddress select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#invoiceaddress table{
	width : auto;
}
#invoiceaddress table th{
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryaddress{
	width : 95%;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryaddress input, #deliveryaddress select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#deliveryaddress table{
	width : auto;
}
#deliveryaddress table th{
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryinstructions{
	width : auto;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryinstructions textarea{
	width : 250px;
	height : 50px;
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	text-align : left;
	margin-bottom : 5px;
}
/*classes used in the customer account area*/
.accountnav{
	margin-bottom : 10px;
	margin-top : 10px;
	width : 95%;
}
/*class and styles used in unspecified forms*/
.frmreq{
	color : #ff0000;
	font-weight : bold;
}
select{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
input{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
textarea{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
/*classes used in unspecified tables*/
.tableclass{
	width : 95%;
	background-color : inherit;
}
.tableheader{
	background-color : inherit;
	font-weight : bold;
	text-align : center;
}
.tablerow{
	background-color : inherit;
	border-bottom: 2px solid #ccc;
}
.tablealtrow{
	background-color : inherit;
	border-bottom: 2px solid #ccc;
}
.row{
	padding-bottom: 10px;
	background-color : inherit;
	border-bottom: 2px solid #ccc;
}
/*error message display*/
.errmsg{
	width : 95%;
	color : #fff;
	padding : 10px;
}
/*FAQ page styles*/
#features ul{
	 list-style-type: none;
	padding-left:5px;
	margin: 1em;
	text-align: left;
}
/*FAQ Category styling*/
#features ul li{
	  background-image: url(../skinimages/sidenav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% .4em;
	padding-left: 1em;
	padding-bottom:5px;
	margin: 0.1em 0;
	font-weight : bold;
}
#faqcontent{
	
}
#faqcontent ul{
	 list-style-type: none;
	padding-left:5px;
	margin: 1em;
	text-align: left;
}
/*FAQ Category styling*/
#faqcontent ul li{
	background-image: url(../skinimages/sidenav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% .4em;
	padding-left: 1em;
	padding-bottom:5px;
	margin: 0.1em 0;
	font-weight : bold;
}
/*FAQ question styling*/
#faqcontent ul li ul li{
	font-size : 12px;
	font-weight : normal;
}
/*FAQ answer styling*/
#faqcontent ul li ul li ul li{
	border : 1px solid #c0c0c0;
	font-style : italic;
}
/*Links page styling*/
#links{
	margin-top : 5px;
	margin-bottom : 5px;
}
/*latest news module styling*/
#latestnews{
	margin-top : 5px;
	margin-bottom : 5px;
}
#newspage ul{
	list-style : none;
}

.status{
	width : 95%;
	background-color : #FAFAD2;
	border : 1px dashed #ff0000;
	margin-top : 5px;
	margin-bottom : 5px;
	font-weight : bold;
	padding : 5px;
	text-align : center;
	color : #ff0000;
}
/*newsletter signup styling*/
.newslettermod{
	padding-left : 5px;
}
.newslettermod form{
	margin : 3px;
	padding : 0px;
}

#SenseCreativeLogo {
	margin-left: 35px;
	margin-top: 15px;
}

h1#printreseller, h1#howmuchcost, h1#becomeaprint, h2#takealook, h1#howdoesitworktext, h1#whoshouldjoin, h1#contactustext, h1#fundingassistance {
	text-indent: -5000px;
}

#fundingassistance {
	width: 301px;
	height: 38px;
	display: block;
	background-image: url(../skinimages/fundingassistance.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}


#contactustext {
	width: 290px;
	height: 38px;
	display: block;
	background-image: url(../skinimages/contactus.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#howmuchcost {
	width: 376px;
	height: 38px;
	display: block;
	background-image: url(../skinimages/hommuchdoesitcost.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#whoshouldjoin {
	width: 290px;
	height: 38px;
	display: block;
	background-image: url(../skinimages/whoshouldjoin.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#howdoesitworktext {
	width: 290px;
	height: 38px;
	display: block;
	background-image: url(../skinimages/howdoesitwork.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#takealook {
	width: 498px;
	height: 25px;
	display: block;
	background-image: url(../skinimages/takealook.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 35px;
}

#becomeaprint {
	width: 501px;
	height: 73px;
	display: block;
	background-image: url(../skinimages/becomeprintreseller.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
}

#basicsystem {
	float: left;
	width: 237px;
	height: 464px;
	display: block;
	background: url(../skinimages/basicsystemfulltext.gif) no-repeat left center;
}

#basicsystemandweb ul, #basicsystem ul {
	width: 180px;
}

#basicsystemandweb {
	float: right;
	width: 237px;
	height: 464px;
	display: block;
	background: url(../skinimages/basicpluswebfulltext.gif) no-repeat left center;
}
#basicsystem li, #basicsystemandweb p, #senseresellerfeatures {
	text-indent: -5000px;
}

#senseresellerfeatures {
	margin-left: 25px;
	width: 454px;
	height: 229px;
	display: block;
	background: url(../skinimages/senseresellerfeatures.gif) no-repeat left center;
}

#resellerlinks {
	margin-left: 10px;
}

.rslinks {
	float: left;
	margin: 0;
	padding: 0;
}

#sensecreativelink {
	width: 435px;
	margin: 0 auto;
}
