/* 
	Background   : #cab7a7
	Dark Purple  : #330721
	Light Purple : #5c103f
*/

/* ------------------------------------------------------------------
 * Standard Tags
 */

a {
	cursor: pointer
	color: #333;
}

h1 {
	font-size: 20px;
	color: #5c103f;
	margin: 0em 0em 0.75em 0em;
	padding-bottom: 4px;
	border-bottom: 1px solid #5c103f;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 6px 0px;
	background-color: #f0f0f0;
/*	border-bottom: 1px solid #999;*/
}

h3 {
		font-size:1.25em;
		color: #333;
		margin: 1em 0px 5px 0px;
		padding: 0.5em 0em;
/*		border-top: 1px solid #bbb;*/
}

p {
	margin: 0em 0em 1em 0em;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
}

p.main-topic {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

table {}
table tr {}
table tr td {
	line-height: 1.5em;
}

#cart {
	width:140px;
}
.cartflash {
	border: 1px solid #ff0000;
	padding: 5px;
	color: #ff0000;
}

/* ------------------------------------------------------------------
 * Quick Links
 */
.quick_link:hover {
	background-image: url("/images/linkback.gif");
	background-repeat: no-repeat;
}
.quick_link {
	width: 140px;
	color: #000077;
	padding: 2px 0px;
	border-bottom: 1px dotted #ccccff;
}

ul.categories {
	overflow: hidden;
	list-style-type: none;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
}
ul.categories li {
	margin: 0px;
	padding: 0px;
}

ul.categories li a {
	display: block;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}

ul.categories li a.category {
	width:145px;
	margin-top: 0.75em;
	background-color: #ddd;
	color: #550741;
	font-size: 1em;
}

ul.categories li a.subcategory {
	width:140px;
	padding-left: 10px;
	color: #330721;
	border-top: 1px solid #ddd;
	font-weight: normal;
}

ul.categories li a:hover {
	color: #fff;
	background-color: #5c103f;
}

/* ------------------------------------------------------------------
 * Side Bars
 */

.sidebar_header {
	color: #5c103f;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	width: 150px;
	background-color: #fff;
	border-bottom: 1px solid #5c103f;
}


.sidebar_body {
	background-color: #fff;
	padding: 0px;
	margin: 0px 5px 25px 5px;
	width: 150px;
/*	border-bottom: 1px dotted #5c103f;*/
/*	background-color: #eee;*/
}


/* ------------------------------------------------------------------
 * Page Items
 */

.pagetitle {
	font-size: 2em;
	color: #a7a280;
	margin: 0em 0em 0.5em 0em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #a7a280;
}

.category_image {
	width: 200px;
	margin: 0em 0em 1em 0em;
	float: left;
}

.category_desc {
	display: none; 
}

/* Product Thumbs */

a.pt {
	color: #999977;
}

table.product-table {
	width: 600px;
	margin: 5px 0px;
	padding: 0px;
}
table.product-table tr {
	padding: 0px;
}
table.product-table tr td {
	width: 190px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 1px solid transparent;
}
table.product-table tr td:hover {
/* 	background-color: #aabbFF;  */
 	background-color: #e7e7e7;
	border: 1px solid #bbb; 
}

div.product_thumb {
	cursor: pointer;
	padding: 5px;
/*	border: 1px solid #fff;*/
	margin:0px;
}

div.product_thumb:hover {
/* 	background-color: #aabbFF;  */
/* 	background-color: #e7e7e7;*/
/*	border: 1px solid #bbb; */
}

div.product_thumb img.product_thumb_img {
	width: 100%;
/*	height: 100px; */
	padding: 0px;
	text-align: center;
}

div.product_thumb p {
	margin: 0.2em 0em;
}

div.product_thumb p.product_name {
	margin: 0.5em 0em;
}
div.product_thumb p.product_name a {
	color: #333;
	font-size: 1.1em;
}
div.product_thumb p.product_price {
	font-weight: bold;
	color: green;
}
div.product_thumb p.product_saving {
	color: green;
	font-weight: bold;
}

div.product_thumb  .more_button {
	margin: -30px 0px 0px 50px;
}


/* --- */

#products .pages {
	margin: 5px 0px 5px 0px ;
	padding: 6px;
	font-size: 1.1em;
	border-bottom: 1px solid #7070b0;
}

#products .pages .pagelist {
	float:right;
	margin: -3px 0px 0px 0px;
}

#offer {
	width: 140px;
	padding: 0px;
	margin: 0px;
	/* Windows IE5&6 Hacks */
	_width: 130px;
}

#offer .offer-image {
	position: relative;
	top: -120px;
	left: 90px;
	margin-bottom: -45px;
}	
	
/* -------------------------------------------------
   Link buttons
*/

.buttons {
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	height: 25px;
	background: transparent;
	float:none;
}

.linkback {
	cursor: auto;
	background-image: url(../images/backlink2.gif);
	background-repeat: repeat-x;
	float: left;
	margin: 0px;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
	font-size: 10px;	
	height: 25px;
	display:block;
}
.linkforward {
	cursor: auto;
	background-image: url(../images/link2.gif);
	background-repeat: repeat-x;
	float: left;
	margin: 0px;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
	font-size: 10px;	
	height: 25px;
	display:block;
}
.linkbuttonimage_corrector {
	margin-top: -5px;
	vertical-align:top;
}

.buttons a {
	text-decoration: none;
	color: #0000ff;
}

/* -------------------------------------------------
   Product Page
*/

#product-page .returntoproducts {
	float:right;
	margin: -2px 0px 0px 0px;
}

#product_details {
	padding: 2px;
	border: 1px solid #e5e5e5;
}

.saledetails {
	width:579px; 
	margin:10px 0px 10px 0px;
	border: 1px solid #e5e5e5;
	padding:10px;	
	color: #00aa00;
	font-size: 14px;
}

#product-page .prodimage {
	z-index: -2;
}

#product-page .more-images {
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 2;
}


#product-page #price-panel {
	margin-left: 20px;
}

#product-page .product-ourprice {
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;	
	color: #337733;
}
#product-page .product-ournetprice {
	text-align: left;
	font-weight: normal;
	font-size: 1em;	
	margin-bottom: 0.8em;
	color: #777777;
}
#product-page .product-srpprice {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;	
	color: #773333;
}
#product-page .product-srpnetprice {
	text-align: left;
	font-weight: normal;
	font-size: 1em;	
	margin-bottom: 0.7em;
	color: #777777;
}
#product-page .product-saving {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;	
	margin-bottom: 0.7em;
	color: #337733;
}

#product-page td.stock-quantity-l {
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-bottom: 1px solid blue;
	color: blue;
}

#product-page td.stock-quantity-r {
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	color: blue;
}

#product-page #addtobasket {
	background-image: url(../images/addtobasketbg.gif);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-left: 20px;
	color: #fff;
}

#product-page  .section {
	border: 1px solid #aaaaff;
	margin-bottom: 1em;
	padding: 2px; 
}

#product-page  .section .title {
	background-color: #e0e0ff;
	color: #333366;
	margin: 0px;
	padding: 6px;
	font-size: 1.3em;
}
#product-page  .section .body {
	background-color: #fff;
	color: #333366;
	padding: 4px; 
	font-size: 1em;
}

/* -------------------------------------------------
   Product Properties
*/

.product_properties {}

.product_properties  table {
	width: 100%;
	:;
}
.product_properties  table td.td-name {
	background-color: #d0d0e7;
	padding: 2px;
	width: 150px;
}
.product_properties  table td.td-value {
	background-color: #f0f0f7;
	padding: 3px;
}

.td-desc {
}
.td-details {
	background-color: #f0f0f7;
}

/* -------------------------------------------------
   Standard Sections
*/

.section {
	border: 1px solid #aaaaff;
	margin-bottom: 1em;
	padding: 2px; 
}

.section .title {
	background-color: #e0e0ff;
	color: #333366;
	margin: 0px;
	padding: 6px;
	font-size: 1.1em;
	font-weight: bold;
}

.section .title .imageright {
	float:right;
	margin-top: -3px;
}

.section .body {
	color: #333366;
	padding: 2px; 
	font-size: 1em;
}

/* -------------------------------------------------
   Checkout Pages
*/

#checkout-page .page_block {
	background-color: #f7f7f7;
}

#checkout-page .section {
	border: 1px solid #aaaaff;
	margin-bottom: 1em;
	padding: 2px; 
}

#checkout-page .section .title {
	background-color: #e0e0ff;
	color: #333366;
	margin: 0px;
	padding: 4px;
	font-size: 1.1em;
}

#checkout-page .section .title .imageright {
	float:right;
	margin-top: -3px;
}

#checkout-page .section .body {
	background-color: #f7f7f7;
	color: #333366;
	padding: 2px; 
	font-size: 1em;
}

#checkout-page .flash {
	border: 1px solid #ff0000;
	padding: 5px;
	color: #ff0000;
	margin-bottom: 1em;
}

#checkout-page .flash h2{
	background-color: #e03333;
	color: #fff;
	margin: 0px;
	padding: 6px;
	font-size: 1.3em;
	font-weight: normal;
}

#checkout-page .summary_table {
	border: 1px solid #bbb;	
	background-color: #f7f7f7;
}

#checkout-page .summary_table th {
	padding: 0.5em;
	background-color: #ccc;
	color: #000;
	font-weight: bold;
}
#checkout-page .summary_table td {
	padding: 0.5em;
	background-color: #fff;
}

#checkout-page .summary_table td.total-left {
	border-top: 1px solid #c7c19e;
	text-align: left;
	background-color: #eee;
}

#checkout-page .summary_table td.total-right {
	border-top: 1px solid #c7c19e;
	text-align: right;
	background-color: #eee;
}

/* -------------------------------------------------
   Popup Help windows.
*/

.popup {
 	position:absolute; left:0; top:0; width:132;
	z-index:2;
	margin: 150px 200px auto 200px;
	border: 1px solid #7777ff;
	background-color: #ccccff;
	padding: 30px;
}

/* -------------------------------------------------
   Client testimonials
*/

.testimonial {
	border-bottom: 1px dotted #777777;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.testimonial .quote {
	font-family: "Times New Roman", serif;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 1em;
	color: #669;
}

.testimonial .sender {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 1em;
}

/* -------------------------------------------------
   Customer Accounts
*/

.sales_order_status {
	border-bottom: 1px dotted #777777;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #333;	
}

/* -------------------------------------------------
   Home/Welcome Page
*/

div.banner_image {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#home_banner {
	background-image: url(../images/home/home_banner.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 600px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#welcome_categories {
	float: right;
	width: 200px;
	height: 200px;
}

.wcategory {
	background-image: url(../images/home/cat_normal.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7070b0;
	padding: 5px
}
.wcategory:hover {
	background-image: url(../images/home/cat_hover.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7070b0;
	padding: 5px
}
#welcome_us {
	/* width: 380px; */
	font-size: 1em;
	line-height: 1.75em;
	color: #333388;
}
#welcome_special_offers {
/*	background-image: url(../images/home/offers.gif);
	background-repeat: no-repeat; */
	height: 180px;
	width: 590px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 5px;
	color: #777;	
}
#welcome_featured_products {
/*	background-image: url(../images/home/featured.gif);
	background-repeat: no-repeat; */
	height: 180px;
	width: 590px;
	margin: 15px 0px 0px 0px;
	padding: 25px 5px 5px 5px;
	color: #777;	
}
#welcome_more_offers {
	text-align: right;
	margin: 2px 8px 5px 0px;
	
}

.alert {
	border: 1px solid red;
	background-color: #fff0f0;
	margin-top: 2px;
	padding: 3px;
}

/* -------------------------------------------------
   Pagination
*/

.flickr_pagination {
  text-align: center;
  padding: 1em; 
  margin: 2em 0em;
  border: 1px solid #5c103f;
}
  .flickr_pagination a, .flickr_pagination span {
    padding: .2em .5em; }
  .flickr_pagination span.disabled {
    color: #999; }
  .flickr_pagination span.current {
    font-weight: bold;
    color: #FF0084; }
  .flickr_pagination a {
    border: 1px solid #999;
    color: #0063DC;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063DC;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
  .flickr_pagination .prev_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .prev_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }


table.formtable {
	padding: 0px;
}
table.formtable td {
	padding: 1px;
}
table.formtable .td-formlabel {
	padding: 3px 5px;
	background-color: #e0f0e0;
	border: 1px solid white;
}
table.formtable input {
/*	background-color: #fffff7;*/
	border: 1px solid #aaaaa0;
	padding: 3px 5px;
}
table.formtable input:disabled {
	color: 000;
	background-color: #fff;
	border: 1px solid white;
}