﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #036;
}
#container {
	width: 670px;
	margin: 5px auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: #fff;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #f00;
	overflow: hidden;
	color: #fff;
}
#columnwhole {
	width: 628px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#divleft {
	width: 420px;
}

#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 3px 1px;
	padding: 2px 10px 3px 10px;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #900;
	color: #fff
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 1.5em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: center;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.headliner {
	font-weight: bold;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
}
.pcpadala {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
.pcpadala a {
	font-size: 10pt;
}
/* Styles for PCPadala Content */
#divbanner img {
	border: 0;
}
#pcpadalacontent {
	text-align: center;
	font-size: 12pt;
	background-color: #FFCC00;
	margin: 0 10px 0 10px;
	padding: 0px 0px 10px 0px;
}
#pcpadalacontent a {

}
a.topcurrency {
	font-size: 10pt;
	color: #0000ff;
}
.blue {
	color:blue;
}
.red {
	color: #FF0000;
}
.black {
	color:black;
}
.bold {
	font-weight:bold
}
.uline {
	text-decoration: none;
}
.divsmaller {
	font-size: 6pt;
	color: black;
	padding-top: 10px;
	font-weight: bold;
}
#pcpadalacontent .divsmaller a:hover {
	color: red;
	text-decoration:underline
}

#pcpadalacontent .divsmaller a {
	color: black;
}
#pcpadalacontent .f8 {
	
}
#pcpadalacontent .f12 {
	font-size: 12pt;
	font-weight:bold
}
#pcpadalacontent .f14 {
	font-size: 16pt;
	font-style:italic;
}

#pcpadalafooter {
	font-size: 10pt;
	color: red;
	font-weight: bold;
	text-align: center;
	width: auto;
}
/*** products **/
.itemBox {
	width: 200px;
	float: left;
	border: 1px white solid;
	background-color:#33CCFF;
	
	
}
.itemBox div {
	margin: 0 auto;
	text-align: center;
}
.itemBox .productname {
	font-size: 12pt;
	font-weight:bold;
	color:#00f;
	width: auto;
	padding: 3px 2px 4px 3px;
	background-color:#FFCC00;
	cursor: pointer;
}
.itemBox .productimage {
	border: 0;
	cursor: pointer;
}

.itemBox .productimage1 {
	width: 400px;
	height: 266px;
	border: 1px solid #000;
}


.emailOrder {
	display:block;
	font-size:11pt;
	text-align:center;
	clear:both;
	font-weight:bold;
	color: black;
	background-color: #FFCC00;
	padding: 5px 10px 5px 10px;
	margin: 0 10px 0 10px;
}

.itemBox .productprice {
	color: #f00;
	vertical-align: middle;
	font-size: 8pt;
}
.itemBox .productprice .amount {
	font-size: 14pt;
	font-weight: bold;
}
.itemBox .productprice .cashprice {
	color: #000;
	font-size: 7pt;
	font-weight: bold;
}
.itemBox .detailsBox {
	width: 400px;
	background-color:#FFCC66;
	border: 2px solid navy;
	float:left;
	padding: 10px 15px 10px 15px;
	position:absolute;
	left: 10px;
	z-index:99;
	margin-top: -300px;
}
.itemBox .divClose {
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	background-color: #336699;
	margin: -10px -15px 10px -15px;
	padding: 5px 5px 3px 3px;
	cursor: pointer;
}

#socionetworks {
		width: auto;
	margin: 0;
	padding: 5px 20px 5px 20px;
	border: 0;
	clear: both;
}
#socionetworks ul.links {
	list-style:none;
	width: auto;
}
#socionetworks ul.links li {
	float: right;
	padding: 2px 10px 3px 10px;
}
#socionetworks img, #socionetworks a {
	border:0;
}