/* General reset */
img{border-style:none;}
img, div { behavior: url(App_Themes/Fusion/css/iepngfix.htc); }
a
{
	text-decoration:underline;
	color:#666;
	outline:none !important;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:10px/12px Verdana,Tahoma,Arial,sans-serif;
	vertical-align:middle;
}
td
{
    vertical-align: top;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* General settings */
body{
	margin:0;
	background:#cbcbcb url(../images/bg-body.jpg) repeat-x;
	font:11px Verdana,Tahoma,Arial,sans-serif;
	min-width:1000px;
	color:#333;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w1{
	position:relative;
	left:50%;
	width:1008px;
}
.w2{
	position:relative;
	left:-50%;
}
hr.clear
{
    clear: both;
    visibility: hidden;
    height: 0px;
    border: 0px;
    margin: 0px !important;
}

hr.pink
{
    background-color:#B80086;
    border:0 none;
    height:1px;
}

.pink-border
{
    border: solid 1px #B80086;
}

#header .header-c{
	height:1%;
	overflow:hidden;
	padding:0 19px 3px 31px;
	background:url(../images/bg-header-c.png) repeat-y;
}
#header .header-b{
	height:6px;
	overflow:hidden;
	background:url(../images/bg-header-t.png) no-repeat;
}
#header .content{
	width:100%;
	overflow:hidden;
	position:relative;
}
#header .logo{
	float:left;
	height:77px;
	width:168px;
	margin:25px 32px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
#header .logo a{
	display:block;
	height:100%;
}

#header a:hover
{
    text-decoration: underline !important;    
}

#header .login{
	position:absolute;
	top:27px;
	right:0;
	color:#999;
}
* html #header .login fieldset{
	display:inline;
}
#header .login .box{
	float:left;
	width:170px;
}
.hold-text{
	margin:0 0 0 10px;
	display:inline;
	float:left;
	padding:3px 4px 4px;
	background:url(../images/bg-text.gif) no-repeat 0 0;
}
.hold-text .textbox{
	width:148px;
	display:block;
	color:#666;
	margin:0;
	padding:0;
	background:transparent;
	border:none;
	outline:none;
}
#header .login label{
	font-size:10px;
	line-height:12px;
	float:left;
	margin:2px 0 0;
}
#header .login label span{
	color:#c09;
}
#header .login a {
    text-decoration: none;
}
#header .nav-box{
	overflow:hidden;
	height:1%;
	margin:77px 0 0 0;
}
#header .admin-nav{
	margin:41px 0 0 0;
}
#nav{
	margin:7px 20px 0 5px;
	padding:0;
	list-style:none;
	float:left;
	font-size:12px;
	line-height:14px;
}
#nav li{
	float:left;
	background: url(../images/main-menu_def_left.jpg) top left no-repeat;
	padding:0px 0 6px 25px;
	margin-right:4px;
}
#nav li.last{margin-right:0 !important;}
#nav .bug-fixed a
{
	padding: 2px 25px 7px 0 !important;
}
#nav .bug-fixed.last a
{
	width:52px;
	padding-top:1px;
}
#nav a{
	background: url(../images/main-menu_def_right.jpg) top right no-repeat;
	padding:2px 27px 7px 0;
	text-decoration:none;
	font-size:11px;
	color:White;
	display:block;
	width:50px;
	text-align:center;
	text-transform:uppercase;
}
.admin-nav #nav a{
	width:65px;
}
#nav li:hover, #nav li.current
{
	background: url(../images/main-menu_left.jpg) top left no-repeat;
}
#nav li:hover a, #nav li.current a
{
	text-decoration:none !important;
	background: url(../images/main-menu_right.jpg) top right no-repeat;
}
/*#nav .home a{
	background:url(../images/bg-home.gif) no-repeat;
}
#nav .shop a{
	background:url(../images/bg-shop.gif) no-repeat;
}
#nav .about a{
	background:url(../images/bg-about.gif) no-repeat;
}
#nav .faq a{
	background:url(../images/bg-faq.gif) no-repeat;
}
#nav .contact a{
	background:url(../images/bg-contact.gif) no-repeat;
}

#nav .orders a{
	background:url(../images/bg-orders.gif) no-repeat;
}
#nav .users a{
	background:url(../images/bg-users.gif) no-repeat;
}
#nav .contests a{
	background:url(../images/bg-contests.gif) no-repeat;
}
#nav .inventory a{
	background:url(../images/bg-inventory.gif) no-repeat;
}
#nav .settings a{
	background:url(../images/bg-settings.gif) no-repeat;
}

#nav a:hover{
	background-position:0 100%;
}*/
#header .social{
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
}
#header .social li{
	float:left;
	margin:0 8px 0 0;
}
#header .social a{
	float:left;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-social.gif) no-repeat;
}
#header .social a.twitter{
	background-position:0px 0;
}
#header .social a.twitter:hover
{
	background:url(../images/ico-social_hov.gif);
	background-position:0px 0;
}
#header .social a.facebook{
	background-position:-25px 0;
}
#header .social a.facebook:hover
{
	background:url(../images/ico-social_hov.gif);
	background-position:-25px 0;
}
#header .social a.rss{
	background-position:-50px 0;
}
#header .social a.rss:hover
{
	background:url(../images/ico-social_hov.gif);
	background-position:-50px 0;
}
#header .user-box{
	margin:0;
	padding: 0 0 0 25px;
	list-style:none;
	float:right;
	text-align:right;
	font-size:11px;
	line-height:13px;
	background: transparent url(../images/cart.gif) no-repeat scroll 0 -1px;
}
#header .user-box .register{
	font-size:10px;
}
#header .user-box a{
	color:#999;
	text-decoration:none;
}
#header .user-box a:hover{
	text-decoration:underline;
}
#main{
	margin:5px 0 0;
	padding:0 0 20px;
	height:1%;
	overflow:hidden;
}
#main .main-t,
#main .main-b{
	height:6px;
	width:100%;
	overflow:hidden;
	float:left;
	background:url(../images/bg-main-t.png) no-repeat;
}
#main .main-b{
	background:url(../images/bg-main-b.png) no-repeat;
}
#main .main-c{
	float:left;
	width:946px;
	overflow:hidden;
	padding:20px 30px 25px 32px;
	background:url(../images/bg-main-c.png) repeat-y;
}
.bracket{
	padding:35px 0 0;
	width:946px;
	overflow:hidden;
	position:relative;
}
.bracket .t,
.bracket .b{
	height:12px;
	width:100%;
	float:left;
	overflow:hidden;
	background:url(../images/bg-bracket.gif) no-repeat;
}
.bracket .c{
	padding:9px 0 7px;
	background:url(../images/bg-bracket-c.gif) repeat-y;
	width:100%;
	float:left;
}
.bracket .frame{
	padding:0 21px 0 19px;
}
.photos{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.photos li{
	float:left;
	width:60px;
	height:45px;
	overflow:hidden;
	border:1px solid #d220a6;
	margin:0 5px 5px 0;
}
.email-heading{
	margin:0;
	
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.email-heading li{
	float:left;
	height:45px;
	overflow:hidden;
	color: #d220a6;
	margin:0 5px 5px 0;
	font-size: x-large;
}
.bracket .email-heading{
	height:47px;
	width:804px;
	position:absolute;
	top:0;
	left:73px;
}
.bracket .photos{
	height:47px;
	width:804px;
	position:absolute;
	top:0;
	left:73px;
}
.promobox{
	width:915px;
	color:#ccc;
	line-height:15px;
	overflow:hidden;
	background:url(../images/bg-promo.gif) repeat-x 0 1px;
}
.bracket .promobox{
	margin:0 -9px -4px 0;
}
.promobox .leftcol{
	width:382px;
	height:285px;
	overflow:hidden;
	float:left;
	border:1px solid #c09;
}
.promobox .greeting{
	padding:15px 10px 11px 29px;
	border-bottom:1px solid #c09;
	background:url(../images/bg-greeting.gif) no-repeat 5px 13px;
}
.promobox .leftcol .title{
	color:#fff;
	font-size:13px;
}
.promobox .leftcol p{
	margin:0;
}
.promobox .leftcol ol{
	margin:4px 0 0;
	padding:0;
	list-style:none;
}
.promobox .leftcol ol li{
	padding:9px 0 0 48px;
}
.promobox .leftcol ol li.li1{
	background:url(../images/li1.gif) no-repeat 16px 9px;
}
.promobox .leftcol ol li.li2{
	background:url(../images/li2.gif) no-repeat 16px 9px;
}
.promobox .leftcol ol li.li3{
	background:url(../images/li3.gif) no-repeat 16px 9px;
}
.promobox .how-it-works{
	padding:8px 10px 10px 12px;
}
.promobox .how-it-works strong{
	color:#fff;
}
.promobox .rightcol{
	width:521px;
	height:276px;
	overflow:hidden;
	float:right;
	padding:9px 10px 8px 0;
	background:url(../images/promo-right.gif) no-repeat;
}
.promobox .rightcol .contest-schedules{
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	margin:0 0 0 16px;
	background:url(../images/text-contest-schedules.gif) no-repeat;
}
.promobox .tabs{
	width:100%;
	overflow:hidden;
	margin:8px 0 0;
	background:url(../images/bg-tabs.gif) repeat-x 0 100%;
}
.promobox .tabs .tab{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.promobox .tabs .reflections{
	width:109px;
	height:26px;
	background:url(../images/bg-reflections.gif) no-repeat;
}
.promobox .tabs .upcoming{
	width:111px;
	height:25px;
	margin:1px 0 0;
	background:url(../images/bg-upcoming.gif) no-repeat;
}
.promobox .tabs .anything{
	width:111px;
	height:24px;
	margin:2px 0 0;
	background:url(../images/bg-anything.gif) no-repeat;
}
.promobox .tabs .anything-2{
	width:111px;
	height:23px;
	margin:3px 0 0;
	background:url(../images/bg-anything-2.gif) no-repeat;
}
.promobox .tabs .active{
	background-position:0 100%;
	border-left:1px solid #cc0199;
	margin-left:-1px;
	position:relative;
}
.promobox .panes{
	height:233px;
	overflow:hidden;
}
.promobox .pane{
	height:100%;
	overflow:hidden;
	display:none;
}
.promobox .panes .active{
	display:block;
}
.promobox .pane img{
	display:block;
}
.bracket-small{
	border-left:12px solid #000;
	border-right:12px solid #000;
}
.bracket-small .tr{
	background:url(../images/bg-bricket-small.gif) no-repeat 100% 0;
}
.bracket-small .br{
	background:url(../images/bg-bricket-small.gif) no-repeat 100% 100%;
}
.bracket-small .bl{
	background:url(../images/bg-bricket-small.gif) no-repeat 0 100%;
}
.bracket-small .tl{
	background:url(../images/bg-bricket-small.gif) no-repeat;
	padding:17px 5px;
	height:1%;
	overflow:hidden;
}
.hold-bricket{
	width:960px;
	overflow:hidden;
	margin:19px 0 0;
}
.hold-bricket .bracket-small,
.bracket-small .tr,
.bracket-small .br,
.bracket-small .bl,
.bracket-small .tl,
.hold-sticked{
	float:left;
}
.hold-bricket .bracket-small{
	margin:0 14px 0 0;
}
.bracket-small img{
	display:block;
}
.hold-sticked{
	height:1%;
	overflow:hidden;
	margin:-3px 0 0;
}
.sticked{
	width:465px;
	height:78px;
	border:1px solid #c09;
	overflow:hidden;
	background:#ecebeb;
	line-height:18px;
	margin:3px 0 0;
}
.sticked .title{
	float:left;
	width:29px;
	height:100%;
	margin:0 18px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	background:#999;
	border-right:1px solid #c09;
}
.sticked .next{
	background:url(../images/bg-next.gif) no-repeat;
}
.sticked .shipping{
	background:url(../images/bg-shipping.gif) no-repeat;
}
.sticked .info{
	overflow:hidden;
	height:100%;
}
.sticked .hold-image{
	float:right;
	padding:5px 3px 0 10px;
}
.sticked .info strong{
	color:#000;
	font-size:13px;
}
.sticked .info p{
	margin:10px 0 0;
}
.sticked .hotshoe-cards-ships{
	display:block;
	width:401px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/text-hotshoe-cards-ships.gif) no-repeat;
	margin:30px 0 0;
}
.bracket-small .buy-current{
	height:163px;
	width:397px;
	overflow:hidden;
	background:url(../images/bg-buy-curent.jpg) no-repeat;
	position:relative;
}
.frame-left {
    float: left;
}
.frame-right {
    float: left;
    margin-left: 10px;    
}
.info-box{
	background:#f2f2f2;
	border:1px solid #cd069b;
	padding:30px 37px 2px 20px;
	line-height:20px;
	height:1%;
	overflow:hidden;
}
.info-box strong{
	font-size:13px;
}
.info-box .box-title{
	color:#c09;
	margin:-10px 0 0;
	display:block;
	position:relative;
	text-transform: uppercase;
}
.info-box p{
	margin:0 0 14px;
	word-spacing:-1px;
}
.contact-us-form{
	float:right;
	width:535px;
}
#contact-us .left{
	width:285px;
	padding:0 5px 0 0;
	border-right:1px solid #c09;
	float:left;
}
.contact-us-form .box{
	width:170px;
	float:left;
	padding:0 18px 0 0;
}
.contact-us-form span{
	color:#c09;
}
.contact-us-form span.required{
	padding-left: 5px;
}
.contact-us-form .row{
	width:100%;
	overflow:hidden;
}
.contact-us-form .box .row{
	padding:0 0 22px;
	clear:both;
}
.contact-us-form .hold-text{
	width:145px;
	margin:3px 0 0 3px;
}
.contact-us-form .box .explanation{
	font-size:11px;
	font-weight:normal;
	display:block;
	text-align:right;
}
.contact-us-form .widebox{
	float:right;
	width:346px;
}
.contact-us-form textarea{
	margin:1px 0 0;
	width:330px;
	height:141px;
	color:#666;
	padding:2px 4px;
	overflow:auto;
}
.photo-gallery .top-bar{
	width:100%;
	overflow:hidden;
}
.photo-gallery{
	color:#999;
	margin:0 0 5px;
}
.steps{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	width:338px;
	color:#999;
}
.steps li{
	width:100%;
	margin:4px 0 0;
	overflow:hidden;
}
.steps span{
	width:57px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
.steps .step1{
	background:url(../images/bg-step1.gif) no-repeat;
}
.steps .step2{
	background:url(../images/bg-step2.gif) no-repeat;
}
.steps .step3{
	background:url(../images/bg-step3.gif) no-repeat;
}
.steps .active .step1,
.steps .active .step2,
.steps .active .step3{
	background-position:0 100%;
}
.steps .active{
	color:#000;
}
.steps strong{
	float:left;
	width:157px;
}
.steps em{
	font-style:normal;
	float:right;
}
.photo-gallery h2{
	height:18px !important;
	overflow:hidden;
	margin:0 0 10px 5px;
	color: #666666 !important;
}
.photo-gallery .prize{
	font-weight:bold;
}
.photo-gallery .prize strong{
	color:#c09;
}
.search-gallery{
	width:525px;
	overflow:hidden;
	padding:10px 0 0;
	border-top:1px solid #ccc;
	margin: 0;
	position:relative;
	float: left;
}
.submit-photo .pink-button{
	float:left;
	margin: 10px 14px 0 0;
}
.search-gallery .button{
	float:left;
	width:27px;
	height:22px;
	cursor:pointer;
	background:url(../images/btn-go.gif) no-repeat;
	border:none;
	margin-bottom: 1px;
	overflow:hidden;
	text-indent:-9999px;
}
.visual{
	width:100%;
	overflow:hidden;
	margin:-12px 0 0;
}
.visual .hold-voting{
    margin-top: 20px;
	width:100%;
	overflow:hidden;
}
.visual .voting-info{
	float:right;
	background:#ccc;
	border:1px solid #d013a1;
	border-bottom:none;
	font-size:12px;
	line-height:14px;
	color:#000;
	width:300px;
	padding:7px 22px 6px 16px;
}
.visual .voting-info strong{
	float:left;
	height:12px;
	color: #B80086;
}
.visual .voting-info em{
	font-style:normal;
	display:block;
	text-align:right;
}
.visual .hold-visual{
	border:1px solid #c09;
	height:1%;
	overflow:hidden;
}
.visual .placeholder{
	display:block;
}
.post{
	border:1px solid #c09;
	color:#666;
	line-height:18px;
}
.post .head-post{
	border-bottom:1px solid #c09;
	padding:7px 35px;
	line-height:14px;
	background:url(../images/pink-arrow.gif) no-repeat 20px 10px;
}
.post .head-post .author{
	font-size:12px;
	padding:0 7px 0 0;
	margin:0 5px 0 0;
	background:url(../images/devider-pink.gif) no-repeat 100% 50%;
}
.post .hold-post{
	padding:7px 35px 19px;
}
.post .hold-post .make-comment{
	padding:0 0 0 15px;
	margin:0 0 0 -15px;
	background:url(../images/pink-arrow.gif) no-repeat 0 9px;
}
.post .make-comment .hold-text{
	margin:5px 10px 0 0;
}
.post .make-comment .text{
	font-weight:bold;
	color:#8c8c8c;
	font-size:11px;
}
.post .make-comment .button{
	width:52px;
	height:29px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	background:url(../images/btn-post.gif) no-repeat;
	cursor:pointer;
}
.post ul{
	margin:4px 0 0;
	padding:0;
	list-style:none;
}
#main h1{
	margin:0;
	color:#c39;
	font-size:20px;
	line-height:26px;
}
#main h2,
.list-products h3{
	margin:0 0 12px;
	color:#c39;
	line-height:22px;
}
#twocolumns{
	width:100%;
	overflow:hidden;
}
#twocolumns .items{
	float:right;
	width:687px;
	padding:15px 30px 0 0;
}
.hold-view-cart{
	width:100%;
	overflow:hidden;
	margin:-28px 0 7px;
}
.items .view-cart{
	float:right;
	text-decoration:none;
	color:#666;
	padding:7px 0 0 25px;
	line-height:14px;
	background:url(../images/bg-cart.gif) no-repeat;
}
.items .view-cart:hover{
	text-decoration:underline;
}
#twocolumns table{
	border-collapse:collapse;
	border:1px solid #c09;
	text-align:left;
	line-height:22px;
	vertical-align:top;
	margin:0;
}
.list-products{
	width:687px;
}
.list-products td.odd,
.list-products th{
	background:#f2f2f2;
	border:1px solid #c09;
}
.list-products td{
	padding:9px;
	width:50%;
}
.list-products th{
	padding:9px 15px;
	border:1px solid #c09;
	font-size:13px;
	line-height:14px;
	width:50%;
}
.list-products th strong{
	color:#c09;
}
.items h3{
	color:#333;
	margin:0 0 5px;
	font-size:15px;
}
.list-products h2 {
    font-size: 1.35em;
}
.list-products h3 {
    font-size: 1.1em;
}
.list-products .item td{
	padding:0;
	border:1px solid #c09;
}
.list-products .item img{
	display:inline;
}
.list-products .text-right{
	text-align:right;
}
.list-products td.odd{
	padding:6px 16px;
	background:#f2f2f2;
	vertical-align:top;
}
.list-products .item td.odd{
	padding:6px 16px;
}
.list-products td.odd h3{
	margin:0;
}
.list-products .item p{
	margin:10px 0 0;
}
.list-products ul{
	margin:3px 0 0;
	padding:0;
	list-style:none;
	line-height:16px;
}
.list-products ul .definition{
	color:#c09;
}
.list-products .list li{
	padding:0 0 0 10px;
	background:url(../images/bullet-pink.jpg) no-repeat 2px 9px;
}
.add-cart{
	height:1%;
	padding:12px 0 0;
	overflow:hidden;
}
.add-cart .box{
	float:left;
	width:90px;
}
.add-cart .wide{
	width:100px;
}
.add-cart .hold-submit{
	float:right;
}
.add-cart .hold-text{
	width:17px;
	margin:3px 6px 0 0;
}
.add-cart .text{
	width:17px;
}
#price
{
    float: left;
    margin-top: 15px;
    font-size: 1.5em;
    color:#B80086;
}
#price small
{
    font-size: .75em;
}

#add-button
{
    float: right;
    margin-top: 15px;   
}
label span{
	color:#c09;
}
.add-cart .button{
	width:91px;
	height:29px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn-add-cart.gif) no-repeat;
	cursor:pointer;
	margin:0;
	display:block;
	border:none;
}
.list-products .photo{
	vertical-align:middle;
	text-align: center;
	background:url(../images/double-arrows.gif) no-repeat 311px 18px;
}
.list-products .item td.photo {
    padding: 10px;
}
.list-products img{
	display:block;
	margin:0 auto;
}
.list-products .photographer{
	font-size:13px;
	line-height:16px;
	padding:5px 0 10px;
}
.list-products .photographer h3{
	display:inline;
}
.list-products .name-photo{
	font-size:15px;
	color:#666;
	font-weight:bold;
}
.list-products p{
	margin:0 0 5px;
}
.list-products p a{
	color:#333;
	text-decoration:none;
}
.list-products p a:hover{
	text-decoration:underline;
}
.list-order{
	width:687px;
}
.list-order td{
	padding: 10px 20px;
	vertical-align:top;
	border:1px solid #c09;
}
.list-order .even td{
	background:#f2f2f2;
}
.list-order .even .photo{
	background:#fff;
}
.list-order .photo{
	padding:10px;
	width:136px;
	background:#fff;
	vertical-align:middle;
}
.list-order .photo img{
	display:block;
	margin:0 auto;
}
.list-order .name{
	font-size:13px;
	color:#c09;
	font-weight:bold;
	margin: 0;
	display:block;
}
.order label{
	color:#666;
}
.checkbox-label,
.order .checkbox-label{
	float:left;
	line-height:13px;
	color:#999;
	margin:2px 0 0;
}
.order .box{
	width:35px;
	float:left;
	font-size:10px;
	line-height:10px;
}
.order .box .hold-text{
	margin:0;
	width:20px;
}
.order .box .hold-text .text{
	width:20px;
}
.order .box-text{
	float:left;
}
.order .box-text .text{
	background:#fff;
	border:1px solid #c09;
	color:#666;
	font:11px/12px Verdana,Tahoma,Arial,sans-serif;
	padding:2px 5px 1px;
	float:left;
	display:inline;
	margin:0 17px 0 0;
}
.order .box-text .big{
	width:98px;
}
.order .box-text .small{
	width:55px;
}
.order .box-select{
	float:left;
}
.order .box-select select{
	width:131px;
}
.order .box-select .hold-checkbox{
	clear:both;
	overflow:hidden;
	padding:4px 0 0;
}
.list-order .price{
	display:block;
	text-align:right;
	color:#cc3399;
	font-size:16px;
	line-height:18px;
}
.items .result{
	width:100%;
	overflow:hidden;
	font-size:13px;
	margin:16px -3px 0 0;
	padding:0 3px 0 0;
	line-height:18px;
	color:#666;
}
.result .price{
	text-align:right;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding-right:25px;
}
.result .price strong{
	color:#c09;
	padding:0 0 0 36px;
	background:url(../images/double-arrows.gif) no-repeat 0 5px;
	margin:0 0 0 3px;
}
.result .buttons{
	float:right;
	margin:26px -7px 0 0;
	width:262px;
}
.result .buttons h3{
	font-size:16px;
	color:#666;
}
.result .buttons .hold-btn{
	overflow:hidden;
	height:1%;
}
.result .buttons .hold-btn .button{
	float:left;
	width:84px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin:0 3px 0 0;
	position:relative;
}
.result .buttons .hold-btn .credit-card{
	background:url(../images/btn-credit-card.gif) no-repeat;
}
.result .buttons .hold-btn .check{
	background:url(../images/btn-check.gif) no-repeat;
}
.result .buttons .hold-btn .paypal{
	background:url(../images/btn-pay-pal.gif) no-repeat;
}
.aside{
	width:183px;
	float:left;
	padding:6px 0 0 24px;
}
.aside .hold-box{
	height:1%;
	overflow:hidden;
	border-right:1px solid #ccc;
	margin-left:-10px;
}
.hold-box ul{
	margin:-5px 0 0;
	padding:0;
	list-style:none;
	width:175px;
	overflow:hidden;
}
.hold-box li{
	border:1px solid #c09;
	overflow:hidden;
	background:#ccc;
	margin:5px 0 0;
}

* html .hold-box .box{
	display:block;
	height:auto;
	position:absolute;
	top:50%;
}
.hold-box .box img{
	display:block;
	margin:0 auto;
	border:2px solid #fff;
	margin-top:5px;
}
.hold-box .inner{
	height:200px;
	overflow:hidden;
	padding: 5px;
	border-bottom:1px solid #c09;
	background:#666;
	position:relative;
	width:163px;
}

.inner .box{margin-top: 5px;}

.inner .top
{
    height: 26px;
    color: #CCCCCC;
}

.inner .bottom
{
    position: absolute;
    bottom: 5px;
}

.image-toggle{
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 0px;
    margin: 6px;
}

.image-toggle img{
    position: absolute;
    left: 0px;
    border: 0px !important;
    margin: 0px !important;
}

.image-toggle:hover {
    border-color: #eee;
}

.image-toggle:hover img {
    top: -150px;
}

.hold-box .inner span{
	display:block;
	color:#ccc;
	margin-top:5px;
}

.hold-box .cart-box{
	background:#ccc;
	height:1%;
	overflow:hidden;
	padding:4px 7px 5px 10px;
}

.hold-box .cart-box .view-item{
	float:left;
	padding:0 0 0 28px;
	text-decoration:none;
	background:url(../images/view-item.png) no-repeat;
	line-height: 18px;
}
.hold-box .cart-box .add-cart{
	float:left;
	color:#fff;
	padding:8px 0 0 24px;
	text-decoration:none;
	background:url(../images/cart-box.gif) no-repeat;
}
.hold-box .cart-box .add-cart:hover, .hold-box .cart-box .view-item:hover{
	text-decoration:underline;
}
.hold-box .cart-box .info{
	float:right;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/info.gif) no-repeat;
	margin:9px 0 0;
}
#main .aside h2{
	margin:0 0 4px;
}
#main .aside h3{
    font-size: 1.15em;
}
#footer{
	width:945px;
	margin:22px 0 0 -6px;
	padding:9px 0 0 7px;
	overflow:hidden;
	line-height:14px;
	color:#7a7a7a;
	background:url(../images/bg-footer.gif) no-repeat 7px 0;
}
#footer .collors{
	height:15px;
	width:952px;
	background:url(../images/bg-collors.gif) no-repeat;
	overflow:hidden;
	margin:0 0 8px -7px;
}
#footer p{
	margin:0;
}
#footer ul{
	margin:0 0 -14px;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	padding:0 7px 0 10px;
	background:url(../images/devider-footer-nav.gif) no-repeat 0 3px;
}
#footer ul li:first-child{
	padding-left:0;
	background:none;
}
#footer ul a{
	color:#7a7a7a;
	text-decoration:none;
}
#footer ul a:hover{
	text-decoration:underline;
}
.hold-henry{
	position:absolute;
	z-index:99;
}
.henry{
	width:306px;
	height:32px;
	padding:4px 61px 91px 8px;
	background:url(../images/bg-henry.png) no-repeat;
}
.henry .speech-bubble{
	height:100%;
	overflow:hidden;
	color:#999;
	font-size:10px;
	line-height:14px;
	display:table;
	width:100%;
	position:relative;
}
.henry .hold{
	display:table-cell;
	vertical-align:middle;
}
.center{
	text-align:center;
}
.justify{
    text-align: justify;
}


/* custum form */
.outtaHere{
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea{
	position:relative;
	height:21px;
	float:left;
	font-size:12px;
	line-height:19px;
}
.selectArea .left{
	position:absolute;
	top:1px;
	left:0;
	width:8px;
	height:100%;
	background:url(../images/select-left.gif) no-repeat;
}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:100%;
	background:url(../images/select-button.gif) no-repeat;
}
.selectArea .center{
	height:21px;
	line-height:20px;
	display:block;
	padding:0 26px 0 8px;
	background:url(../images/select-center.gif) repeat-x 0 1px;
}
.selectArea .center img{
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible{
	position:absolute;
	display:block;
	z-index:30;
	font-size:11px;
	background-color:#fff;
	border:1px solid #c09;
}
.drop-dif{
	background:#9cc;
}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul{
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
}
.optionsDivVisible ul li{
	float:left;
	width:100%;
}
.optionsDivVisible a{
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img{
	border:none;
	float:left;
}
.optionsDivVisible a:hover{
	background-color:#ccc;
	color:#000;
}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked{
	float:left;
	width:12px !important;
	height:13px;
	overflow:hidden;
	background:url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked{background-position:0 -13px;}
/* Selects */
.box-select .selectArea{
	height:18px;
	font-size:11px;
	line-height:18px;
}
.box-select .selectArea .left{
	top:0;
	width:4px;
	background:url(../images/select-left2.gif) no-repeat;
}
.box-select .selectArea a.selectButton{
	width:22px;
	background:url(../images/select-button2.gif) no-repeat;
}
* html .box-select .selectArea a.selectButton{
	right:-1px;
}
.box-select .selectArea .center{
	height:18px;
	color:#666;
	line-height:18px;
	padding:0 22px 0 4px;
	background:url(../images/select-center2.gif) repeat-x 0 0;
}

.borderless
{
    border: 0px !important;
}

.borderless td
{
    border: 0px !important;
}

.textbox
{
    height: 14px;
}

.dropdownlist
{
    height: 20px;
}







/* jquery Tabs */

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:#FF00FF solid 1px;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;
	margin-left: -1px;
	list-style-type:none;
	width: 20%;
}

/* link inside the tab. uses a background image */
ul.css-tabs a
{
    display: block;
    text-decoration: none;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid #666;
    border-color: #00FFFF #00FFFF #FF00FF #FF00FF;
    height: 24px;
    background-color: #000000;
    color: #ffffff;
    margin: 0 !important;
    position: relative;
    top: 5px;
    
    text-align:center;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}

ul.css-tabs span
{
    line-height: 22px;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#000000;
	color:#ffffff;	
	cursor:default;
	border-bottom: 0px;
	border-color: #FF00FF #FF00FF #FF00FF #FF00FF;
	height:25px;
}

/* tab pane */
div.css-panes div {
	display:none;
}

div.css-panes .left, div.css-panes .right
{
	display:block;
	float:left;
}
img.float-right{float:right; padding:0 0 10px 10px;}
.float{float:left;}
span.top p.float{width:300px; margin-left:20px; margin-top:22px; color:White; font-weight:bold;}
span.top span{float:right; width:200px; padding-top:10px;}
span.top span a
{
	display:block;
	float:right;
	margin:0 10px 5px 0;
}

a.pink-button
{
	background: url(../images/pink-button_back.jpg) top repeat-x;
	padding:4px 12px 8px;
	font-size:12px;
	line-height: 16px;
	text-decoration:none;
	color:white;
	text-align:center;
	cursor: pointer;
	text-transform: lowercase;
	font-weight: bold;
}
a.pink-button.medium
{
    padding-right:0;
    padding-left:0;
    width:145px !important;
}
div.css-panes .left
{
	padding-left:10px;
	width:300px;
	height:235px;
	overflow-x:hidden;
	overflow-y:auto;
}
div.css-panes .left p, div.css-panes .left h3
{
	color:White;
	line-height:18px;
}
div.css-panes .right
{
	width:210px;
	padding-top:15px;
}
div.css-panes .right p
{
	text-align:center;
	font-weight:bold;
	color:White;
	font-size:105%;
}
div.css-panes .right span.calendar
{
	display:block;
	width:107px;
	height:102px;
	background: transparent url(../images/scheduled_back.png) top left no-repeat;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}
div.css-panes .right span.calendar .month
{
	color:White;
	font-size:18px;
	display:block;
	text-transform:uppercase !important;
}
div.css-panes .right span.calendar .date
{
	color:White;
	font-weight:bold;
	font-size:45px;
	display:block;
	margin-top:20px;
}

.pink{color:#B80086;}

.gray{color:#666;}

p.pink.big
{
	text-align:center;
	font-size:20px;
	text-transform:capitalize;
}
p.pink.big .highlight
{
	color:White;
	font-size:110%;
}
span.timeline-holder .column
{
	float:left;
	width:125px;
}
span.timeline-holder .column.first{margin-left:75px;}
span.timeline-holder .column .title{border-right:white solid 1px; font-size:80%; text-align:center; color:White;}
span.timeline-holder .column.active .title{font-weight:bold;}
span.timeline-holder .column.last .title, span.timeline-holder .column.last .date{border:none;}
span.timeline-holder .column .date{border-right:#CCCCCC solid 1px; text-align:center; font-size:80%;}
span.timeline-holder .column span
{
	display:block;
}
span.timeline-holder .column .bar
{
	width:99%;
	height:10px;
	background:#CCCCCC;
}
span.timeline-holder .column.active .bar{background:#B80086;}
div.pane{position:relative;}
div.css-panes{height:232px;}
span.countdown
{
	position:absolute;
	background:#CCCCCC;
	padding:4px;
	bottom:0;
	width:100%;
	height:16px;
	border-top:#B80086 solid 1px;
	text-align:center;
	left:0;
}
span.countdown span#tab1Countdown{color:Black;}
span.countdown span#tab2Countdown{color:Black;}



/* highslide lightbox */
/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(../images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../images/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../images/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../images/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../images/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(../images/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(../images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(../images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}




/*  carousel  */
#slider
{
    width: 100%;
    margin: 0 auto;
    position: relative;
    border: 1px solid #FF00FF;
    background-color:Black;
}

.scroll
{
    overflow: hidden;
    width: 941px;
    margin: 0 auto;
    position: relative;
    height:410px;
    margin-left:-40px;
}

.scrollContainer
{
    position: relative;
    padding-left:60px;
}

.scrollContainer div.panel
{
    padding: 10px;
    width: 100px;
    height: 318px;
}

.inside
{

}

.inside img
{
    display: block;
    width: 70px;
}

.scrollButtonsContainer
{
    text-align:center;
}

.scrollButtons
{
    cursor: pointer;
    color: Gray;
}

.scrollButtons.left
{

}

.scrollButtons.right
{
   
}

.hide
{
    display: none;
}




/* faq */

.q-header
{
    background: transparent url(../images/question.gif) no-repeat scroll 3px 3px;
    padding-left:22px;
}

.a-header
{
    background: transparent url(../images/answer.gif) no-repeat scroll 4px 4px;
    padding-left:22px;
    left: -22px;
}

ul.faq-tabs {  
	margin:0 !important; 
	padding:0;
}

ul.faq-tabs a
{
    text-decoration: none;
}

/* single tab */
ul.faq-tabs li {  
	list-style-type:none;
    padding-left:22px;
}

ul.faq-tabs li:hover {
    font-weight: bold;
}

ul.faq-tabs li a.current {
    background: transparent url(../images/single-arrow.gif) no-repeat scroll -1px 3px;
    margin-left: -15px;
    padding-left: 15px;
    font-weight: bold;
}

.answers
{
    padding-left:15px;
}

#answer-arrow
{
    left: -15px;
    position: absolute;
    top: 26px;
}

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/slidemenu/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/slidemenu/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/slidemenu/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/slidemenu/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/slidemenu/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/slidemenu/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/slidemenu/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/slidemenu/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/slidemenu/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/slidemenu/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

.list-order .textbox
{
    margin-top: 3px;
}

.checkout table
{
    border: 0px !important;
}

.shipping-summary td, th
{
    padding-left: 10px;
    padding-right: 10px;
}

th
{
    text-align: left;
    padding: 0;
}

.gridview .odd-row
{
    background: #eee;
}

.radio-buttons td
{
    padding: 0 10px 0 0 !important;
}

.radio-buttons input
{
    margin-right: 5px;
    vertical-align: text-bottom;
}

.checkbox input
{
    margin-right: 5px;
    margin-top: 0px;
}

#select-payment img
{
    position: relative;
    top: 10px;
    display: inline;
}

#select-payment
{
    margin-bottom: 20px;
}

.breadcrumb
{
    position: relative;
    right:-230px;
    top:-20px;
}

.field
{
    margin-bottom: 10px;
}

.field .textbox
{
    margin-top: 5px;
    width: 200px;
    height: 18px;
}

.payment-fields
{
    width: 610px;
    padding: 5px 20px;
}

.watermarked
{
	background-color: #FFFCEE !important;
	color: #9E9E9E !important;
    padding: 2px;
}

.gift-wrap
{
	background: #F2F2F2 url(../images/gift-wrap.png) bottom right no-repeat;
}

.register-box
{

}

.register-box td
{
    padding-right: 10px;
}

.black-box
{
    background: url(../images/black.png) top repeat-x;
    color: White;
}

.black-box a
{
    color: White;
}

/*------------------------------------------------------------ Tooltip */

/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    display:none;
}

.image-stats
{
    float: left;
    text-align: left;
    margin: 5px 10px;
    width: 200px;
    line-height: 26px;
}
.share-this
{
    float: right;
    text-align: right;
    margin: 5px 10px;
    width: 160px;
}
.message-notice
{
    background:transparent url(../images/notice.jpg) no-repeat scroll 0 -1px;
    height:22px;
    padding-left:30px;
    font-weight: bold;
    font-size: 110%;
    margin-bottom:10px;
}

.message-confirmation
{
    background:transparent url(../images/confirmation.png) no-repeat scroll 0 -2px;
    color: Green;
    height:22px;
    padding-left:30px;
    font-weight: bold;
    margin-bottom:10px;
}

.message-error
{
    background:transparent url(../images/error.png) no-repeat scroll 0 -2px;
    color:Red;
    height:22px;
    padding-left:30px;
    font-weight: bold;
    margin-bottom:10px;
}

#ctl00_ctl00_imgHenryHotShoe{width:83px !important; height:92px !important;}

.gallery-table
{
    
}

.gallery-table td, .gallery-table th
{
    padding: 5px;
}

.block
{
    float: left;
    width: 50%;
}

.voting-area
{
    float: left;
    margin-left: 1px;
    background: #000;
    border: solid 1px #D013A1;
    padding: 10px;
    width: 440px;
}

.voting-view
{
    float: right;
    width: 480px;
}

.voting-preview
{
    border: solid 1px #D013A1;
    text-align: center;
    vertical-align: middle;
}

.preview-image
{
    margin: 40px 0 20px 0;
}

.rss-feed
{
    padding-left: 20px;
    list-style-type: none;
}

.rss-feed div
{
    border-left: solid 2px #B80086;
    padding-left: 10px;
    margin: 10px 0;
}

.rss-header
{
    color: #B80086;
    display: block;
}

.rss-postdate
{
    color: #666;
    display: block;
}

.rss-body
{
    display: block;
}

.small
{
    font-size: 85%;
}

.admin-buttons
{
    padding: 20px 0;
}

.selection-table tr
{
    height: 30px;
}

.selection-table td
{
    width: 180px;
    text-align: center;
    vertical-align: middle;
    background: #B80086;
}

.selection-table a
{
    color: White;
    text-decoration: none;
}

.selection-table a:hover
{
    text-decoration: underline;
}

.html-editor
{
    width: 100%;
    height: 300px;
}

.left-float-nav
{
    float: left;
    width: 50%;
}

.right-float-nav
{
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 10px;
}

#order-total
{
    width: 200px;
    text-align: right;
    margin-left: 485px !important;
    font-weight: bold;
    font-size: 1.35em;
    padding: 5px;
}

.copyright
{
    font-size: 10px;
    color: Gray;
    padding-top: 10px;
    display: block;
}

.includes
{
    color: #B80086;
    float: right;
    font-size: 10px;
    left: -636px;
    position: relative;
    top: 3px;
}

.scroll-box
{
    border: solid 1px gray;
    overflow-x: hidden;
    overflow-y: scroll;
    display: inline-table;
    height: 500px;
}

.setting-box
{
    border: solid 1px #B80086;
    background: #eee;
    padding: 10px 10px 0 10px;
    display: inline-table;
}

.modal
{
    background-color: #fff;
    display: none;
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.ajax__htmleditor_htmlpanel_default
{
    height: 300px;
}

.sm-thumb
{
    height:50px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    width:50px;
}

.sm-thumb img
{
    max-width: 85px;
    max-height: 85px;
}

.panel.shown, .panel.shown .inside
{
	width:400px !important;
}

img.shown
{
	margin:0 auto !important;
}

.store-list
{
    padding-left: 15px;
    padding-right: 15px;
}

.store-list .pink-border
{
    margin-left: 4px;
}

.promo-banner
{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: Navy;
	padding-top: 10px;
}

h2.simple
{
	color: #666 !important;
	font-weight: normal;
}