/* CSS Document */

* {
	font-family: 'Trebuchet MS';
}

body {
	margin:15px;
	font-size:12px;
}

#container {
	margin:auto;
	width:900px;
}

img {
	border-width:0;
}


.b {
	font-weight:bold !important;
}


.d-block {
	display:block !important;
}

.d-none {
	display:none !important;
}


.upper {
	text-transform:uppercase;
}


.clear {
	clear:both;
}


.orange {
	color:#ff9900 !important;
}

.a_left {
	text-align:left !important;
}

.a_right {
	text-align:right !important;
}

.a_center {
	text-align:center !important;
}


h1, h2, h3, h4 {
	color:#999999;
	font-weight:normal;
}

h1 { font-size:22px; }
h2 { font-size:19px; }
h3 { font-size:17px; }
h4 { font-size:15px; }

h1 a, h2 a, h3 a, h4 a {
	color:#999999 !important;
	text-decoration:none !important;
	border-bottom:2px none !important;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#999999 !important;
	text-decoration:none !important;
	border-bottom:2px #ff9900 solid !important;
}


/* Menu links */
a:link,
a:active {
	color:#0072bc;
	text-decoration:underline;
}

a:visited {
	color:#014876;
	text-decoration:underline;
}

a:hover {
	color:#c1141b !important;
	text-decoration:underline !important;
}


/* Menu links */
a.menu:link,
a.menu:active {
	color:#666666;
	text-decoration:none;
}

a.menu:visited {
	color:#333333;
	text-decoration:none;
}

/* Black link */
a.black {
	color:#000000 !important;
	text-decoration:none !important;
}

a.black:hover {
	color:#666666 !important;
	text-decoration:none !important;
}




/* HEADER */
#header {
	position:relative;
	height:188px;
	/* background:#FFFF33; */
}

#header .logo {
	position:absolute;
	top:7px;
	left:0;
}

#header h2 {
	margin:0;
	font-size:28px;
	color:#999999;
	font-weight:normal;
	text-transform:uppercase;
}

#header ul {
	margin:15px;
	padding:0;
	list-style:none;
}

#header li {
	font-size:12px;
}

#other_categories {
	width:200px;
	background:#ffffff;
	padding-top:5px;
	border:solid #CCCCCC;
	border-width:0 1px 1px 1px;
}


#menu_shop {
	position:absolute;
	top:0;
	left:280px;
	height:188px;
	/* background:#CC9900; */
}

#menu_common {
	position:absolute;
	top:0;
	left:580px;
	height:188px;
	/* background:#FF6699; */
}

#top_icons {
	position:absolute;
	left:817px;
	top:7px;
}

#top_icons img {
	display:block;
	float:left;
	margin-right:10px;
}





/* BANNER TABLE */
#banner_table {
	width:900px;
	margin:0; 
	padding:0; 
	border-spacing:0; 
	border-collapse: collapse
}
#banner_table td {
	height:150px;
	width:150px;
	margin:0; 
	padding:0; 
	border-spacing:0; 
	text-align:center;
	vertical-align:middle;
	border:1px #d9d9d9 solid;
}

#banner_table a.cat {
	display:block;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}


/* CENTER FOR INNER PAGES */
#left_menu {
	float:left;
	width:225px;
	padding-left:75px;
	padding-top:10px;
}

#left_menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
}

#left_menu ul li {
	margin-bottom:3px;
}

#left_menu ul li.selected {
	color:#333333;
	font-weight:bold;
}

#content {
	float:left;
	width:600px;
}


/* PRODUCTS TABLE */

#products {
}

#products .header{
	width:100%;
	padding-bottom:5px;
	border-bottom:1px #d9d9d9 solid;
}

#products .header .label{
	float:left;
	color:#c1141b;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}


#products .product {
	width:100%;
	border-bottom:1px #d9d9d9 solid;
}

#products .product .title {
	float:left;
	width:360px;
	margin:5px 0;
	font-size:14px;
	font-weight:bold;
}

#products .product .title a {
	cursor:pointer;
}

#products .product .price {
	float:left;
	width:100px;
	color:#cc3300;
	font-size:21px;
	font-family:Georgia;
	text-align:right;
}

#products .product .flag {
	float:left;
	width:140px;
	text-align:center;
}

#products .product img{
	margin:2px 0;
}


#products .product .details {
	margin:0;
}

#products .product .details img {
	display:block;
	margin-right:7px;
	float:left;
}

#products .product .details .text {
	float:left;
	width:360px;
}

#products .product .details .text p {
	margin:4px 0 7px 0;
}







/* NEW PRODUCTS */
.new_product {
	float:left;
	position:relative;
	height:310px;
	width:279px;
	padding:5px 10px;
	border-left:#cccccc 1px solid;
}

.new_product h4 {
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
}

.new_product h4 a:hover {
	border:none !important;
}


.new_product p {
	margin:5px 0;
}

.new_product .price {
	position:absolute;
	right:10px;
	bottom:5px;
	color:#cc3300;
	font-family:Georgia;
	font-size:24px;
}


/* FOOTER */
#footer_left {
	position:relative;
	float:left;
	width:300px;
	height:100px;
}

#footer_left .logo {
	position:absolute;
	top:0;
	right:15px;
}

#footer_right {
	position:relative;
	float:left;
	width:500px;
	height:100px;
	border-left:1px #cccccc solid;
}

#footer_right h3 {
	margin:0 5px;
}

#footer_right p {
	margin-left:5px;
	color:#999999;
}









