body
{
	background-color: #000;
	background-image: url(../images/bg-body.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


table
{
	line-height: 16px;
}

p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

h1, h2, h3
{
	padding: 0px;
	margin: 0px;
}

h3
{
	font-size: 16px;
	margin-top: 5px;
}

input[type=submit], input[type=button],
a.button
{
	background-image: url(../images/zerro.gif);
	background-color: transparent;
	border: solid 1px #4d4d4d;
	color: #fff;
	cursor: pointer;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 10px 15px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=text], input[type=password], textarea
{
	background-color: #404040;
	border-style: solid;
	border-width: 1px;
	border-left-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-top-color: #1c1c1c;
	border-bottom-color: #363636;
	color: #e5e5e5;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 14px;
}

select, option
{
	/*background-color: #404040;*/
	/*color: #e5e5e5;*/
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 14px;
}

/*** HEADER ***/
#headercontainer
{
	background-image: url(../images/bg-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 170px;
}

#header
{
	margin: 0px auto;
	padding-top: 22px;
	text-align:left;
	width: 800px;
}

#logo
{
	height: 63px;
	text-align: center;
}

#quickcheckout
{
	
}

#topmenu
{
	margin-top:25px;
}

#topmenu ul
{
	margin: 0px;
	padding: 0px;
}

#topmenu ul li
{
	display: inline;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 14px;
	list-style-type: none;
}

#topmenu ul li a
{
	color: #b2b2b2;
	text-transform: uppercase;
}

#topmenu ul li a:hover
{
	color: #fff;
}

#topmenu ul li.current_page_item a
{
	color: #fff;
}

#topmenu ul.mp3player li
{
	float: right;
}

#topmenu ul.mp3player li a
{
	margin-right: 0px;
}

#topmenu ul.mp3player li a .eq
{
	margin-right: 5px;
}

#topmenu .menudivider
{
	padding: 0px 7px;
}

/*** HEADER ***/

/*** CONTENT ***/
#content
{
	margin: 0px auto;
	text-align: left;
	width: 800px;
	padding-bottom: 30px;
}

#content b
{
	color: #ccc;
}
/*** CONTENT ***/

/*** SOCIAL NETWORKING ***/
#socialnetworking
{
}

#socialnetworking table
{
	
}

#socialnetworking td
{
	text-align: center;
	padding: 0px 25px;
}

#socialnetworking a
{
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}

#socialnetworking a:hover
{
	background-position: bottom center;
}

#socialnetworking a.facebook
{
	background-image: url(../images/button_facebook.png);
	height: 26px;
	width: 109px;
}

#socialnetworking a.flickr
{
	background-image: url(../images/button_flickr.png);
	height: 25px;
	width: 78px;
}

#socialnetworking a.myspace
{
	background-image: url(../images/button_myspace.png);
	height: 26px;
	width: 132px;
}

#socialnetworking a.twitter
{
	background-image: url(../images/button_twitter.png);
	height: 25px;
	width: 108px;
}

#socialnetworking a.youtube
{
	background-image: url(../images/button_youtube.png);
	height: 27px;
	width: 59px;
}

#socialnetworking a span
{
	display: none;
}
/*** SOCIAL NETWORKING ***/

/*** FOOTER ***/
#footerwrapper
{
	background-image: url(../images/bg-footer.png);
	margin-top: 30px;
}

#footercontainer
{
	background-image: url(../images/bg-foot-top.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#footer
{
	margin: 0px auto;
	padding: 20px 0px;
	width: 800px;
}

#footermenu
{
	
}

.footerlinks ul
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.footerlinks ul li
{
	display: inline;
	list-style-type: none;
}

.footerlinks a
{
	color: #b2b2b2;
	font-size: 11px;
	text-transform: uppercase;
}

.footerlinks a:hover
{
	color: #fff;
	text-decoration: none;
}

#terms.footerlinks a
{
	color: #525252;
}

#terms.footerlinks a:hover
{
	color: #b2b2b2;
}

#footercopyright
{
	color: #525252;
	font-family: "Lucida Grande", Helvetica, Verdana;
	font-size: 10px;
	margin-top: 10px;
}
/*** FOOTER ***/


/*** TERMS & PRIVACY ***/
#terms_privacy ol li
{
	list-style-type: upper-roman;
}

#terms_privacy ol li ol li
{
	list-style-type: lower-alpha;
}

#terms_privacy ol li ol li ol li
{
	list-style-type: lower-roman;
}

#terms_privacy li
{
	margin-bottom: 10px;
}

#terms_privacy ol li ol
{
	margin-top: 10px;
}
/*** TERMS & PRIVACY ***/


/*** MISC ***/
.box
{
	/*
	*/
	background-image: url(../images/bg-box2.png);
	border: solid 1px #0d0d0d;
	margin: 30px 0px;
}

.contentPadding
{
	padding: 30px 20px; 
}

.boxBorderLeft
{
	border-left: solid 1px #0d0d0d;
}

.boxBorderRight
{
	border-right: solid 1px #0d0d0d;
}

hr,
.clear
{
	border: none;
	clear: both;
}

.menudivider
{
	padding: 0px 7px;
}

.smallCaps
{
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}

.productTitle
{
	/*background-image: url(../images/bg-catalog-product-title.png);*/
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 17px;
	color: #fff;
}

.productTitle a
{
	color: #d9d9d9;
	text-decoration: none;
}

.productTitle a:hover
{
	color: fff;
}

#id_product_table .product_image a,
#id_product_table .secondary_images a
{
	cursor: url(../images/zoom-plus.cur);
}

/*** MISC ***/

/*** PRE-DEFINED CLASSES ***/
.pageHeader, .pageHeader a
{
	font-weight: normal;
	font-size: 20px;
	color: #719ea9;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}

.pageHeader a:hover
{
	color: #666;
	text-decoration: none;
}

.BoxHeader
{
	color: #719ea9;
	letter-spacing: 0.05em;
}




.note, .note td, .note a
{
	font-size: 10px;
}



#sendInquiry 
{
	margin-top: 5px;
}

#sendInquiry label
{
	float: left;
	width: 100px;
}

#sendInquiry .inputText, #sendInquiry .subject
{
	margin-bottom: 5px;
}

#order-content,
#billing-shipping
{
	border-bottom: solid 1px #333;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#menu-topmenu li
{
	margin-right: 15px;
}

#admin-login
{
	position: absolute;
	top: 0px;
	right: 0px;
}







/*** LOOKBOOK ***/
#fbContainer
{
	height: 486px;
}

#fbFooter {
	padding: 20px;
	text-align: center;
}

#fbContentsMenu
{
	display: none;
}

.fbPaginationMinor {
	color: #719ea9;
	margin-left: 10px;
}

#fbContents {
	
}

#fbMenu {
	
}

#fbMenu img
{
	padding: 0px 4px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	/*filter: alpha(opacity=60);*/
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	/*filter: alpha(opacity=80);*/
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}


fieldset
{
	border: none;
}