/*=
    Title   :   Base Style
    Author  :   Eddy Yanto
    Created :   7 August 2008
------------------------------------------------------------------------------*/

/*= Common -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	margin: 10px 0 15px;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	margin-top:20px;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
p {
	line-height: 16px;
	margin-bottom: 10px;
}
a {
	color: #900;
	text-decoration:underline; 
}
a:visited, a:hover {
	color: #ff7474;
}
ol, ul {
	margin: 0 0 20px 30px;
}
ol.faq li {
	margin-bottom: 10px;
}
ul.faq-list {
	margin: 10px 0 0 40px;
	width: 160px;
	list-style-type: disc;
}
ul.small li {
	margin-bottom: 0;
}
ul.contactinfo {
	border: 1px solid #900;
	background: #FBE8EA url(../images/home.png) no-repeat 10px center;
	padding: 10px 20px 10px 70px;
	margin: 10px 10px 20px 10px;
}
ul.contactinfo li {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
}
li {
	line-height: 18px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}

/*= Layout -------------------------------------------------------------------*/
body{
	background:#FFF;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#container{
	width:788px;
	margin:0 auto;
}
#header{
	width:788px;
	height:104px;
	background:url(../images/header-home.jpg) no-repeat;
	position:relative;
}
body.about #header{
	background:url(../images/header-about.jpg) no-repeat;
}
body.products #header{
	background:url(../images/header-products.jpg) no-repeat;
}
body.newsroom #header{
	background:url(../images/header-newsroom.jpg) no-repeat;
}
body.support #header{
	background:url(../images/header-support.jpg) no-repeat;
}
body.contact #header{
	background:url(../images/header-contact.jpg) no-repeat;
}
#nav{
    position:absolute;
    top:71px;
}
#main{
	width:788px;
	background:#FFF url(../images/main-bg.jpg) repeat-y;
}
#main div.outer{
    width:788px;
	background:url(../images/main-top.jpg) no-repeat top left;
}
#main div.inner{
	background:url(../images/main-bottom.jpg) no-repeat bottom left;
	padding:20px 10px 10px 20px;
}
#content{
	width:550px;
	float:left;
	text-align:justify;
}
#content1{
	width:600px;
	float:left;
	text-align:justify;
}
#content span.capital{
  font-size:20px;
}
.featured{
    padding:10px;
    width:525px;
    background:#FFF;
}
.featured h3{
    margin-bottom:10px;
    font-weight:bold;
    width:300px;
}
.featured ul{
    margin:0 0 10px 15px;
    width:150px;
}
.featured ul li{
    /* background:url(../images/bullet.png) no-repeat center left;*/
    list-style-type:none;
    text-indent:25px;
    line-height:20px;
}
.featured img{
    margin-top:-25px
}
.inkjet{
    background:url(../images/inkjet-bg.jpg) no-repeat bottom right;
}
.inkjet ul{
    float:left;
}
.inkjet img{
    float:right;
}
.correction-tape{
    background:url(../images/correction-tape-bg.jpg) no-repeat bottom left;
    margin-bottom:20px;
}
.correction-tape h3{
    text-indent:190px;
    width:500px;
}
.correction-tape ul{
    float:right;
}
.correction-tape img{
    float:left;
}
#others{
    height:190px;
    width:550px;
    background:url(../images/correction-tape-bg.jpg) no-repeat left bottom;
}
#others h3{
    margin-left:20px;
    font-weight:bold;
}
#others a{
	text-decoration:none;
} 
.child{
    width:130px;
    padding:2px;
    /*margin-right:10px;*/
    float:left;
}
.child p{
    text-align:center;
    margin-bottom:0;
}
.last{
    margin-right:0;
}
#sidebar {
	width: 200px;
	float: right;
}
#sidebar .promo {
	background: url(../images/mod_bl.jpg) no-repeat bottom left;
}
#sidebar .promo div {
	background: url(../images/mod_tl.jpg)  no-repeat scroll -1px top;
}
#sidebar .promo div div {
	background: url(../images/mod_br.jpg) no-repeat bottom right;
}
#sidebar .promo div div div {
	background: url(../images/mod_tr.jpg) no-repeat top right;
}
#sidebar .promo_pic {
	width: 160px;
	text-align: center;
	display: block;
	margin-top: 5px;
}
#sidebar h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	margin: 0;
}
#sidebar p {
	padding: 0 20px 20px;
	margin-bottom: 0;
	line-height: 16px;
}
.download ul{
  margin-top:15px;
}
#footer{
	width:788px;
	height:134px;
	text-align:center;
	background:url(../images/footer.jpg) no-repeat;
}
#footer p{
    padding:0 10px;
    line-height:14px;
}
#links {
	height: 25px;
	padding-top: 25px;
}


form.contactform ul, form.contactform ul li {
	list-style-type: none;
  margin:0;	
}
form.contactform fieldset li {
	padding: 5px 10px 7px;
}
form.contactform label {
	width: 200px;
	line-height: 18px;
	display: block;
}
form#contactform input, form#contactform select {
	width: 250px;
}
form#contactform input#submit, form#contactform input#reset {
	width: 100px;
	margin-right: 10px;
}
form#contactform legend {
	font-weight: bold;
	font-size: 120%;
}
form#contactform label em {
	color: #F00;
}
#submit-tools {
	margin-left: 40px;
}
blockquote {
	line-height: 18px;
	font-size: 15px;
	padding: 40px 0 0 40px;
	background: url(../images/quote-up.gif) no-repeat top left;
}
blockquote p {
	padding: 0 30px 30px 0;
	text-align: left;
	background: url(../images/quote-down.gif) no-repeat bottom right;
	line-height: 18px;
	font-family:Century Gothic;
}
table {
	margin-bottom: 15px;
	border-collapse: collapse;
}
table.full {
	width: 100%;
}
caption, th, td {
	padding: 6px 10px;
	line-height: 18px;
}
tr.header {
	/*background: #D1001F;*/
	background:#E03650;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}
tr.header td {
	font-weight: bold;
}
tr.odd {
	background: #FBE8EA;
}
td.desc {
	font-weight: bold
}
strong {
	font-weight: bold;
}
.warning {
	border: 1px solid #333;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	background: #F99;
}
.alert {
	color: #F00;
	font-weight: bold;
}
hr {
	border: 1px solid #900;
	border-width: 0 0 1px 0;
}
p.center {
	text-align: center;
}
#sitemap ul {
	margin-bottom: 0;
}
.privacy {
	margin-left: 20px;
}
.pagination {
	margin-bottom: 10px;
	font-weight: bold;
}
.subscription-label {
	width: 150px;
	display: block;
	float: left;
}
caption {
	font-weight: bold;
	font-size: 16px;
}
body.tapes #content {
/*	position: relative; /* commented this to fix menu overlapping issue */
	padding-top: 10px;
}
body.tapes .kiddy-img {
	position: absolute;
	top: 25px;
	right: 0;
}
body.tapes .giveaway {
	clear: right;
}
body.tapes .kiddy-img2 {
	float: right;
	margin-bottom: -18px;
}
.clr{
    clear:both;
}
/* error validation */
input.error, textarea.error, select.error {
    border:1px dotted red;
}
label.error{
    color:red;
    font-style:italic;
    margin-left:10px;
}

/*= Product Styles -----------------------------------------------------------*/
table.product {
	border: 1px solid #E03650;
}
table.product caption {
	font-weight: bold;
}
table.product td.header {
	background: #E03650;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #FFF;
	width: 120px;
}
table.product td.last {
	border-bottom: 1px solid #E03650;
}
table.product tr td {
	border-bottom: 1px solid #E03650;
}
table.product tr td {
	text-align: center;
}
table.product tr td {
	border-right: 1px solid #E03650;
}
span.color {
	padding: 2px 4px;
	width: 40px;
	text-align: center;
	margin: auto;
	color:#FFF;
}
tr.price td, td.price{
    font-weight:bold;
}
td.oem-brand, td.fuo, td.price{
    vertical-align:middle;
}
td.oem-brand, td.fuo{
    background:none;
}
td.oem-cart{
    width:100px;
}
td.single{
    width:100px;
}
td.double{
    width:132px;
}
span.minimal{
    color:red;
    float:right;
    margin-right:5px;
    font-weight:bold;
}
td.last{
    border-bottom:1px solid #E03650;
}
h3.t a, h3.t span{
  border:1px solid #E03650;
  margin-right:1px;
  padding:5px 5px;
  font-size:12px;
  background:#E03650;
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
}
h3.t a:hover{
  background:#FADDE2;
  color:#333;
}
h3.t span{
  background:#FFF;
  font-weight:bold;
  color:#000;
}

/* sidebar search */
.search #submit{
	margin-top:8px;
}
