* {
	margin:0px;
	padding:0px;
	outline:none;
	border:0px none;
}
.clear {
	clear:both;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('icons/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('icons/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('icons/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFF4F4;
	background-image: url('icons/error.png');
}
@font-face {
 font-family: eurostile;
 src: url("fonts/Eurostile.eot") /* EOT file for IE */
}

@font-face {
font-family:eurostile;
src:url(fonts/Eurostile.ttf) format('truetype');
}
.eurostile {
	font-family:eurostile, arial;
}
a{
	text-decoration:underline;
	color:#c70077;
}
a:hover{
	color:#58585B;
	text-decoration:none;
}
.bg_home{
	width:100%;
	height:560px;
	border-bottom:2px solid #C70077;
	position:absolute;
	top:0px;
	left:0px;
}
.bg_inner{
	width:100%;
	height:660px;
	border-bottom:2px solid #C70077;
	background:url(../images/bg_inner.gif) left bottom repeat-x;
	position:absolute;
	top:0px;
	left:0px;
}
.wrapper{
	width:940px;
	margin:0px auto;
	position:relative;
}
.cfLogo a{
	background:url(../images/logo.gif) no-repeat top left;
	width:299px;
	height:78px;
	position:absolute;
	top:35px;
	left:0px;
	text-indent:-9999pt;
}
.newcollection a{
	background:url(../images/newcollection.png) no-repeat top left;
	width:85px;
	height:85px;
	position:absolute;
	top:0px;
	left:320px;
	text-indent:-9999pt;
}
.searchTop{
	background:url(../images/search.png) no-repeat top left;
	width:180px;
	height:29px;
	position:absolute;
	top:35px;
	right:0px;
}
.searchTopInput{
	position:absolute;
	width:110px;
	height:18px;
	left:58px;
	top:6px;
	font-size:10px;
	border:none;
	padding:0px;
}
.topNav{
	position:absolute;
	top:90px;
	right:0px;
	background:url(../images/menu_h_sep.gif) no-repeat left bottom;
}
.topNav li{
	list-style-type: none;
	display: block;
	float: left;
}
.topNav li a{
	font-family: eurostile, Arial;
	font-size: 16px;
	font-weight: normal;
	text-transform:capitalize;
	color: #58585B;
	text-decoration: none;
	height: 29px;
	display: inline-block;
	margin-left: 17px;
	
}
.topNav li a:hover{
	color:#999;
}
.nav{
	position:absolute;
	top:130px;
	right:0px;
	z-index:100;
}
.nav li{
	list-style-type: none;
	display: block;
	float: left;
}
.nav li a{
	font-family: eurostile, Arial;
	font-size: 20.5px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
	height: 30px;
	display: block;
	padding-left: 18px;
	padding-top:7px;
	background-image: url(../images/menu_v_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #575759;
}
.nav li:first-child a{
	background-image:none;
}
.nav li a:hover{
	color:#999;
}

.nav li ul {
	display: none;
	z-index: 2000;
	position: absolute;
	background:url(../images/menu_bg.png) no-repeat left bottom;
	margin-left: 15px;
	padding-bottom:12px;
}
.nav li ul li {
	float:none;
	display: block;
	margin:0px;
}
.nav li ul li a {
	background-image:none;
	width:140px;
	padding: 5px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform:capitalize;
	color: #575759;
	text-decoration: none;
	margin: 0px;
	display: block;
}
.footer{
	width:100%;
	position:absolute;
	top:580px;
	left:0px;
	padding-bottom:20px;
}
.newsletter a{
	float:left;
	width:220px;
	height:30px;
	background:url(../images/btn_newsletter.gif) no-repeat top left;
	text-indent:-9999pt;
	margin-right:20px;
}
.newsletter a:hover{
	background:url(../images/btn_newsletter.gif) no-repeat bottom left;
}
.news{
	float:left;
	width:220px;
	background:url(../images/btn_news.gif) no-repeat top left;
	padding-top:35px;
	margin-right:20px;
}
.banner{
	float:left;
	width:460px;
	height:125px;
	overflow:hidden;
}
.col_left{
	width:220px;
	padding-top:200px;
	height:430px;
	display:inline-block;
}
.leftImage{
	position:absolute;
	width:220px;
	max-height:200px;
	bottom:50px;
	left:0px;
	display:block;
	z-index:5;
}
.col_right{
	width:718px;
	position:absolute;
	left:222px;/*original: 222px*/
	top:180px;
	background:url(../images/right_bg.gif) no-repeat top left;
	height:404px;
	padding:20px;
}
.col_right .txt{
	display:block;
	height:364px;
	width:678px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}
.txt h1{
	font-family:eurostile, Arial;
	font-size:19px;
	color:#c70077;
	display:block;
	margin-bottom:10px;
}
.txt h2{
	font-family:eurostile, Arial;
	font-size:16px;
	color:#c70077;
	display:block;
	margin-bottom:10px;
}
.txt ol, .txt ul{
	padding-left:30px;
	margin-bottom:10px;
}
.txt p{
	margin-bottom:10px;
}
a.leftlinks, a.leftlinksactive, .ptitle{
	font-family:eurostile, Arial;
	font-size:17px;
	color:#656565;
	display:block;
	margin-bottom:7px;
	text-decoration:none;
}
a.leftlinksactive, a.leftlinksactive:hover{
	color:#c70077;
}
.ptitle{
	color:#c70077;
	font-size:22px;
}
a.leftlinks:hover{
	color:#c70077;
	text-decoration:none;
}
.prodlist{
	width:85px;
	height:55px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	background:url(../images/bg_prod.gif) no-repeat;
	padding:5px;
}
.prodlist .imgh{
	width:85px;
	height:55px;
	overflow:hidden;
	position:relative;
}
.del{
	position:absolute;
	top:1px;
	right:1px;
	cursor:pointer;
}
.newstxt{
	height:70px;
	padding:3px 4px;
	font-size:11px;
	line-height:16px;
}

fieldset{
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px dotted #EEEEEE;
	margin-top: 14px;
	margin-bottom: 14px;
}
legend{
	font-weight: bold;
	text-transform: uppercase;
	color: #171E31;
}
input{
	padding: 5px;
	border: 1px dotted #8594BD;
}
select{
	padding: 5px;
	border: 1px dotted #8594BD;
}
textarea{
	padding: 5px;
	border: 1px dotted #8594BD;
}
label{
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 6px;
	margin-bottom: 2px;
	display: block;
}
button{
	color: #FFF;
	background-color: #c70077;
	padding: 5px;
	border: 1px dotted #FF2DAB;
}
button:hover{
	color: #FFF;
	background-color: #58585B;
}
	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
	width:100%;
	color:#fff;
	width:200px;
	font-family:tahoma;
	font-size:11px;
	border:1px solid #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #c70077;
	padding: 5px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:visible;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000;
}
#colorbox {
}
#cboxTopLeft {
	width:14px;
	height:14px;
	background:url(colorbox/controls.png) 0 0 no-repeat;
}
#cboxTopCenter {
	height:14px;
	background:url(colorbox/border.png) top left repeat-x;
}
#cboxTopRight {
	width:14px;
	height:14px;
	background:url(colorbox/controls.png) -36px 0 no-repeat;
}
#cboxBottomLeft {
	width:14px;
	height:43px;
	background:url(colorbox/controls.png) 0 -32px no-repeat;
}
#cboxBottomCenter {
	height:43px;
	background:url(colorbox/border.png) bottom left repeat-x;
}
#cboxBottomRight {
	width:14px;
	height:43px;
	background:url(colorbox/controls.png) -36px -32px no-repeat;
}
#cboxMiddleLeft {
	width:14px;
	background:url(colorbox/controls.png) -175px 0 repeat-y;
}
#cboxMiddleRight {
	width:14px;
	background:url(colorbox/controls.png) -211px 0 repeat-y;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:5px;
}
#cboxLoadingOverlay {
	background:url(colorbox/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background:url(colorbox/loading.gif) center center no-repeat;
}
#cboxTitle {
	position:absolute;
	bottom:-25px;
	left:0;
	text-align:center;
	width:100%;
	font-weight:bold;
	color:#7C7C7C;
}
#cboxCurrent {
	position:absolute;
	bottom:-25px;
	left:58px;
	font-weight:bold;
	color:#7C7C7C;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	position:absolute;
	bottom:-29px;
	background:url(colorbox/controls.png) 0px 0px no-repeat;
	width:23px;
	height:23px;
	text-indent:-9999px;
}
#cboxPrevious {
	left:0px;
	background-position: -51px -25px;
}
#cboxPrevious.hover {
	background-position:-51px 0px;
}
#cboxNext {
	left:27px;
	background-position:-75px -25px;
}
#cboxNext.hover {
	background-position:-75px 0px;
}
#cboxClose {
	right:0;
	background-position:-100px -25px;
}
#cboxClose.hover {
	background-position:-100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position:-125px 0px;
	right:27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
	background-position:-150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position:-150px -25px;
	right:27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
	background-position:-125px 0px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #e8e8e8;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #c70077;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner {
	padding: 10px;
	background-color: black;
	color: white;
	max-width: 150px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;

}
  .tipsy-north { background-image: url(images/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(images/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(images/tipsy-west.gif); background-position: left center; }
/*
Default jGrowl style definitions for:

Uploadify v1.6.2
Copyright (C) 2009 by Ronnie Garcia
Co-developed by Travis Nickels
*/

/** Uploadify Styling here Styling **/
div.jGrowl div.success {
	background: url(images/Check.png) no-repeat 6px 6px;
}
div.jGrowl div.error {
	background: url(images/Error.png) no-repeat 6px 6px;
}
div.jGrowl div.warning {
	background: url(images/Alert.png) no-repeat 6px 6px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					300px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

/* original jGrowl css styling */

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 	bold;
	font-size:		14px;
	margin-left: 	60px;
}
div.jGrowl div.jGrowl-notification div.message {
	font-size:		12px;
	margin-left: 	60px;
}
div.jGrowl div.jGrowl-notification p {
	font-size:		6px;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}


