/*=====================================
COMMON STYLE */
#block_2 a{
	color:#ff6600;
	text-decoration:none;
}

#block_2 a:visited {
	color:#803203;
}

#block_2 a:hover{
	color:#ff6600;
	text-decoration: underline;
}

.greyLine {
	padding: 9px 0px;
}

#pageHeader {
	margin-top: 8px;
	margin-bottom: 17px;
}

/*=====================================
INDEX.PHP SPECIFIC STYLE */

#rubWelcome {
	margin-top: 14px;
	margin-bottom: 9px;
}

.newsItem {
	padding-bottom:8px;
	margin:0px;
}

.newsItemDate {
	color: #a7a7a7;
}

.newsItemRub {
	font-weight:bold;
}

.special_div {
	margin-top: 15px;
}

.specPic {
	margin-bottom:-3px;
}

#latest_products a, #latest_products a:visited {
	color: #000000;
	font-weight: normal;
}

#latest_products a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/*=====================================
BROWSE.PHP SPECIFIC STYLE */


#navigator H1 {
	font-weight: normal;
	font-size: 10px;
	display: inline;
}
#browse H3 {
	font-weight:bold;
	font-size:10px;
	color: #000;
}

#browse H4 {
	font-weight:bold;
	font-size:14px;
	margin-bottom: 7px;
}
#browse #body A, #browse #body A:visited, #browse #body A:hover{
	color: #000;
	font-weight: bold;
}
#browse a:hover{
	text-decoration: underline;	
}
#browse #catDesc {
	background-color: #ededed;
	width: 518px;
	overflow: hidden;
	border: 1px solid #cccccc;
	float: left;
	padding: 5px;
	margin-bottom: 2px;
}
#browse #catDesc IMG {
	margin: -5px -5px -8px;
}
#browse #narrowCont {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#browse #foot {
	clear: both;
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-top: 5px;
}
#browse #body {
	float: left;
	clear: both;
	margin-top: 13px;
}
#browse #body .cDiv {
	width: 175px;
	float: left;
}
#browse #body .cDiv .image {
	width: 36px;
	height: 46px;
	float: left;
}
#browse #body .cDiv .text {
	margin: 5px 0px 0px 39px;
}
#browse #body .pDiv {
	width: 256px;
	float: left;
	margin-bottom: 16px;
}
#browse #body .pDiv img {
	float: left;
	margin-right: 5px;
	width: 60px;
	height: 60px;
	border: 1px #000 solid;
}
#browse #body .pDiv .mf {
	color: #888;
	margin-bottom: -14px;
}
#browse #body .pDiv .price {
	font-weight: bold;
	margin-top: 23px;
}
#browse UL {
	margin: 4px 0 4px 13px;
}
#browse UL LI {
	padding: 1px;
}

/*=====================================
FLYPAGE.PHP SPECIFIC STYLE */

#flypage H1 {
	font-weight:bold;
	font-size:14px;
	margin-bottom: 7px;
}

#flypage H2, #browse H2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

#flypage H3 {
	font-size:10px;
	font-weight: normal;
}
#flypage UL {
	margin: -10px 0 4px 13px;
}
#flypage UL LI {
	margin-bottom: -14px;
}
#flypage #price {
	margin-top: 10px;
	margin-bottom: 5px;
}
#flypage #addForm {
	text-align: right;
	margin-bottom: 15px;
}

#flypage #addAttr {
	width: 291px;
	margin-bottom: 5px;
}

#flyImg {
	border: 5px solid black;
	width: 200px;
}
#flyThumbCont {
	margin-top: 2px;
	margin-left: -6px; 
}

.flyThumb {
	border: 2px solid #000000;
	margin-left: 6px;
	height: 44px;
	width: 44px;
	cursor: pointer;
}

#flypage #spec {
	border: 2px solid #b8b8b8;
	background-color: #e6e6e6;
	width: 186px;
	margin-top: 8px;
	margin-bottom: 11px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#flypage #spec IMG {
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: -10px;
	display: block;
}

#flypage #spec B {
	margin-left: -10px;
}
#flypage #spec A {
	color: #000000;
	font-weight: bold;
}
#flypage #spec A:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}

/*=====================================
LOGINFORM.PHP & NEWUSERFORM.PHP SPECIFIC STYLE */

.loginWrapper {
	margin-bottom: 22px;
	float: left;
	overflow: hidden;
	width: 100%;
}
.formDiv {
	width: 290px;
	float: left;
	margin-right: 10px;
}
.loginWrapper .legendDiv {
	float: left;
	width: 230px;
}
.loginWrapper TD INPUT {
	width: 170px;
}
.loginWrapper TD SELECT {
	width: 170px;
}
.loginWrapper TD{
	vertical-align: top;
	height: 22px;
}
.loginWrapper TD.label {
	width: 130px;
	line-height: 9px;
	padding-top: 3px;
}
.loginWrapper .submit {
	text-align: right;
}
/*=====================================
CHECKOUT SPECIFIC STYLE */

#checkout table {
	border-collapse: collapse;
	margin-bottom: 18px;
	width: 100%;
}
#checkout td {
	padding: 2px 5px;
	vertical-align: top;
}
#checkout th {
	text-align: left;
	padding: 0 5px;
	background-color: #eeeeee;
	white-space: nowrap;
}
#checkout textarea{
	height: 60px;
	width: 100%;
}
#checkout #checkoutCart a{
	color: #000000;
	font-weight: normal;
}
#checkout #checkoutCart a:hover{
	color: #000000;
	text-decoration: underline;
}
/*=====================================
FAQ.PHP SPECIFIC STYLE */

#faq {
	width: 370px;
}

#faq .question {
	font-weight: bold;
	margin: 0px;
}

#faq .answer {
	margin-top: 2px;
	margin-bottom: 15px;
	text-indent: 7px;
}

/*=====================================
CONTACT.PHP SPECIFIC STYLE */

#contact_table {
	width: 465px;
}

#contact_table td {
	padding: 3px 1px;
}

.form_input {
	width: 250px;
}

/*=====================================
ACCOUNT.PHP SPECIFIC STYLE */
#order_history {
	margin-top: 20px;
}
#order_history table {
	border-collapse: collapse;
}
#order_history td {
	padding: 2px 7px;
	vertical-align: top;
	white-space: nowrap;
}
#order_history th {
	padding: 2px 7px;
	background-color: #eeeeee;
	font-weight: bold;
	text-align: left;
}
#order_history table a, #order_history table a:visited{
	color: #000000;
	font-weight: bold;
}
#order_history table a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#account_settings {
	margin-top: 10px;
}
#account_settings a{
	margin-left: 10px;
}

/*=====================================
RECEIPT.PHP SPECIFIC STYLE */
#receipt {
	width: 528px;
	/*background-color: #dddddd;*/
}
#receipt td.header {
	font-size: 10px;
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 2px 5px;
}
#receipt #information {
	border: 2px solid #b8b8b8;
	background-color: #e6e6e6;
	padding: 10px;
}
#receipt #product {
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}
#receipt #product td{
	padding: 2px 5px;
}
#receipt #customer {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
#receipt #customer td{
	vertical-align: top;
	padding: 2px 5px;
	width: 50%;
}
#receipt #etc {
	padding: 2px;
	margin: 10px 0px 20px;
}