/* ==== ==== ==== ==== ==== ==== ==== ==== ====
	Azrul
	Copyright 2011 (c)
	written for - www.webshaper.com.my
	support[at]webshaper.net

	=============================
	====== Table of content =====
	=============================

	0. Reset and default css
	1. Header part (all id, class in header)
	2. Component part (all component class)
	3. Pages classes
	4. Footer (all id, class in footer)
	5. Misc

	=============================
	===  End table of content  ==
	=============================

 ==== ==== ==== ==== ==== ==== ==== ==== ==== */

/* ================================
   === 0. Reset and default css ===
   ================================ */

/* Reset CSS
===================== */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	/*border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;*/
} 
body {
	line-height:1;
	cursor:auto;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
} 
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse:collapse;
	border-spacing:0;*/
}
/* remove active, focus outline in firefox */
a:active, a:focus {
      outline:0;
}
/* Selection style */
::selection {
background:#a4b344;
color:#ffffff;
}
::-moz-selection{
background:#a4b344;
color:#ffffff;
}
::-webkit-selection {
background:#a4b344;
color:#ffffff;
}

/*******
if want to use non web safe font, enable this code
but its got some browser compatibility issue
@font-face {
 font-family: PremierShip;
 src: url(/newFont.ttf) format("truetype");
}
Then at body tag - font family, define this new font
********/
/* ==== Close Reset CSS ==== */

/* General Class
===================== */
html {
	padding:0;
	margin:0;
	/*background:url(images/StarDust-bg.jpg) 0 0 repeat #111;*/
}
body {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
	color:#555;
	font-family:"Lucida Grande", Arial, "Times New Roman", Times, serif, Tahoma, Georgia, Verdana, Helvetica, sans-serif;


	display:table;
	width:100%;
	background:#efefef;
	/*background:url('images/Dimension-Bg.jpg') center 29px repeat-x;*/
	/*background-attachment:fixed;*/
	text-align:center;
	position:relative;
}
h2 {
	font-size:20px;
	color:#333;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e1e1e1;
}
h3 {
	font-size:16px;
	font-weight:bold;
	text-transform:capitalize;
	line-height:28px;
	margin:20px 0 10px 0;
	padding:0 0 0 5px;
	color:#333;
	border-bottom:2px solid #333;
}
h4 {
	font-size:14px;
	color:#333;
	margin-top:15px;
	margin-bottom:10px;
	padding-top:3px;
}
ol li {
	list-style-type:decimal;
	margin:0 0 0 25px;
}
ul li {
	list-style-type:disc;
	margin:0 0 0 25px;
}
strike {
	color:#000;
	text-decoration:line-through;
}
p {
	padding:0;
	color:#555;
	margin:0;
	line-height:1.3;
}
a:link, a:active, a:visited, a:hover {
	margin:0;
	padding:0;
	color:#a4b344;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
input {
	cursor:auto;
}
input .textbox{
	cursor:text;
}
#gutter {
	float:left;
	width:10px;
	height:1px;
	margin:0;
	padding:0;
}
#wrapper {
	clear:both;
	text-align:left;
	padding:0;
	width:1000px;
	margin:20px auto;
	position:relative;
	/*border:1px solid #cecece;*/
	/*width:960px; */	/* minus border and padding */
	/*margin:30px auto; */	/*auto for centering the content*/
	/*position:relative; */	/*relative for centering the content*/
}
.wrapperHeader {
	padding:0;
	margin:0;
	background:url(images/wrapperTop.gif) 0 0 no-repeat;
	height:5px;
	width:auto;
}
.wrapperBody {
	margin:0;
	padding:0 5px;
	background:#fff;
	width:auto;
}
#col1 {
	/*position:relative;*/
	text-align:left;
	float:left;
	width:720px;
	padding:0;
	color:#555;
	margin:0;
	line-height:1.3;
	/*border-left:1px solid #cecece;*/
}
.col1Wrapper {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	/*
	border:1px solid #e8e8e8;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	*/
}
#col2Left {
	position:relative;
	clear:both;
	float:left;
	width:218px;
	overflow:visible;
	padding:0;
	margin:0 20px 0 0;
	/*border:1px solid #e8e8e8;*/
	/*background:url('images/stripeBg.png') 0 0 repeat #f1f1f1;*/
	/*background:#f6f6f6;*/
}
#col3Right {
	position:relative;
	clear:right;
	float:right;
	width:200px;
	overflow:visible;
	padding:9px;
	margin:0;
	border:1px solid #e8e8e8;
	background:url('images/stripeBg.png') 0 0 repeat #f1f1f1;
}
.bodyWrap {
	margin:auto;
	position:relative;
	padding:0;
	height:auto;
	width:960px;
}
#MainContent {
	width:960px;
	height:auto;
	margin:auto;
	position:relative;
	padding:20px;
	background:#fff;
}
/* ==== close General Class ==== */

/* ================================
    0. Close Reset and default css
   ================================ */

/* ================================
   === 1. Header                ===
   ================================ */
#header {
	position:relative;
	margin:0;
	padding:0;
	text-align:left;
	height:auto;
	width:100%;
	/*background:url('images/topBarBG-2.gif') 0 0 repeat-x;*/
}
.headerWrapper {
	width:1000px;
	margin:auto;
	position:relative;
	padding:0;
	background:#fff;
}
.headerMain {
	width:auto;
	height:auto;
	clear:both;
	margin:0;
}
#companyLogo {
	clear:both;
	margin:30px 0 0 20px;
	padding:0;
	width:auto;
	height:auto;
	float:left;
	white-space:nowrap;
	position:relative;
}
.headerRight {
	float:right;
	clear:right;
	width:auto;
	height:auto;
	margin:10px 20px 0 0;
	padding:0;
}
.headerMainContent {
	float:right;
	clear:right;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	text-align:right;
}
.myShoppingCartBtn {
	margin:0;
	padding:0;
	width:206px;
	height:39px;
}
.myShoppingCartBtn a {
	background-image:url('images/MyShoppingCartBtn.png');
	background-position:0 0;
	display:block;
	text-decoration:none;
	width:206px;
	height:39px;
}
.myShoppingCartBtn a:link {
	background-position:0 0;
	display:block;
	text-decoration:none;
	width:206px;
	height:39px;
}	
.myShoppingCartBtn a:hover {
	background-position:0 -39px;
}
.myShoppingCartBtn a:active {
	background-position:0 -39px;
}
.myShoppingCartBtn a span {
	display:none; 
}
.tagline {
	font-weight:bold;
	color:#432b2b;
	font-size:27px;
	vertical-align:bottom;
	margin:100px 0 0 0;
}
.topBanner {
	height:80px;
	width:550px;
	margin:10px 0;
	position:relative;
}

/* Main Navigation
===================== */
#nav {
	width:960px;
	height:auto;
	clear:both;
	margin:0;
	padding:0 20px;
	float:left;
	position:relative;
	background:url('images/NavMain-bg.gif') 0 0 repeat-x #f93678;

	/* Round corner  */
	/*border-radius:7px;*/		/* CSS 3 */
	/*-moz-border-radius:7px;*/	/* Firefox */
	/*-webkit-border-radius:7px;*/	/* Safari and Chrome */

	/* Box Shadow
	-moz-box-shadow: 0 -2px 0px #efefef; 
	-webkit-box-shadow: 10px 10px 5px #888888; 
	box-shadow: 10px 10px 5px #888888;
	*/
}
#WrapperNav {
	width:auto;
	position:relative;
	margin:auto;
	height:35px;
	/*border-left:1px solid #cb0648;*/
}
.navMain {
	clear:left;
	float:left;
	margin:0;
	padding:0;
	height:35px;
	width:auto;
}
.navMain ul{
	margin:0;
	padding:0;
}
.navMain li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
	font-size:13px;
	width:auto;
	height:auto;
	text-decoration:none;
	border-right:1px solid #cb0648;
	position: relative;
}
.navMain li a {
	float:left;
	text-decoration:none;
	height:auto;
	width:auto;
	padding:0 15px;
	display:block;
	font-weight:normal;
	color:#fcd6e3;
	text-transform:uppercase;
	/*text-shadow:0 1px 1px rgba(0, 0, 0, .75);
	text-shadow:0 1px #1a3550;*/
	font:bold 11px/35px Verdana, Helvetica, Arial;
	/*border-right:1px solid #f65189;*/
}
.navMain li a:hover {
	color:#fff;
	background-color:#432b2b;
	/*border-right:1px solid #432b2b;*/
	text-decoration:none;
	cursor:pointer;
}
.navMain li a:active {
	background-color:#432b2b;
	text-decoration:none;
}

.navHome {
	color:#fff;
	margin: 0 -15px;
	padding:0;
	width:52px;
	height:30px;
	background:url('images/navHome.png') 0 0 no-repeat #fff;
	text-decoration:none;
	cursor:pointer;
}
.navHome:link {
	background-position:0 0;
	text-decoration:none;
	cursor:pointer;
}
.navHome:hover {
	background-position:0 -30px;
	background-color:#fff;
	cursor:pointer;
}
.navHome:active {
	background-position:0 -30px;
	cursor:pointer;
}
.currencyPosition {
	clear:right;
	float:right;
	height:auto;
	width:auto;
	margin:3px 0 0 0;
}
.secondNav {
	height:32px;
	width:960px;
	margin:0;
	padding:0 20px;
	clear:both;
	float:left;
	line-height:32px;
	font-size:11px;
	/*color:#2c5987;*/
	color:#e92c6c;
	text-align:left;
	background:#f6f6f6;
	border-bottom:1px solid #efefef;
	border-top:1px solid #cecece;
}
.secondNavText {
	float:right;
	width:auto;
}
.secondNavText ul{
	padding:0;
	margin:0;
	text-align:right;
	display:inline;
}
.secondNavText ul li{
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	display:inline;
	text-align:right;
	width:auto;
	height:auto;
}
.secondNavText li a{
	font-weight:bold;
	color:#2c5987;
	text-shadow:0 1px 0px rgba(255, 255, 255, .75);
	text-decoration:none;
	height:auto;
	width:auto;
	padding:0;
	margin:0;
	display:inline-block;
}
.secondNavText li a:hover{
	color:#a4b344;
	text-decoration:none;
	cursor:pointer;
}
.RssIcon {
	background:url('images/Rss.png') right 2px no-repeat;
	margin-right:20px;
	padding-right:20px;
}
/* ==== Close Main Navigation ==== */

/* ==== Drop down menu ==== */
#dropDown, #dropDown ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	/*line-height:1.5em;*/ 
}
#dropDown li{
	float:left;
	position:relative;
}
#dropDown li a{
	display:block;
	text-decoration:none;
}
#dropDown ul li a:hover{
	background:#f93678; /* hover bg a tag */
}
#dropDown ul {
	position:absolute;
	display:none;
	/*width:12em;*/
	width:auto;
	top:35px; /* must be same with navbar's height */
	z-index:99999;
	background:#432b2b; /* bg color of dropdown */
}
#dropDown li ul li {
	border-right:none;
}
#dropDown li ul a{ /* control height width of dropdown */
	width:170px;
	height:auto;
	float:left;
	border-right:none;
	border-bottom:1px solid #564141;
	line-height:15px;
	padding:7px 5px 7px 15px;
}
#dropDown ul ul{
	top:auto;
}	
#dropDown li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#dropDown li:hover ul ul, #dropDown li:hover ul ul ul, #dropDown li:hover ul ul ul ul{
	display:none;
}
#dropDown li:hover ul, #dropDown li li:hover ul, #dropDown li li li:hover ul, #dropDown li li li li:hover ul{
	display:block;
	/*background:#dd2f6a;*/
}

/* ==== Close Drop down menu ==== */

/* Top Bar Navigation
===================== */
.topBar {
	width:960px;
	height:35px;
	padding:0 20px;
	margin:0;
	font-size:11px;
	clear:left;
	float:left;
}
.topBarLeft {
	margin:0;
	padding:7px 0 0 0;
	clear:both;
	float:left;
	width:auto;
}
.topBarRight {
	margin:0;
	padding:0;
	float:right;
	width:auto;
	color:#666;
}
.topBarRight ul {
	padding:0;
	margin:0;
	text-align:left;
	float:right;
}
.topBarRight ul li{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	line-height:27px;
	color:#666;
}
.topBarRight ul li a{
	padding:0 15px;
	margin:0;
	line-height:27px;
	display:inline-block;
	color:#666;
	text-decoration:none;
}
.topBarRight ul li a:hover{
	color:#a4b344;
	text-decoration:none;
}
.topBarRight ul li .myAccIcon {
	/*background:url('images/myAccIcon.png') 10px 6px no-repeat;*/
	padding:0 10px;
}
.topBarRight ul li .viewCartIcon {
	/*background:url('images/viewCartIcon.png') 10px 6px no-repeat;*/
	padding:0 10px;
}
.topBarRight ul li .checkoutIcon {
	/*background:url('images/shoppingBag-icon-s.gif') 10px 4px no-repeat;*/
	padding:0 10px;
}
.topLink {
	width:1002px;
	padding:20px 0 0 0;
	height:18px;
	margin:0 auto;
	position:relative;
}
/* ==== Close Top Bar Navigation ==== */

/* Greet customer
===================== */
#Greet {
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:auto;
	line-height:27px;
	font-size:11px;
}
#Greet ul{
	margin:0;
	padding:0;
	float:left;
}
#Greet ul li{
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	white-space:nowrap;
	font-weight:bold;
}
#Greet ul li a {
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}
#Greet ul li a:hover {
	text-decoration:underline;
}
/* ==== Close Greet customer ==== */

/* User Greet class
===================== */
#user {
	text-decoration:none;
	padding-top:0;
	float:left;
	padding-left:0;
	padding-right:0;
	display:inline;
	width:auto;
	color:#777;
}
#user .userText {
	text-decoration:none;
	float:left;
}
#user .userText a { /* sign in wording */
	color:#777;
	font-weight:bold;
	text-decoration:none;
}
#user .userText a:hover {
	color:#a4b344;
	text-decoration:none;
}
#user .userName {
	color:#a4b344;
	font-weight:bold;
	font-size:13px;
	text-transform:capitalize;
}
#user .userSeperator {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#c8cdd5;
}
#user .userLog {
	text-decoration:none;
}
#user .userLog a { /* logoff wording */
	color:#777;
	font-weight:normal;
	text-decoration:none;
}
#user .userLog a:hover {
	color:#a4b344;
	text-decoration:underline;
}
#userCart {
	float:right;
}
#userCart ul {
	margin:0;
	padding:0;
}
#userCart li {
	display:inline;
	white-space:nowrap;
}
#userCart li a {
	color:#a4b344;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	margin:0;
	float:left;
	padding:10px 11px;
}
#userCart li a:hover {
	color:#fff;
	text-decoration:none;
}
/* ==== Close User Greet class ==== */

/* User link navigation
===================== */
.userLinks {
	clear:right;
	float:right;
	width:500px;
	height:29px;
	line-height:29px;
	margin:0;
	padding:0;
	text-align:right;
}
.userLinks img {
	vertical-align:middle;
}
.userLinksText {
	margin:0;
	padding:0;
	width:auto;
	height:29px;
	line-height:29px;
	text-align:left
}
.userLinksText ul {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
.userLinksText li {
	margin:0 0 0 10px;
	display:inline;
	padding:0px;	
	list-style:none;
	line-height:29px;
	color:#f6f6f6;
	font-weight:normal;
}
.userLinksText li a{
	color:#f6f6f6;
	text-decoration:none;
	font-size:12px;
}
.userLinksText li a:hover{
	color:#a4b344;
	text-decoration:none;
	font-size:12px;	
}
/* ==== Close User link navigation ==== */

/* Search function
===================== */
#search {
	width:auto;
	height:auto;
	float:right;
	clear:right;
	text-align:right;
	margin:0;
	padding:0;
	font-size:12px;
}
#search a {
	text-decoration:none;
	color:#706f74;
	font-size:11px;
	padding:0;
	margin:0;
}
#search a:hover {
	text-decoration:none;
	color:#706f74;
}
#search .form {
	padding:0;
	float:right;
	text-align:right;
	margin:0;
	height:auto;
	width:auto;
}
.searchBox {
	padding:0;
	color:#666;
	height:24px;
	width:178px;
	margin:0;
	padding:0;
	float:left;
	border:1px solid #cecece;
	background:#fff;
	background:url(images/SearchBoxBG.gif) 0 0 repeat-x;
	/*
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	*/
}
.searchBox .textbox {
	height:24px;
	color:#555;
	border:none;
	float:left;
	width:170px;
	line-height:24px;
	padding:0 5px;
	margin:0;
	font-size:12px;
	background-color:transparent;
	cursor:text;
}
.searchBox .textbox:focus {
	border:none;
}
#search .searchBtn {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	float:left;
}
.searchBtn input {
	cursor:pointer;
}
#search .searchAdvanced {
	margin:0;
	float:left;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	color:#fff;
}
#search .searchAdvanced a{
	font-weight:bold;
	font-size:20px;
	color:#fff;
}
/* ==== Close Search function ==== */

/* ================================
   === 1. Close Header          ===
   ================================ */

/* ================================
   === 2. Component part        ===
   ================================ */

/* Box compenent
===================== */
.box {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.boxHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.boxHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.boxBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0;
	font-weight:normal;
}
.boxFooter {
	display:none;
}
.boxBody ul {
	margin:0;
	padding:0;
}
.boxBody li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.box li a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
}
.box li a:hover {
	color:#a4b344;
	text-decoration:none;
}

/*** Newsletter ***/
.boxNewsletter {
	margin:-6px 0 0 5px;
	padding:0 10px 10px 15px;
	width:194px;
	height:231px;
	overflow:visible;
	position:relative;
	float:right;
}
.boxHeaderNewsletter {
	height:40px;
	width:auto;
	padding:0;
}
.boxHeaderTextNewsletter {
	color:#fff;
	height:60px;
	width:auto;
	padding:0 10px 0 10px;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	text-shadow:0 1px 1px rgba(0, 0, 0, .75);
	font:bold 20px/60px Verdana, Helvetica, Arial;
}
.boxBodyNewsletter {
	color:#eee;
	width:auto;
	margin:0;
	padding:5px 10px 10px 10px;
	font-weight:normal;
}
.boxFooterNewsletter {
	display:none;
}
.boxBodyNewsletter p {
	color:#eee;
	padding:5px 0;
	font-weight:normal;
}
/* ==== Close Box compenent ==== */

/* CategoryList component
===================== */
.categoryList {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.categoryListHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
	/*background:#983698;*/
}
.categoryListHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.categoryListBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0;
	font-weight:normal;
}
.categoryListFooter {
	display:none;
}
.categoryList ul{
	margin:0;
	padding:0;
}
.categoryList li{
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.categoryList1 {
	padding:0;
	margin:0;
	list-style:none;
}
#categoryList_ul_0{
	padding:0;
	margin:0;
}
.categoryList1 a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
	/*background:url('images/li-arrow.gif') 10px 10px no-repeat;*/
}
.categoryList1 a:hover {
	color:#a4b344;
	text-decoration:none;
}
.categoryList ul ul ul {}
.categoryList ul ul ul li {
	border-bottom:none;
}
.categoryList2 a {
	color:#432b2b;
	padding:3px 5px 3px 25px;
	margin:0;
	text-decoration:none;
	line-height:12px;
	display:block;
	background:url('images/LiSub.gif') 15px 4px no-repeat;
}
.categoryList2 a:hover {
	color:#a4b344;
	text-decoration:none;
}
/* ==== Close CategoryList component ==== */

/* Cart Component
===================== */
.cartComponent {	
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.cartComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
	background:#f0f0f0;
}
.cartComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 10px;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.cartComponentBody {
	color:#555;
	width:auto;
	margin:0;
	padding:5px 10px 10px 10px;
	font-weight:normal;
	background:#f6f6f6;
	/*border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;*/
}
.cartComponentFooter {
	position:absolute;
	top:-14px;
	right:3px;
	width:38px;
	height:52px;
	background:url('images/shoppingBag.png') 0 0 no-repeat;
}
.cartComponentItems {
	font-weight:normal;
	padding-top:5px;
}
.cartComponentItems ul {
	padding:0;
	margin:0;
}
.cartComponentItems li {
	margin:0 0 0 15px;
	padding:5px 0;
	line-height:14px;
	list-style-type:disc;
	font-weight:bold;
}
.cartComponentLinks {
	color:#a4b344;
	text-decoration:none;
	line-height:15px;
	margin:5px 0 0 0;
}
.cartComponentLinks a {
	color:#a4b344;
	text-decoration:none;
	line-height:15px;
	font-weight:normal;
	padding-right:10px;
}
.cartComponentLinks a:hover {
	text-decoration:underline;
}
.cartComponentSummary {
	padding-top:5px;
}
.cartComponent ul {
	padding:0;
	margin:0;
}
.cartComponent li {}
/* ==== Close Cart Component ==== */

/* News component
===================== */
.newsComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}	
.newsComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.newsComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.newsComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:5px 0;
	font-weight:normal;
}
.newsComponentFooter {
	display:none;
}
.newsComponent ul {
	margin:0;
	padding:0;
}
.newsComponent li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.newsComponentTitle a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
}
.newsComponentTitle a:hover {
	color:#a4b344;
	text-decoration:none;
}
.newsComponentDate {
	color:#aaa;
	padding:0 0 0 10px;
	font-size:9px;
	margin:0;
	/*border-bottom:1px solid #ececec;*/
}
.newsComponent a:link, a:visited, a:active {}
/* ==== Close News component ==== */

/* Manufacturer List Component
===================== */
.mfcComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.mfcComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.mfcComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.mfcComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0;
	font-weight:normal;
}
.mfcComponentFooter {
	display:none;
}
.mfcComponent ul {
	margin:0;
	padding:0;
}
.mfcComponent li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.mfcComponent li a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
}	
.mfcComponent li a:hover {
	color:#a4b344;
	text-decoration:none;
}
/* ==== Close Manufacturer List Component ==== */

/* Theme Component
===================== */
.thmComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.thmComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}	
.thmComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.thmComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0;
	font-weight:normal;
}
.thmComponentFooter {
	display:none;
}
.thmComponent ul {
	margin:0;
	padding:0;
}
.thmComponent li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.thmComponent li a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
}	
.thmComponent li a:hover {
	color:#a4b344;
	text-decoration:none;
}
/* ==== Close Theme Component ==== */

/* Custom Fields List Component
===================== */
.customFieldsList {
	margin:0 0 20px 0;
	padding:0;
	width:200px;
}
.customFieldsListHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.customFieldsListHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.customFieldsListBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0;
	font-weight:normal;
}
.customFieldsListBody .dropdownlist {
	width:94%;
	color:#555;
	padding:0;
	text-align:left;
}	
.customFieldsListFooter {
	display:none;
}
.customFieldsList ul {
	margin:0;
	padding:0;
}
.customFieldsList li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.customFieldsList li a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
}
.customFieldsList li a:hover {
	color:#a4b344;
	text-decoration:none;
}
/* ==== Close Custom Fields List Component ==== */

/* Price Range Component
===================== */
.priceRangeComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.priceRangeComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.priceRangeComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.priceRangeComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0;
	font-weight:normal;
}
.priceRangeComponentFooter {
	display:none;
}
.priceRangeComponentBody ul {
	margin:0;
	padding:0;
}
.priceRangeComponentBody li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}	
.priceRangeComponent li a {
	color:#432b2b;
	padding:3px 5px 3px 10px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:12px;
	display:block;
}
.priceRangeComponent li a:hover {
	color:#a4b344;
	text-decoration:none;
}
/* ==== Close Price Range Component ==== */

/* Currency Component
===================== */
.currencyComponent {
	margin:0;
	padding:0;
	width:160px;
	height:auto;
}
.currencyComponentHeader {
	display:none;	
}
.currencyComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0 0 0 10px;
	line-height:16px;
	text-align:left;
}
.currencyComponentBody {
	color:#555;
	margin:0;
	padding:0;
	font-weight:normal;
}
.currencyComponentFooter {
	display:none;
}
.currencyComponentBody form {
	padding:0;
	margin:0;
}
.currencyComponentBody form .dropdownlist{
	width:160px;
	color:#555;
	background-color:#fff;
	padding:2px;
	margin:0;
	text-align:left;
	border:1px solid #ccc;
}
/* ==== Close Currency component ==== */

/* Featured Products Component
===================== */
.featuredProducts {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
.featuredProductsHeader {
	height:30px;
	width:100%;
	background:#983698;
}
.featuredProductsHeaderText h1 {
	padding:0 0 0 10px;
	margin:0;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	font:bold 12px/30px Verdana, Helvetica, Arial;
	/*text-shadow:0 1px 1px rgba(0, 0, 0, .75);*/
}
.featuredProductsBody {
	color:#555;
	margin:0;
	padding:0;
	font-weight:normal;
}
.featuredProductsFooter {
	display:none;
}
.featuredProductsGrid {
	/*border-collapse:collapse;*/
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
	text-align:left;
}
.featuredProductsGrid table {
	margin:0;
	padding:0;
}
.featuredProductsGrid  tr {}
.featuredProductsGrid  td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
/* ==== Close Featured Products Component ==== */

/* Comparison Component
===================== */
.comparisonComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}
.comparisonComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.comparisonComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.comparisonComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:0 10px;
	font-weight:normal;
}
.comparisonComponentFooter {
	display:none;
}
.comparisonComponentAction {
	background:#f6f6f6;
	padding:5px 0;
	line-height:13px;
	text-align:center;
}
.comparisonComponentAction a {
	color:#432b2b;
	text-decoration:none;
}
.comparisonComponentAction a:hover {
	text-decoration:underline;
}
.comparisonComponent li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.comparisonComponent ul {
	margin:0;
	padding:0;
}
.compareHeader tr {}
.comparisonComponentItems {
	width:100%;
}
.comparisonComponentGrid {
	width:100%;
	margin:0;
	padding:0;
}
.comparisonComponentGrid td {
	line-height:13px;
}
.comparisonComponentGrid a:link, .comparisonComponentGrid a:visited {
	color:#432b2b;
	text-decoration:none;
}
.comparisonComponentGrid a:hover, .comparisonComponentGrid a:active {
	color:#a4b344;
	text-decoration:none;
}
.compareCell1 {
	width:89%;
	margin:0;
	padding:7px 5px 7px 0;
}
.compareCell1 a {
	margin:0;
	padding:6px 0 6px 0;
	text-decoration:none;
}
.compareCell2 {
	width:9%;
	text-align:right;
}
/* ==== Close Comparison Component ==== */

/* New Products component
===================== */
.newProductsComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}	
.newProductsComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.newProductsComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.newProductsComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:10px 0;
	font-weight:normal;
}
.newProductsComponentFooter {
	display:none;
}
.newProductsComponentGrid {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
.newProductsComponentProdName {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
}
.newProductsComponentPrice {
	padding:5px 0;
	text-align:center;
}
.newProductsComponentPrice strike {
	color:#555;
	text-decoration:line-through;
}
.newProductsComponentLinks {
	text-align:center;
	color:#432b2b;
}
.newProductsComponentGrid a{
	color:#432b2b;
	padding:0;
	text-decoration:none;
	line-height:17px;
}
.newProductsComponentGrid a:hover{
	text-decoration:underline;
}
.newProductsComponentLeftColumn {
	text-align:center;
}
/* ==== Close New Products component ==== */

/* Best Sellers component
===================== */
.bestSellersComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}	
.bestSellersComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.bestSellersComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.bestSellersComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:10px 0;
	font-weight:normal;
}
.bestSellersComponentFooter {
	display:none;
}
.bestSellersComponentGrid {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
.bestSellersComponentProdName {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
}
.bestSellersComponentPrice {
	padding:5px 0;
	text-align:center;
}
.bestSellersComponentPrice strike {
	color:#555;
	text-decoration:line-through;
}
.bestSellersComponentLinks {
	text-align:center;
	color:#432b2b;
}
.bestSellersComponentGrid a {
	color:#432b2b;
	padding:0;
	text-decoration:none;
	line-height:17px;
}
.bestSellersComponentGrid a:hover {
	text-decoration:underline;
}
.bestSellersComponentLeftColumn {
	text-align:center;
}
/* ==== Close Best Sellers component ==== */

/* Specials Component
===================== */
.specialsComponent {
	margin:0 0 20px 0;
	padding:0;
	width:218px;
}	
.specialsComponentHeader {
	height:30px;
	width:auto;
	padding:0;
	margin:0;
}
.specialsComponentHeaderText {
	color:#f93678;
	height:30px;
	width:auto;
	padding:0 10px 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font:bold 15px/30px Verdana, Helvetica, Arial;
}
.specialsComponentBody {
	color:#432b2b;
	width:auto;
	margin:0;
	padding:10px 0;
	font-weight:normal;
}
.specialsComponentFooter {
	display:none;
}
.specialsComponentGrid {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
.specialsComponentProdName {
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
}
.specialsComponentPrice {
	padding:5px 0;
	text-align:center;
}
.specialsComponentPrice strike {
	color:#555;
	text-decoration:line-through;
}
.specialsComponentLinks {
	text-align:center;
	color:#432b2b;
}
.specialsComponentGrid a {
	color:#432b2b;
	padding:0;
	text-decoration:none;
	line-height:17px;
}
.specialsComponentGrid a:hover{
	text-decoration:underline;
}
.specialsComponentLeftColumn {
	text-align:center;
}
/* ==== Close Specials Component ==== */

/* ================================
   === 2. Close Component part  ===
   ================================ */

/* ================================
   === 3. Pages Classes         ===
   ================================ */
/* Estimate Shipping component
===================== */
.estimateShipPanel {
	background:#f4f4f4;
    	padding:10px;
	border:none;
	border-top:1px solid #cecece;
    	margin:5px 0;
    	display:none;
	height:auto;
    	width:auto;
	overflow:auto;
}
.estimateShipPanelHeader {
	padding:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}
/* ==== Close Estimate Shipping component ==== */

/* Labelling
===================== */
table.tblPicLabels {
	border-width:1px 1px 1px 1px;
	border-spacing:0;
	border-style:none;
	border-color:gray gray gray gray;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:9999;
}
table.tblPicLabels th {
	border-width:0px 0px 0px 0px;
	padding:0;
	border-style:none;
	border-color:gray gray gray gray;
}
table.tblPicLabels td {
	border-width:1px 1px 1px 1px;
	padding:0;
	border-style:none none none none;
	border-color:gray gray gray gray;
	text-align:left;
	width:auto;
}
/* ==== Close Labelling ==== */

/* Comparison table Page
===================== */
table#tblComparison {
	border-spacing:0;
	border-collapse:collapse;
}
#tblComparison td {
	padding:3px;
	border:solid 1px #cecece;
}
#tblComparison th {
	padding:0;
	margin:0;
	vertical-align:bottom;
	background-color:Transparent;
	text-align:right;
}
#tblComparison tr {
	height:35px;
	vertical-align:top;
}
.comparetblHeader {
	padding:3px;
	font-weight:bold;
	font-size:14px;
}
.compareLabelLeft{
	font-weight:bold;    
	background:#f1f1f1;
	vertical-align:top;
}
.compareCellOdd{
	background:#fff;
	font-size:11px;	
}
.compareCellEven{
	background:#f1f1f1;
	font-size:11px;	
}
.comparePrice{
	font-weight:bold; 
}
.compare-button{}
/* ==== Close Comparison table Page ==== */

/* Customer Account Area Page
===================== */
.custOrderListSearchResults {
	background:#333;
	line-height:30px;
	margin-top:10px;
	padding:3px 3px 0;
	color:white;
}
.custOrderListGrid {
	font-size:11px;
	border:1px solid #E1E1E1;
}
.custOrderListGridHeader {
	background:#adaaad;
	color:#fff;
	height:25px;
	font-weight:bold;
}
.custOrderListGrid td {
	padding:5px;
	line-height:25px;
	color:#555;
}
.custShipAddr {
	margin:15px 0;
	padding-top:15px;
	border-top-width:1px;
	border-top-style:dashed;
	border-top-color:#e1e1e1;
}
/* ==== Close Customer Account Area Page ==== */

/* Search Result Page
===================== */
.searchResultsGrid {
	text-align:left ;
	width:100%;
	margin:20px 0 0 0;
}
.searchResultsGrid td {
	text-align:left;
	padding:0 0 40px 0;
	margin-bottom:0px;
	text-align:center;
}
.searchResultsGrid td .prodItemName {
	color:#a4b344;
	text-align:left;
	line-height:16px;
	width:100%;
	height:auto;
	display:block;
	padding:2px 0;
	margin:0;
}
.searchResultsGrid td .prodItemShortDesc {
	line-height:15px;
	color:#555;
	overflow:hidden;
	height:auto;
	display:block;
	padding:5px 0 10px 0;
	width:100%;
	text-align:left;
}
.searchProdGridRow {	
	width:100%;
}
.searchProdGridCol1 {
	float:left;
	width:30%;
	vertical-align:top;
	margin-right:10px;
}
.searchProdGridCol2 {
	width:60%;	
	float:left;
	text-align:left;
	/*clear:left;*/
}
/* ==== Close Search Result Page ==== */

/* News Page
===================== */
.news {
	margin:0;
	padding:0;
}
.newsHeader {
	display:none;
}
.newsItem {
	margin:20px 0 50px 0;
}
.newsTitle {
	font-weight:bold;
	font-size:16px;
	color:#333;
}
.newsTitle h4 {
	font-size:16px;
	color:#333;
	text-decoration:none;
}
.newsDate {
	font-size:10px;
	color:#555;
	letter-spacing:1pt;
	margin-top:5px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	padding-bottom:5px;
}
.newsContent {
	margin:0;
	color:#555;
	padding:10px 0 5px 0;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#ccc;
}
/* ==== Close News Page ==== */

/* Thumbnail Product class
===================== */
.picture {
	padding:0;
	margin:0 0 2px 0;
}
.productPictureSmall {
	margin:0;
	padding:0;
}
.prodItemName {
	font-size:12px;
	font-weight:bold;
	color:#a4b344;
	text-align:center;
	line-height:16px;
	width:100%;
	height:auto;
	display:block;
	margin:10px 0 5px 0;
	padding:0;
}
.prodItemShortDesc {
	font-size:11px;
	line-height:15px;
	color:#555;
	overflow:hidden;
	height:30px;
	display:block;
	margin:2px 0;
	width:100%;
	text-align:center;
}
.prodItemPrice {
	text-align:center;
	font-weight:bold;
	color:#555;
	margin:2px 0;
}
.prodItemPrice strike {
	font-size:15px;
}
.alternativePrice, .normalPrice, .sellingPrice, .currCode {
	font-size:15px;
	color:#555;
	font-weight:bold;
}
.currCode {
	margin:0 3px 0 0;
}
.qtyDiscountText {
	clear:both;
	color:#ffaa60;
	text-decoration:blink;	
	font-size:11px;
	margin:2px 0;
}
.freeShippingText {
	text-decoration:blink;
	color:#e67a76;
	font-size:11px;
	margin:5px 0;
}
.sku {
	font-size:1em;
}
.prodItemLabels { /* Labbelling text wording */
	display:none;
}
/* ==== Close Thumbnail Product class ==== */

/* Page Navigation, Breadcrumb
===================== */
.productNavigation {
	color:#555;
	text-decoration:none;
	margin:10px 0 10px 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#eee;
	padding:8px 0;
	font-weight:bold;
	background:#fafafa;
	border-top:1px solid #eee;
	font-family:arial;
}
.productNavigation a {
	padding:0 5px 0 5px;
	color:#333;
	text-decoration:none;
	font-family:"Lucida Grande", Arial;
}
.productNavigation a:hover {
	color:#333;
	text-decoration:underline;
}
.navCurrText {
	margin:0 0 0 5px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
}
/* ==== Close Page Navigation, Breadcrumb ==== */

/* View Category Page
===================== */
.viewCatGrid {
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.viewCatGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.viewCatGridLeftColumn {
	float:left;
	width:auto;
	padding:0 20px 0 0;
	display:block;
	text-align:left;
	vertical-align:top;
	position:relative;
}
.viewCatGridRightColumn{
	float:left;
	width:50%;
	display:block;
	text-align:left;
	vertical-align:top;
	position:relative;
}
.mainCategoryDetails {
	display:block;
}
.mainCategoryPictureNormal {
	display:block;
	margin:0;
}
.mainCategoryName {}
.mainCategoryLongDesc {
	font-size:11px;
	line-height:15px;
	color:#555;
	overflow:hidden;
	height:auto;
	display:block;
	margin:2px 0;
	width:100%;
	text-align:center;
}
.catName {
	font-size:12px;
	font-weight:bold;
	color:#a4b344;
	text-align:center;
	line-height:16px;
	width:100%;
	display:block;
	margin:2px 0;
}
.catShortDesc {
	font-size:11px;
	line-height:15px;
	color:#555;
	overflow:hidden;
	height:30px;
	display:block;
	margin:2px 0;
	width:100%;
	/*text-align:justify;*/
	text-align:center;
}
/* ==== Close View Category Page ==== */

/* View Product Page
===================== */
.viewProd {
	margin-top:30px;
}
.viewProdPicture {
	float:left;
	width:50%;
	margin-bottom:10px;
	padding:0;
	text-align:left;
	color:#555;
	height:auto;
	text-align:center;
}
.viewProdPicture p {
	color:#555;
}
.viewProdImageSwap {
	margin-top:10px;
	padding:5px;
	width:auto;
	height:auto;
	text-align:center;
}
.viewProdImageSwap ul {
	margin:0;
	padding:0;
}
.viewProdImageSwap li {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	list-style:none;
	display:inline;	
}
.viewProdInfo {
	float:right;
	clear:right;
	margin-bottom:20px;
	width:47%;
	padding:0 0 0 10px;
	color:#555;
}
.viewProd_prodItemName {
	letter-spacing:-1pt;
	font-size:24px;
	line-height:25px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	font-weight:bold;
	color:#333;
	text-align:left;
	height:auto;
}
.viewProdPrice {
	margin:10px 0 10px 0;
	font-size:19px;
}
.viewProdInfo .normalPrice, .viewProdInfo .sellingPrice, .viewProdInfo .currCode {
	letter-spacing:0pt;
	font-size:19px;
	color:#a4b344;
	font-weight:bold;	
}
.viewProdInfo .currCode {
	margin:0 5px 0 0;
}
.viewProdInfo strike .normalPrice {
	font-size:19px;
	text-decoration:line-through;
	color:#5a5a5a;
}
.viewProdInfo .dropdownlist {
	margin:0 20px 10px 0;
	padding:0;
	font-size:12px;
	color:#333;
	width:auto;
}
.viewProdOptions {
	padding:0 10px 0 0;
	margin:0 0 10px 0;
	color:#555;
	font-size:13px;
	width:auto;
}
.viewProdOptions b {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	color:#555;
	line-height:24px;
}
.viewProdAddToCart {
	padding:5px 0 10px 0;
	margin:0;
}
.viewProd_Buttons {
	margin:20px 0 0 0;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px dashed #cecccc;
	clear:both;
	padding:10px;
	width:auto;
}
.viewProd_Buttons img {
	vertical-align:middle;
}
.viewProd_attachments {
	/*clear:both;
	margin:20px 0 40px 0;
	padding:3px 10px 10px 10px;*/
	clear:both;
	padding:0 10px 0 10px;
	margin:0 0 40px 0;
	color:#555;
	font-size:13px;
	line-height:1.5;
	width:auto;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px dashed #cecccc;
	background-color:#fbfbfb;*/
}
.viewProd_attachments h3 {
	margin-top:0;
}
.viewProd_attachments ul {

	margin:5px 0 5px 0;
}
.viewProd_prodItemLongDescTitle {
	height:45px;
	background:url(images/LongHeader.png) no-repeat;
	width:auto;
	clear:both;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 20px;
	text-align:left;	
	display:block;
	line-height:18px;
	white-space:nowrap;
}
.viewProd_prodItemLongDesc {
	padding:0;
	margin:0 0 40px 0;
	clear:both;
	width:100%;
	color:#555;
}
.viewProd_prodItemLongDesc p {
	width:100%;
}
.viewProd_prodItemLongDesc strong {
	font-weight:bold;
	text-decoration:none;
}
.viewProd_prodItemLongDesc h1 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0 20px 10px;
	display:block;
}
.viewProdItemDetails {
	padding:3px 10px 10px 10px;
	margin:0 0 10px 0;
	color:#555;
	font-size:13px;
	line-height:1.5;
	width:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px dashed #cecccc;
	background-color:#fbfbfb;
}
.viewProdItemDetails u b {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	color:#555;
	line-height:24px;
}
.viewProdEmailFriend {
	margin:0;
}	
.qtyDiscountGrid {	
	border-collapse:separate;
	font-size:12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px dashed #cecccc;
	clear:both;
	padding:5px;
	width:100%;
	margin-bottom:10px;
	background-color:#fbfbfb;
}
.qtyDiscountGrid th{
	padding:5px;
	background:#f0f0f0;
}
.qtyDiscountGrid td {	
	padding:5px;
}
.multipleProductsGrid {
	background:#fff;
	width:100%;	
	line-height:18px;
	margin-bottom:30px;
	border:#999 1px solid;
}
.multipleProductsGridHeader {
	background:#a4b344;
	font-weight:bold;
	color:#fff;
}
.multipleProductsGrid tr{
	border-bottom:#999 1px solid;
}
.multipleProductsGrid td{
	vertical-align:top;
	padding:5px;
}
.viewProdRelatedBox {
	border-radius:5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f7dce1 ;
	background:#f8f8f8;
	margin-top:50px;
	margin-bottom:20px;
}
.viewProdRelatedBox h3 {
	padding:10px 0 0 20px;
	font-size:13px;
	font-weight:bold;
	color:#ab41b7;
	text-decoration:none;
	margin:0;
	border-bottom:1px dashed #cecccc;	
}
.viewProdRelatedGrid {	
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.viewProdRelatedGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.productItemShortDesc {
	font-size:11px;
	line-height:15px;
	color:#555;
	overflow:hidden;
	height:30px;
	display:block;
	margin:2px 0;
	width:100%;
	text-align:center;
}
.tblOptions ul {
	margin:0;
	padding:0;
}
.tblOptions ul li {
	margin:0 0 0 10px;
	padding:5px 0;
	list-style:none;
	font-size:12px;
}
.tblOptionsRightColumn ul, .tblOptionsRightColumn ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tblOptionsRightColumn ul li {
	margin:0 0 0 20px;
}
.imgOptionBlur {
	/*filter:alpha(opacity=25);*/	
	/*opacity:.25;*/
}
.imgOptionFocus {
	/*filter:alpha(opacity=100);*/	
	/*opacity:1.0;*/
}
.OptGrpName {
	font-weight:bold;
}
.priceDifference, .weightDifference {
	margin:0 0 0 15px;
}
.tblOptionsLeftColumn {
	width:30%;
}
.tblOptionsRightColumn {
	width:60%;
}
.OptGrpAttrDesc {
	background:#fff;
}
/* ==== Close View Product Page ==== */

/* View Cart Page
===================== */
.viewCart {}
.viewCartHeader {
	background-color:#fe86a4;
}
.viewCartGrid {
	border-spacing:2px;
	border-collapse:separate;
	font-size:12px;
	width:100%;
	border:1px solid #999;
	color:#555;
	margin:20px 0 0 0;
}
.viewCartGrid td{
	padding:5px;
}
.viewCartGridHeader {
	background:#333;
	font-weight:bold;
	color:#fff;
}
.viewCartAddOns {
	/*-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #fccac0;
	background:#ffe4dd;*/
	margin-top:50px;
	margin-bottom:20px;
}
.viewCartAddOns h2 {
	padding:10px 0 10px 5px;
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin:0;
	border-bottom:2px solid #333;	
}
.relatedProductsGrid {
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.relatedProductsGrid td {
	text-align:center;
	padding:15px 10px;
	width:30%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.productName {
	font-size:12px;
	font-weight:bold;
	color:#a4b344;
	text-align:center;
	line-height:16px;
	width:100%;
	height:auto;
	display:block;
	margin:10px 0 5px 0;
	padding:0 0 5px 0;
}
/* ==== Close View Cart Page ==== */

/* Register LogIn
===================== */
#registerLogin {
	height:100%;
	background:#fff;
	color:#555;
}
.registerLoginHeader {
	height:20px;
	background:url('images/textCheckout.gif') no-repeat;
}
.newCustomer p {
	color:#555;	
}	
.newCustomer h2 {
	color:#333;	
}
.returningCustomer h2 {
	color:#333;
}
.returningCustomer p {
	color:#555;	
}
.newCustomer {
	margin:0px 20px 0 0;
	width:100%;
	clear:both;
	float:left;
}
.returningCustomer {
	margin-top:30px;
	width:100%;
	float:left;
}
.divGuestCheckout {}
.divGuestCheckout ul {
	padding:0;
	margin:0;
}
.divGuestCheckout ul li {
	padding:0;
	margin:0;
}
.panelLeft {
	clear:both;
	float:left;
	width:43%;
	margin-top:20px;
	padding:0px 0 10px 0;
}
.panelRight {
	clear:right;
	float:right;
	width:52%;
	margin-top:20px;
	padding:0 0 10px 0;
}
/* ==== Close Register LogIn ==== */

/* Checkout Pages
===================== */
.checkoutHeader {
	height:20px;
	background:url('images/textCheckout.gif') no-repeat;	
}
#addressRegister {
	background:#fff;
}
#addressBilling {
	background:#fff;
}
#addressShipping {
	background:#fff;
}
.addressShippingHeader {
	height:30px;
}
.checkoutNav {
	margin:10px 0 20px 0;
	text-align:left;
}
.checkoutNav ul{
	margin:0;
	padding:5px 0;
	text-align:left;
}
.checkoutNav li{
	list-style:none;
	display:inline;
	color:#333;
	padding:0 10px 0 0;
	text-align:left;
}
.checkoutNav li img {
	vertical-align:bottom;
}
#shipping {
	background:#fff;
}
.shippingHeader {
	background:#fff;
}
.shippingHeaderText {	
	font-weight:bold;
	padding:0;
}
.shippingMsgTitle {
	margin-top:10px;
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.shippingMsgBody {
	margin:10px 0 0 0;
	color:#636363;
}
.shippingBody {
	background:#fff;
}
.shippingButtons {
	text-align:right;
}
.shippingGrid {
	width:100%;
	font-size:11px;
	margin:10px 0;
	border:1px solid #999;
	border-spacing:2px;
	border-collapse:separate;
}
.shippingGridHeader {
	height:25px;
	font-weight:bold;
	color:#fff;
	background:#333;
	font-size:12px;
	text-decoration:none;
}
.shippingGrid td {
	padding:5px;
}
#orderSummary {
	background:#fff;
}
.orderSummaryHeading {
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#efefef;
	margin-bottom:10px;
	padding:5px 0;
}
.orderSummaryBody {
	clear:both;
	width:100%;
	font-size:11px;
}
.orderSummaryGrid {
	font-size:11px;
	width:100%;
	border:1px solid #999;
	border-spacing:2px;
	border-collapse:separate;
}
.orderSummaryGrid td {
	padding:5px;
}
.orderSummaryGridHeader {
	height:25px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#333;
	text-align:center;
}
.orderSummaryGrid .button {
	margin:0;
	cursor:pointer;
}
.orderSummaryGrid .text1 {
	line-height:24px;
}
.orderSummaryAddr {
	width:730px;
}
.orderSummaryBillingAddr {
	width:48%;
	float:left;
	margin-right:15px;
	margin-bottom:20px;	
}
.orderSummaryShippingAddr {
	width:45%;
	float:left;
	margin-left:12px;
	margin-bottom:20px;
}
.payment {
	background:#fff;
}
#thankyou {
	background:#fff;
}	
#cancelPayment {
	background:#fff;
}

#addressBook {
	background:#fff;
}
#addressBookGrid {
	font-size:.8em;
}
/* ==== Close Checkout Pages ==== */

/* Advanced Search Page
===================== */
.advancedSearchRow {}
.advancedSearchVerticalLeftbar{
	float:left;	
	width:30%;
}
.advancedSearchVerticalRightbar{
	float:left;
}
.advancedSearchGrid {
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
	text-align:left;
}
.advancedSearchGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
/* ==== Close Advanced Search Page ==== */

/* Browse by custom field page
===================== */
.browseByCustomFieldRow {
	margin:0;
	padding:0;
}
.browseByCustomFieldVerticalLeftbar{
	float:left;	
	width:30%;
}
.browseByCustomFieldVerticalRightbar{
	float:left;
}
.browseByCustomFieldGrid {
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
	text-align:left;
}
.browseByCustomFieldGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.browseByCustomFieldForm li {
	list-style:none;
}
/* ==== Close Browse by custom field page ==== */

/* Best Seller Page
===================== */
.bestSellersGridRow {}	
.bestSellersGridVerticalLeftBar {	
	float:left;
	width:30%;
	margin-right:10px;
}
.bestSellersGridVerticalRightBar {
	float:left;
	width:68%;
	margin:0;
	text-align:left;
}
.bestSellersGridVerticalRightBar .prodItemName, .bestSellersGridVerticalRightBar .prodItemShortDesc {
	text-align:left;
}
.bestSellersGrid {
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
	text-align:left;
}
.bestSellersGrid td{
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
/* ==== Close Best Seller Page ==== */

/* New Products Page
===================== */
.newProductsGridRow{}
.newProductsGridVerticalLeftBar {
	float:left;
	width:30%;
	margin-right:10px;
}	
.newProductsGridVerticalRightBar {
	float:left;
}
.newProductsGridVerticalRightBar {
	float:left;
	width:68%;
	margin:0;
	text-align:left;
}
.newProductsGridVerticalRightBar .prodItemName, .newProductsGridVerticalRightBar .prodItemShortDesc {
	text-align:left;
}
.newProductsGrid {
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.newProductsGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
/* ==== Close New Products Page ==== */

/* Specials Page
===================== */
.specialsGridRow {}	
.specialsGridVerticalLeftBar {	
	float:left;
	width:30%;
	margin-right:10px;
}
.specialsGridVerticalRightBar {
	float:left;
	width:68%;
	margin:0;
	text-align:left;
}
.specialsGridVerticalRightBar .prodItemName, .specialsGridVerticalRightBar .prodItemShortDesc {
	text-align:left;
}
.specialsGrid {
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.specialsGrid td{
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
/* ==== Close Specials Page ==== */

/* Manufacture Page
===================== */
.mfcListingGrid {
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
	text-align:left;
}
.mfcListingGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.mfcItemsGrid {
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.mfcItemsGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.mfcListingGrid img {
	margin:0 0 10px 0;
}
.mfcName {
	font-size:12px;
	font-weight:bold;
	color:#2e3540;
	text-decoration:none;
}
.mfcDesc {
	font-size:11px;
}
/* ==== Close Manufacture Page ==== */

/* Theme Listing Page
===================== */
.themeListingGrid {
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
	text-align:left;
}
.themeListingGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
.themeListingGrid img {
	margin:0 0 10px 0;
}
.themeItemsGrid {
	border-collapse:separate;
	border-spacing:10px 10px;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.themeItemsGrid td {
	text-align:center;
	padding:15px 10px;
	width:25%;
	vertical-align:bottom;
	margin:0;
	border:1px solid #eee;
}
/* ==== Close Theme Listing Page ==== */

/* Paging Number
===================== */
.paging {
	text-align:right;
	line-height:18px;
	padding:4px 0 4px 0;
	display:block;
	clear:both;
	width:auto;
	height:auto;
}
.paging ul {
	margin:0;
	padding:0;
}
.paging li {
	list-style:none;
	margin:0 3px 0 3px;
	text-decoration:none;
	color:#333;
	font-weight:normal;
	padding:0;
	display:inline;
	line-height:18px;
}
.paging li a:link, .paging li a:active, .paging li a:visited {
	line-height:18px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding:4px;
	border:1px solid #a4b344;
	background:#a4b344;
}
.paging li a:hover {
	line-height:18px;
	text-decoration:none;
	color:#a4b344;
	padding:4px;
	border:1px solid #a4b344;
	background:#fff;
}
/* ==== Close Paging Number ==== */

/* Change Password Page
===================== */
.changePasswordPage {
	background-color:#fff;	
	padding:5px;
	color:#333;
}
.changePasswordBody {
	background-color:#fff;
	background-image:none;	
	padding:10px;
	color:#333;
	text-align:left;
}
/* ==== Close Change Password Page ==== */

/* Forget Password Page
===================== */
.forgetPasswordPage {
	background-color:#fff;
	padding:5px;
	text-align:left;
}
.forgetPasswordBody {
	background-color:#fff;
	background-image:none;	
	padding:10px;
	text-align:left;
}
/* ==== Close Forget Password Page ==== */

/* Address Book Page
===================== */
.addressBookGrid {}
/* ==== Close Address Book page ==== */

/* Create New Shipping Address Page
===================== */
.createNewShipAddrBody {
	padding:10px;
	background:#fff;
	text-align:left;
}
/* ==== Close Create New Shipping Address Page ==== */

/* Edit Shipping Address Page
===================== */
.editShipAddrBody {
	padding:10px;
	background:#fff;
	text-align:left;
}
/* ==== Close Edit Shipping Address Page ==== */

/* Affiliate Get Ads Page
===================== */
.adsGrid {
	width:100%;
	font-size:11px;
}
.adsGrid td{
	padding:5px;
}
.adsGrid p{
	padding:2px 0;
}
.adsGridHeader {
	padding:3px;
	background:#f0f0f0;
	font-weight:bold;
	font-size:14px;
}
/* ==== Close Affiliate Get Ads Page ==== */

/* Affiliate Home Page
===================== */
.affHome {
	margin-top:10px;
}
.affHome ul {
	margin:0;
	padding:0;
}
.affHome li {
	padding-left:20px;
	padding-bottom:20px;
}
.affHome a {
	font-size:14px;
}
.gridAffBannerImpClicks {
	width:100%;
	font-size:11px;
	border:1px solid silver;
}
.gridAffBannerImpClicks th {
	background:#f0f0f0;
	height:25px;
}
.gridAffBannerImpClicks td {
	text-align:right;
	height:20px;
}
.affSubMenu {
	width:100%;
	text-align:right;
	height:25px;
	clear:both;
}
/* ==== Close Affiliate Home Page ==== */

/* Product Map Page
===================== */
.productMap {
	margin:0;
	padding:0;
	color:#555;
}
.productMap ul {
	margin:30px 0 0 0;
	padding:0;
}
.productMap li {
	margin:0 0 0 20px;
	list-style:disc;
	padding:0;
	color:#555;
}
.productMap a {
	color:#555;
	text-decoration:none;
	display:block;
	padding-top:0;
	padding-left:0;
}
.productMap li a {
	color:#333;
	text-decoration:none;
	line-height:24px;
	display:block;
	padding-left:0;
}
.productMap li a:hover {
	color:#333;
	text-decoration:none;
	padding-left:0;
	display:block;
}
.productMap ul ul {
	margin:10px 0 0 0;
	padding:0;
}
.productMap ul ul li {
	margin:0 0 0 20px ;
	padding:0;
}
/* ==== Close Product Map Page ==== */

/* Customer Home Page
===================== */
.custHomeTopMenu {
	float:right;
	clear:both;
	font-size:12px;
	text-decoration:none;
}
.custHomeHeader {
	font-size:16px;
	font-weight:bold;
	color:#4f5054;
	text-decoration:none;
	margin-top:20px;
}
.custHomeSubHeader {}
.custHomeMenu {
	font-size:12px;
	margin-top:40px;
}
.custHomeMenu ul {
	margin:0;
	padding:0;
}
.custHomeMenu li {
	margin:0 0 0 20px;
	list-style:disc;
	padding:0;
	color:#555;
	line-height:25px;
}
.custHomeMenu li a {
	color:#333;
	text-decoration:none;
}
.custHomeMenu li a:hover {
	color:#a4b344;
	text-decoration:underline;
}
/* ==== Close Customer Home Page ==== */

/* Review Product
===================== */
.review {
	width:auto;
	height:auto;
	clear:both;
	margin:100px 0 20px 0;
	padding:10px;
	color:#555;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #f7dce1;
	background:url(images/viewprodinfoBG.gif) right top no-repeat;
}
.review h3 {
	font-size:16px;
	font-weight:bold;
	color:#ab41b7;
	text-transform:capitalize;
	line-height:28px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cecccc;
}
.reviewBox {
	margin:10px 0 0 0;
	padding:0;
	border-bottom:1px dashed #cecccc;
	width:100%;
	height:auto;
}
.reviewContent {
	margin:0;
	padding:0;
}
.reviewNumber {
	clear:left;
	float:left;
	text-align:left;
	line-height:24px;
	font-weight:bold;
	font-size:12px;
}
.reviewDate {
	clear:right;
	float:right;
	text-align:right;
	line-height:24px;
	font-weight:bold;
	font-size:12px;
}
.reviewBubbleTop {
	clear:both;
	text-align:center;
	/*background:url('images/BubbleTop2.gif') left top no-repeat;*/
	width:735px;
	height:27px;
}
.reviewBubbleMiddle {
	border-left:1px solid #929292;
	border-right:1px solid #929292;
	background-color:#fbfbfb;
	padding:0 50px 0 50px;
	width:633px; /*minus padding & border*/
	height:auto;
	text-align:left;
	text-transform:capitalize;
}
.reviewBubbleBottom {
	clear:both;
	text-align:center;
	/*background:url(images/BubbleBottom2.gif) left top no-repeat;*/
	width:735px;
	height:36px;
}
.reviewInfo {
	clear:both;
	width:100%;
	height:40px;
	/*background:url(images/UserPic.gif) left 3px no-repeat;*/
}
.reviewUser {
	clear:left;
	float:left;
	color:#ab41b7;
	padding:5px 0 0 20px;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
}
.reviewStar {
	clear:right;
	float:right;
	color:#666;
	padding:0;
	margin:0;
}
.review td {
	padding:10px;
}
/* ==== Close Review Product ==== */

/* Pages General Class
===================== */
.pageHeading {
	height:25px;
	font-size:1.2em;
}
.pageSubHeading {
	height:25px;
	font-size:1em;
}
.pageHeader {}
.pageHeader h1 {
	font-size:19px;
	font-weight:bold;
	color:#555;
	line-height:25px;
	display:block;
}
.pageSubHeader {
	color:#555;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
}
.pageBody {
	margin:0;
	padding:0;
	color:#555;	
}
.pagebody h3 {
	color:#666;
	display:none;
}
.pageBody a:link, .pageBody a:active, .pageBody a:visited {
	color:#a4b344;
	font-weight:bold;
	text-decoration:none;
}
.pageBody a:hover {
	text-decoration:underline;
}
.pageBodySubHeader {
	height:25px;
	padding-top:20px;
	margin-bottom:5px;
	border-bottom:1px dashed #cecccc;
	clear:both;
}
.pageBodySubHeader b {
	color:#a4b344;
	font-size:16px;
}
.pageContent {
	padding:0;
	color:#555;
	background-image:none;
	width:100%;
}
.pageContent p {
	margin:5px 0 5px 0;
	color:#555;
}
.labelRow {
	padding-bottom:3px;
}
.labelLeft {
	float:left;
	width:25%;
	clear:left;
	margin:4px 0 0 0;
	padding:3px 10px 0 0;
	font-weight:bold;
	white-space:normal;
	color:#555;
	text-align:left;
}
.labelLeft input {
	cursor:pointer;
}
.labelRight {
	float:left;
	width:73%;
	margin:2px 0;
	white-space:normal;
	color:#555;
}
.labelRight input {
	cursor:pointer;
}
.labelRight .textbox {
	cursor:text;
}
/* ==== Close Pages General Class ==== */

/* ================================
   === 3. Close Pages Classes   ===
   ================================ */

/* ================================
   === 4. Footer                ===
   ================================ */

/* Footer Content
===================== */
#footer	{
	clear:both;
	height:auto;
	width:auto;
	margin:0;
	padding:0;
	color:#666;
	text-align:center;
	cursor:default;
	overflow:visible;
	border-top:4px solid #cecece;
}
.footerWrap {
	width:1000px;        /*for centering the content*/
	position:relative;   /*for centering the content*/
	margin:auto;         /*for centering the content*/
	padding:0 0 20px 0;
	text-align:center;
	height:auto;
	background:#f6f6f6;
}
.footerLink {
	width:960px;
	height:auto;
	padding:5px 20px;
	margin:0;
	background:#414141;
	border-top:1px solid #434343;
	border-bottom:1px solid #222;
}
.footerLink ul {
	margin:0;
	padding:0;
}
.footerLink li {
	margin:0 15px 0 0;
	padding:0;
	width:auto;
	height:auto;
	float:left;
	list-style:none;
	display:inline-block;
	font-size:11px;
}
.footerLink li a {
	color:#666;
	padding:0 5px;
	margin:0;
	line-height:20px;
	display:block;
	text-decoration:none;
}
.footerLink li a:hover {
	color:#a4b344;
	text-decoration:none;
}
.footerBar {
	clear:both;
	width:auto;
	margin:0;
	height:auto;
	padding:0;
}
.footerBarLeft {
	float:left;
	clear:left;
	width:960px;
	height:auto;
	text-align:left;
	padding:0;
	margin:10px 20px 0 20px;
}
.footerBarRight {
	float:right;
	clear:right;
	width:auto;
	height:auto;
	text-align:left;
}
.footerBarLeft ul{
	margin:0;
	padding:0;
}
.footerBarLeft li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:12px;
	line-height:13px;
}
.footerBarLeft li a {
	color:#666;
	padding:3px 5px 3px 0px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	line-height:13px;
	display:block;
}
.footerBarLeft li a:hover {
	color:#a4b344;
	text-decoration:none;
}
.footerBar a {
	color:#666; 
	text-decoration:none;
}
.footerBar a:hover {
	color:#a4b344;
	text-decoration:none;
}
.footerCol {
	margin:0;
	padding:0 0 10px 0;
	width:auto;
	height:auto;
	clear:both;
	position:relative;
}
.footerCol1 {
	margin:0 20px 0 0;
	padding:0;
	clear:both;
	float:left;
	width:225px;
	height:auto;
}
.footerCol2 {
	margin:0 20px 0 0;
	padding:0;
	float:left;
	width:225px;
	height:auto;
}
.footerCol3 {
	margin:0;
	padding:0;
	float:right;
	width:225px;
	height:auto;
}
.footerTitle {
	color:#f93678;
	font:bold 12px/30px Verdana,Helvetica,Arial;
	text-transform:uppercase;
	margin:0 0 0px 0;
	padding:0 0 0 0;
	overflow:visible;
	/*background:url('images/NavMain-bg.gif') #f93678 repeat-x 0 0;*/
	position:relative;
	/*
	text-shadow:0 1px #792679;
	box-shadow:0 1px 0px #222;
	-moz-box-shadow:0 1px 0px #222; 
	-webkit-box-shadow:0 1px 0px #222;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	*/
}
.footerTitleBG {
	background:url('images/footerTitle-bg.gif') 0 0 no-repeat;
	position:absolute;
	top:30px;
	left:8px;
	width:13px;
	height:7px;
}
.footerCol p {
	color:#666;
	line-height:1.5;
}
.footerCredit {
	clear:both;
	position:relative;
	padding:0;
	margin:10px 0 0 0;
	/*background:url('images/footerLine.gif') 0 top repeat-x;*/
	border-top:2px solid #cecece;
}
.footerCreditLeft {
	clear:both;
	float:left;
	width:60%;
	height:auto;
	margin:20px 0 0 0;
}
.footerCreditRight {
	clear:right;
	float:right;
	width:35%;
	height:auto;
	text-align:right;
	margin:15px 0 0 0;
}
/* ==== Close Footer Content ==== */

/* ================================
   === 4. Close Footer          ===
   ================================ */

/* ================================
   === 5. Misc                  ===
   ================================ */
/* Click to expand Category class
===================== */
.divShow {
	display:block;
	margin:0;
	padding:0;
}
.divHide {
    	display:none;
	margin:0;
	padding:0;
}
/* ==== Click to expand Category class ==== */

.banner {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	/*ex: top:-10; must also write position absolute*/
	/*-negative margin, overlaping table, not working in IE7 */
}
.banner1 {
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:auto;
	height:500px;
}
.banner2 {
	float:right;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}
.banner2 img {
	float:right;
	clear:right;
}
.bannerRow {
	margin:0;
	padding:20px 0 0 0;
	clear:both;
	width:auto;
	height:auto;
}
.bannerRow1 {
	padding:0 20px 0 0;
	margin:0;
	clear:both;
	float:left;
	width:auto;
	height:200px;
}
.bannerRow2 {
	padding:0 20px 0 0;
	margin:0;
	float:left;
	width:auto;
	height:auto;
}
.bannerRow3 {
	margin:0;
	padding:0;
	float:left;
	width:auto;
	height:auto;
}
.clear {
	clear:both;
}
form {
	margin:0;
	padding:0;
}
.button {
	font-size:11px;
	margin:0;
	font-weight:bold;
	color:#333;
	cursor:pointer;
}
.dropdownlist {
	margin:4px 10px 0 0;
	font-size:11px;
	color:#333;
	padding:1px;
	width:auto;
	border:1px solid #838383;
}
.textbox, textbox {
	font-size:11px;
	margin:0 5px 0 0;
	border:1px solid #838383;
	width:auto;
	height:auto;
	padding:2px;
	color:#333;
	cursor:text;
}
.textarea, textarea {
	padding:2px;
	color:#333;
	font-size:11px;
	border:1px solid #838383;
	cursor:text;
}
.dropdownlist:focus, dropdownlist:focus {
	border:1px solid #a4b344;
}
.textarea:focus, textarea:focus {
	border:1px solid #a4b344;
}
.textbox:focus, textbox:focus {
	border:1px solid #a4b344;
}
.warning {
	font-size:13px;
	color:red;
}
.newsletterInput {
	width:199px;
}

/* System Message/alert
===================== */
.message {
	background:#eef9e8;
	border:1px solid #d0edbe;
	padding:10px;
}	
.msgTitle {
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
	color:#b6443c;
}
.msgDesc {
	color:#555;
	font-size:14px;
	margin-bottom:20px;
}
/* ==== Close System Message/alert ==== */

.labelFieldName {
	width:20%;
	float:left;
	padding:5px 0 0 0;
	margin:0 0 10px 0;
}
.labelFieldOptions {
	width:70%;
	float:left;
}
.signInHeader {
	background:url('images/memberAccArea.gif') no-repeat;
}
.separator {
	height:2px;
	background:url('images/separator.gif') repeat-x;
	margin-bottom:0;
}
.textSmall {
	font-size:11px;
}
.line {
	color:#e1e1e1;
	height:1px;
}
.text2 {
	color:#636363;
}
.text2 ul {
	font-size:11px;
}
.text2 li {
	list-style-type:disc;
}
.textAlert1 {
	clear:both;
	color:#ffaa60;
	text-decoration:blink;
}

/* Colour Changing
===================== */
.colorWrap {
	width:auto;
	height:auto;
	margin:auto;
	position:absolute;
	right:20px;
	top:5px;
}
.chooseColor {
	color:#555;
	height:22px;
	padding:5px 0 0 0;
	margin:40px 0 0 0;
	width:auto;
	clear:right;
	float:right;
	right:0;
	top:0;
	position:absolute;
	text-align:left;
}
#silver, #darkgrey, #gray, #violet, #blue, #green, #yellow, #orange, #red, #magenta {
	width:16px;
	height:16px;
	display:block;
	float:right;
	border:2px solid #fff;
	margin:0 0 0 5px;
	text-decoration:none;
}
#silver{background:#c7c7cf;}
#darkgrey{background:#55574e;}
#gray{background:#b2b2b2;}
#violet{background:#494196;}
#blue{background:#019bdb;}
#green{background:#89c31f;}
#yellow{background:#ffdd00;}
#orange{background:#f58600;}
#red{background:#d90015;}
#magenta{background:#da2f8d;}
#silver:hover, #darkgrey:hover, #gray:hover, #violet:hover, #blue:hover, #green:hover, #yellow:hover, #orange:hover, #red:hover, #magenta:hover {
	text-decoration:none;
	border:2px solid #bbb;
}
.colors {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	float:right;
	display:inline;
	text-align:right;
}
/* ==== Close Colour Changing ==== */

/* Demo Alert
===================== */
.demoAlert {
	color:#333;
	position:fixed;
	z-index:100;
	background:url('images/DemoAlert_bg.png') 0 0 no-repeat;
	right:0px;
	top:200px;
	margin:auto;
	height:215px;
	width:168px;
	margin:0;
	font-family:arial;
}
/*.demoAlertContent {
	padding:10px 20px 10px 10px;
}*/
.demoAlert p {
	text-align:left;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:20px 20px 5px 20px;
	margin:0;
}
.demoAlert a {
	color:#496297;
	text-decoration:none;
}
.demoAlert a:hover {
	text-decoration:underline;
}
/* ==== Close Demo Alert ==== */
/* ================================
   === 5. Close Misc            ===
   ================================ */


.newsticker {
	background: #f6f6f6;
	padding:0 0 0 5px;
	line-height:32px;
	height:32px;
	overflow:hidden;
	width:65%;
	margin:0;
	float:left;
}
#news li {
	list-style-type: none;
	margin:0;
}
#news li a {
	color:#e92c6c;
}
#news li a:hover {
	text-decoration:none;
}


/* nivo */

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99999;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99999;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
	/*
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	/*bottom:-42px;*/
	bottom:20px;
	margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

