/* Imported */

/* == Safety Rules ============================ */
#warning {
	display: none;
}
/* ============================================ */

/* Common */
body {
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
div.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
a:link, a:visited {
	color: #AE0E56;
}
a:hover {
	color: #2C3C63;
}


/* Top */
#top div.wrapper {
	height: 152px;
}

/* Menu */
#menu {
	height: 30px;
}
#menuWrap {
	float: left;
	border-left: 2px solid #FFF;
}
#menu ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 2px solid #FFF;
}
#menu a {
	float: left;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 9px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
  #menu a {float:none;}
/* End IE5-Mac hack */

#menu a:link, #menu a:visited {
	color: #50617D;
}
#menu a:hover {
	color: #FFF;
}
/* Cart Bar */
#cartBar {
	text-align: left;
	color: #111;
	margin: 10px 0 0 26px;
}
#cartBar p {
	margin: 0;
	line-height: 12px;
}
#cartBar img {
	vertical-align: bottom;
	margin: 0 5px 0 0 !important;
	border: 0;
}
#cartBar a {
	display: block;
	margin-top: 10px;
/*	width: 125px;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #666;
*/
}
/* #cartBar a:link, #cartBar a:visited {
	color: #666;
}
#cartBar a:hover {
	color: #AE0E56;
}
*/
#cartBar input {
	margin: 0;
	padding: 0;
}

/* Shared Content Rules */
#content {
	padding-top: 30px;
}
#logo {
	float: left;
	width: 165px;
}
#logo img {
	margin-left: 26px;
}
#text {
	float: left;
	width: 190px;
	margin-right: 27px;
	padding-top: 24px;
	line-height: 180%;
}
#feature {
	float: left;
}

/* Shop page rules */
#shopMenu {
	margin: 16px 0 0 26px;
}
#shopMenu form {
	margin: 0;
	padding: 0;
}
#shopMenu input {
	display: block;
	font-size: 10px;
	margin-bottom: 3px;
}
#shopMenu h1 {
	font-size: 12px;
	margin: 0 0 4px 0;
	font-weight: normal;
	padding-bottom: 2px;
}
#shopMenu ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#shopMenu li {
	margin: 0;
	padding: 3px 0 3px;
	border-top: 1px dotted #CCC;
}
#shopMenu li a {
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
}
#shopMenu li a:hover {
	text-decoration: underline;
}
#shopMenu li a em {
	font-size: 9px!important;
	color: #666;
	font-style: normal;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
ul#shopCategories ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
	list-style-position: inside;
}
ul#shopCategories ul li {
	padding-left: 4px;
	border-top: none;
}
ul#shopCategories ul a {
	font-size: 10px;
	line-height: 13px;
}
ul#shopCategories ul a:link, ul#shopCategories ul a:visited {
	color: #2C3C63;
}
ul#shopCategories ul a:hover {
	color: #AE0E56;
}