@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Garamond Kursiv Halbfett';
src: url("../fonts/Garamond_Kursiv_Halbfett.ttf") format("truetype");
}

@font-face {
font-family: 'Univers';
src: url("../fonts/ER_Univers_Mac.ttf") format("truetype");
}

@font-face {
font-family: 'PosterBodoniBt';
src: url("../fonts/Poster_Bodoni_BT.ttf") format("truetype");
}

@font-face {
font-family: 'Univers Bold';
src: url("../fonts/UNMACB.TTF") format("truetype");
}

@font-face {
font-family: 'Univers 67 Condensed Bold';
src: url("../fonts/Univers_67_Condensed_Bold.ttf") format("truetype");
}

* {
	margin:0;
	padding:0;
	list-style:none;
	outline:0 none;
	border:0 none;
	line-height:100%;
	text-decoration:none;
	color:#000000;
}

body {
	font-family: 'Times New Roman', Times, serif ;
        background:#FFF center top fixed no-repeat;
	font-size:12px;
	font-style:italic;
}
.border_none {
	border:none !important;	
}
.position_rel {
	position:relative;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

div.cleared {
	clear:both;
	font-size:1px;
	height:0;
}

div.main_wrapper {
	width:1000px;
	margin:0 auto;
	background:#FFF;
}

#bg_img_left {
	position:absolute;
	text-align:right;
}

#bg_img_right {
	position:absolute;
	text-align:left;
}
div.media_links {
	width:100%;
	position:relative;
	height:20px;
	margin:0 auto;
	background:url(../images/block-pattern_3.gif);
}

div.media_links_content {
	position:absolute;
	height:20px;
	right:0px;
        width:372px;
}
a.btn_twitter {
        padding-top:3px;
        text-align:center;
	display:block;
	float:right;
	width:68px;
	height:17px;
        margin-right:1px;
	background:black;
        color:white;
}

a.btn_twitter:hover {
	background:black;
        color:#27B4FC;
}

a.btn_register {
        padding-top:3px;
        text-align:center;
	display:block;
	float:right;
	width:69px;
	height:17px;
        margin-right:2px;
	background:white;
}

a.btn_register:hover {
	background:white;
        color:#27B4FC;
}

a.btn_logout {
        padding-top:3px;
        text-align:center;
	display:block;
	float:right;
	width:69px;
	height:17px;
        margin-right:1px;
	background:white;
}

a.btn_logout:hover {
	background:white;
        color:#27B4FC;
}

a.btn_my_account {
        padding-top:3px;
        text-align:center;
	display:block;
	float:right;
	width:68px;
	height:17px;
        margin-right:1px;
	background:white;
}

a.btn_my_account:hover {
	background:white;
        color:#27B4FC;
}

a.btn_login {
        padding-top:3px;
        text-align:center;
	display:block;
	float:right;
	width:68px;
	height:17px;
        margin-right:1px;
	background:white;
}

a.btn_login:hover {
	background:white;
        color:#27B4FC;
}

a.btn_facebook {
        padding-top:3px;
        text-align:center;
	display:block;
	float:right;
	width:68px;
	margin-right:1px;
	height:17px;
	background:black;
        color:white;
}

a.btn_facebook:hover {
	background:black;
        color:#27B4FC;
}

div.joinvia {
	float:left;
        background:white;
        padding-top:3px;
        height:17px;
        width:93px;
        text-align:center;
}
div.logo_bar {
	width:100%;
	position:relative;
	height:63px;
	margin:0 auto;
}

a.logo{
	display:block;
	width:205px;
	height:24px;
	text-decoration:none;
	position:absolute;
	top:26px;
	left:11px;
	background:url(../images/logo.gif) no-repeat;
}

a.help{
	display:block;
	width:28px;
	height:36px;
	position:absolute;
	top:19px;
	right:132px;
	background:url(../images/top-nav_2.gif) no-repeat 0 0;
}

a.help:hover{
	background:url(../images/top-nav_2.gif) no-repeat bottom left;
}

a.help_selected{
	background:url(../images/top-nav_2.gif) no-repeat bottom left;
}

a.faq{
	display:block;
	width:23px;
	height:36px;
	position:absolute;
	top:19px;
	right:96px;
	background:url(../images/top-nav_2.gif) no-repeat -46px 0;
}

a.faq:hover{
	background:url(../images/top-nav_2.gif) no-repeat -46px -36px;
}

a.faq_selected{
	background:url(../images/top-nav_2.gif) no-repeat -46px -36px;
}

div.no_product_found{
    clear:both;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    width:1000px;
    height:30px;
}

a.cart{
	display:block;
	width:29px;
	height:36px;
	position:absolute;
	top:19px;
	right:54px;
	background:url(../images/top-nav_2.gif) no-repeat -91px 0;
}

a.cart:hover{
	background:url(../images/top-nav_2.gif) no-repeat -91px -36px;
}

a.cart_selected{
	background:url(../images/top-nav_2.gif) no-repeat -91px -36px;
}

span.colndots{
	display:block;
	width:10px;
	height:36px;
	position:absolute;
	top:19px;
	right:42px;
	background:url(../images/top-nav_2.gif) no-repeat -122px 0;
}

span.item-count {
	font-family:'Helvetica Bold', 'Arial Black', Impact, sans-serif;
	font-size:28px;
	font-style:normal;
	color:#27b4fc;
	display:block;
	width:35px;
	text-align:center;
	position:absolute;
	top:15px;
	right:6px;
}
a.item{
	display:block;
	width:38px;
	height:36px;
	position:absolute;
	top:19px;
	right:8px;
	background:url(../images/top-nav_2.gif) no-repeat -128px 0;
}

a.item:hover{
	background:url(../images/top-nav_2.gif) no-repeat -128px -36px;
}

a.item_selected{
	background:url(../images/top-nav_2.gif) no-repeat -128px -36px;
}

div.main_top_nav {
	width:100%;
	height:62px;
}
div.mtn_links_bar {
	width:100%;
	height:18px;
}

div.mtn_links_bar span{
	display:block;
	float:left;
	height:18px;
	width:83px;
	background:url(../images/line-pat_2.gif) repeat-x;
}

div.mtn_links_bar a{
	display:block;
	float:left;
	height:18px;
	width:70px;
	margin-left:-1px;
}

a.collection_mtn_link {
	background:white;
}

a.collection_mtn_link:hover {
	background:white;
        color:black;
}

a.selected_collection_mtn_link {
	background:white;
        color:black;
}


a.blog_mtn_link {
        color:black;
        text-align:center;
        padding-top:2px;
        height:15px;
}

a.blog_mtn_link:hover {
        color:#27B4FC;
}

a.selected_blog_mtn_link {
	color:#27B4FC;
        text-align:center;
        padding-top:2px;
}


a.our-story_mtn_link {
	color:black;
        text-align:center;
        padding-top:2px;
        height:15px;
}

a.our-story_mtn_link:hover {
	color:#27B4FC;
}

a.selected_our-story_mtn_link {
	color:#27B4FC;
        text-align:center;
        padding-top:2px;
}

a.retailers_mtn_link {
	color:black;
        text-align:center;
        padding-top:2px;
        height:15px;
}

a.retailers_mtn_link:hover {
	color:#27B4FC;
}

a.selected_retailers_collection_mtn_link {
	color:#27B4FC;
        text-align:center;
        padding-top:2px;
}

a.friends_mtn_link {
	color:black;
        text-align:center;
        padding-top:2px;
        height:15px;
}

a.friends_mtn_link:hover {
	color:#27B4FC;
}

a.selected_friends_mtn_link {
	color:#27B4FC;
        text-align:center;
        padding-top:2px;
}

a.contact_mtn_link {
	color:black;
        text-align:center;
        padding-top:2px;
        height:15px;
}

a.contact_mtn_link:hover {
	color:#27B4FC;
}

a.selected_contact_collection_mtn_link {
	color:#27B4FC;
        text-align:center;
        padding-top:2px;
}

div.mtn_line-pat_1_t {
	width:100%;
	height:5px;
	margin:0 auto;
	background:url(../images/line-pat_1_t.gif) repeat-x;
}

div.mtn_line-pat_1_b {
	width:100%;
	height:5px;
	margin:0 auto;
	background:url(../images/line-pat_1_b.gif) repeat-x;
}

div.mtn_double-line-pat_1 {
	width:100%;
	height:4px;
	margin:0 auto;
	background:url(../images/double-line-pat_1.gif) repeat-x;
}

div.mtn_tri-line-pat_1 {
	width:100%;
	height:22px;
	margin:4px 0;
	background:url(../images/tri-line-pat_1.gif) repeat;
}

div.mix_pat {
	width:100%;
	height:45px;
	background:url(../images/mix_patterns.gif) repeat-x;
}
div.home_banner {
	position:relative;
	width:100%;
	height:457px;
	background:url(../images/home_banner_1.gif) no-repeat;
}

div.left_cont {
	float:left;
	width:323px;
	height:82px;
	background:url(../images/left.gif) no-repeat;
}

a.aboutus_link {
	position:absolute;
	top:694px;
	right:988px;
	width:28px;
	height:12px;
}

div.right_cont {
	float:right;
	width:323px;
	height:82px;
	background:url(../images/right.gif) no-repeat;
}

a.work_link {
	position:absolute;
	top:694px;
	right:286px;
	width:28px;
	height:12px;
}

a.home_banner_seefull {
	position:absolute;
	top:400px;
	right:207px;
	width:162px;
	height:12px;
}

a.home_banner_mens {
	position:absolute;
	top:419px;
	right:488px;
	width:36px;
	height:12px;
}

a.home_banner_womens {
	position:absolute;
	top:419px;
	right:433px;
	width:47px;
	height:12px;
}

div.home_latest_bar {
	position:relative;
	width:100%;
	height:21px;
	background:url(../images/hd_latest_1.gif) no-repeat;
}

div.home_latest_bar_content {
	background:#fceb02;
	width:905px;
	padding:2px 5px;
	height:13px;
	position:absolute;
	top:2px;
	right:2px;
}

div.home_nine-designer_link_box {
	width:350px;
	height:72px;
	margin:10px auto 0;
}
div.sepr_border {
	width:8px;
	height:72px;
	background:url(../images/sepr-border_1.gif) no-repeat;
}

div.hndlb_content {
	width:333px;
	height:72px;
	text-align:center;
}

h3{
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	margin-bottom:5px;
	font-size:12px;
}

div.hndlb_links {
	width:110px;
	text-align:center;
}
div.hndlb_links a{
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#000;
	padding:0 4px;
	line-height:120%;
}


div.hndlb_links a:hover{
	color:#27b4fc;
}

div.hndlb_content strong{
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	font-size:12px;
	color:#FFCC00;
}

div.footer {
	width:100%;
	text-align:center;
	margin:0 auto 20px;
}
div.footer_nav {
	width:100%;
	text-align:center;
	margin:10px auto;
	color:#b8b8b8;
}

div.footer_nav a{
	color:#b8b8b8;
}

div.footer_nav a:hover{
	color:#27b4fc;
}


div.contact_form {
	margin:30px 60px;
	width:410px;
}

div.contact_form p{
	line-height:120%;
	font-size:13px;
}

div.contact_form p a{
	color:#27b4fc;
}

input, select, textarea{
	font-family: 'Garamond Kursiv', 'Palatino Linotype', 'Times New Roman', Times, serif ;
	font-style:italic;
	margin:5px 0 7px;
	border-left:1px solid #000;
	padding:4px;
	border-top:1px solid #000;
}

select{
	width:397px;
}

div.subnav_collection_bar {
	width:990px;
	height:auto;
	margin:4px 0px;
	border:5px solid #000;
}
a.collection_nav {
	display:block;
	width:auto;
	background:#FFF;
	color:black;
	float:left;
	padding:4px 7px;
	border-right:5px solid #000;
}

a.collection_nav_w {
	display:block;
	width:auto;
	background:#FFF;
	color:black;
	float:left;
	padding:4px 7px;
	border-right:5px solid #000;
}

a.collection_nav:hover, a.cn_selected_b{
	background:#27b4fc;
	color:#FFF;
}

a.collection_nav_w:hover, a.cn_selected{
	background:#fceb02;
	color:#000;
}

a.cn_selected_b:hover{
	background:#fff;
        color:black;
}

a.cn_selected:hover{
	background:#fff;
}

span.collection_nav {
	display:block;
	width:auto;
	background:#fceb02 url(../images/blck_arrow_1.gif) left center no-repeat;
	color:#000;
	float:left;
	padding:4px 7px 4px 16px;
	border-right:5px solid #000;
}

span.collection_nav_b{
	display:block;
	width:auto;
	background:#27b4fc url(../images/blck_arrow_1.gif) left center no-repeat;
	color:#FFF;
	float:left;
	padding:4px 7px 4px 16px;
	border-right:5px solid #000;
}

span.collection_nav_b a{
	color:#FFF;
}

div.errormsg {
	font-size:12px;
	color:red;
    text-align:center;
    vertical-align:middle;
}

div.subnav_heading {
	position:relative;
	width:100%;
	height:21px;
}

div.subnav_heading_content {
	width:100%;
	height:21px;
}

div.product_detail {
	width:100%;
	font-size:13px;
}

div.pd_img {
	width:480px;
	margin:10px 0px 25px;
}

a.img_size_tab {
	width:15px;
	display:block;
	height:37px;
	margin:1px 0 10px 11px;
	background:#000	url(../images/img_size_tab.gif) no-repeat;
}

a.img_size_tab:hover, a.selected_ist {
	background:#27b4fc	url(../images/img_size_tab.gif) no-repeat;
}

div.pd_text {
	width:400px;
	margin:25px 50px;
}

div.pd_text p{
	line-height:130%;
}

.offer_hd_1 {
	font-size:17px;
}

.offer_hd_2 {
	font-size:20px;
	font-weight:normal;
	font-family:'Trebuchet MS', Courier, monospace;
}

.offer_hd_3 {
	font-size:60px;
	font-weight:normal;
}

.offer_title_3 {
	font-size:26px;
	font-weight:lighter;
}

.offer_title_3 img{
	vertical-align:middle;
}

a.link_blue {
		color:#27b4fc;
}

div.sizing_info {
	background:url(../images/sizeinfo_title.gif) top right no-repeat;
	position:relative;
	width:100%;
	height:60px;
}

div.price_info {
	position:relative;
	width:100%;
	height:60px;
}

a.btn_buy {
	position:absolute;
	right:0;
	bottom:0;
}

span.price_tag1 {
	position:absolute;
	left:0;
	top:0px;
        color:black;
        font-size:60px;
        font-family:'Trebuchet MS', Courier, monospace;
}

div.size_selction a{
        color:#27B4FC;
}

div.size_selction a.selected{
        color:#27B4FC;
        border:2px solid #27B4FC;
}

div.size_selction {
	position:absolute;
	top:37px;
	left:110px;
        color:#27B4FC;
        font-size:15px;
        text-decoration:none;
        font-style:normal;
        text-transform:uppercase;
}

input.qty {
	position:absolute;
	border-top:1px solid #000;
	border-left:1px solid #000;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#27b4fc;
	top:27px;
	right:108px;
	width:20px;

}

div.qty_label {
	position:absolute;
	text-align:right;
	color:#27b4fc;
	top:37px;
	right:145px;
	width:20px;
}

div.product_listing {
	width:100%;
}

div.nine_designers_main_thumbs {
	width:100%;
	margin:0 auto;
}

div.ndmt_detail {
	width:310px;
	height:410px;
	margin:10px;
	text-align:center;
	position:relative;
	background: center no-repeat;
}

div.des_two{
	background-image:url(../images/products/men/mn_dsn_non-format.gif);
}
div.des_three{
	background-image:url(../images/products/men/mn_dsn_emil-kozak.gif);
}
div.des_four{
	background-image:url(../images/products/men/mn_dsn_marta_cerda.gif);
}
div.des_five{
	background-image:url(../images/products/men/mn_dsn_d-kele.gif);
}
div.des_six{
	background-image:url(../images/products/men/mn_dsn_keetra-dean-dixon.gif);
}
div.des_seven{
	background-image:url(../images/products/men/mn_dsn_grandpeople.gif);
}
div.des_eight{
	background-image:url(../images/products/men/mn_dsn_gary-fernandez.gif);
}
div.des_nine{
	background-image:url(../images/products/men/mn_dsn_no-pattern.gif);
}

div.product_thumbs_content {
	position:absolute;
	width:310px;
	text-align:center;
	bottom:40px;
}
a.product_thumbs_title {
	width:auto;
	color:#000;
	margin-bottom:3px;
	font-size:15px;
	background:#fceb02;
	padding:0px 7px 2px;
}

a.product_thumbs_title_b {
	width:auto;
	color:#fff;
	margin-bottom:3px;
	font-size:15px;
	background:#27B4FC;
	padding:0px 7px 2px;
}

span.product_thumbs_detail {
	width:auto;
	font-size:15px;
	background:#fceb02;
	padding:1px 7px 1px;
	text-align:center;
}

span.product_thumbs_detail_b {
	width:auto;
	font-size:15px;
        color:#fff;
	background:#27B4FC;
	padding:1px 7px 1px;
	text-align:center;
}

span.ptd_v-divider_ {
	display:block;
	background:url(../images/v-divider_1.gif) top left no-repeat;
	position:absolute;
	width:61px;
	height:17px;
	bottom:56px;
	left:40%;
}

div.faq_q {
	margin:20px;
	font-size:13px;
	width:550px
}

.faq_q h1{
	font-size:13px;
	text-transform:uppercase;
	font-family:'Helvetica Bold', 'Arial Black', Impact, sans-serif;
	color:#27b4fc;
	margin:10px 0px 5px;
	font-weight:normal;
}

.faq_q p{
	line-height:150%;
}

div.friends_page_wrapper {
	width:990px;
	margin:5px 5px 10px;
}

div.friends_page_wrapper .frpw_inner{
	width:100%;
	margin:0 auto;
	text-align:center;
}

div.frpw_inner .friend_box{
	background:#000;
	width:188px;
	height:220px;
	margin:5px;
}

.friend_box_content {
	padding:10px;
	text-align:center;
	color:#FFF;
}

.friend_box_content .frb_designer_name{
	font-size:14px;
	font-weight:normal;
}

.friend_box_content .frb_category{
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
}

.friend_box_content a{
	color:#FFF;
	line-height:14px;
}

.friend_box_content a:hover{
	color:#27b4fc  !important;
}

.friend_box_content .frb_img_box{
	display:block;
	width:168px;
	height:142px;
	margin-bottom:12px;
}

.friend_box_content .frb_v-divider{
	display:block;
	background:url(../images/v-divider_2.gif) top left no-repeat;
	width:61px;
	height:17px;
	margin:1px auto;
}

div.blog_wrapper {
	width:100%;
}

div.blog_wrapper .blog_hd_title{
	width:100%;
	margin-bottom:10px;
}

div.blog_wrapper .bw_col_left{
	width:680px;
}

div.blog_wrapper .bw_col_right{
	width:310px;
}

div.artical_content{
	width:680px;
}
div.artical_content p{
	font-family: sans-serif,'Garamond Kursiv', 'Palatino Linotype', 'Times New Roman', Times;
	margin:10px;
	font-size:12px;
	line-height:130%;
}

div.artical_hd{
	width:680px;
	height:60px;
	background:#000000;
	position:relative;
	margin:1px 0px;
}

div.artical_hd_title {
	font-family:'Futura Md BT' 'Helvetica Bold', 'Arial Black', Impact, sans-serif;
	position:absolute;
	font-size:20px;
	color:#fceb02;
	bottom:10px;
	left:10px;
}

div.artical_hd_date {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	top:5px;
	left:10px;

	margin-bottom:20px;
	
}

div.artical_hd_date span{
	font-family: 'Garamond Kursiv', 'Palatino Linotype', 'Times New Roman', Times;
	text-transform:lowercase;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	font-style:italic;
}

div.block_content {
	width:310px;
	margin-bottom:10px;
}

div.block_content p{
	font-family: sans-serif,'Garamond Kursiv', 'Palatino Linotype', 'Times New Roman', Times;
	margin:10px;
	font-size:12px;
	line-height:130%;
}


div.block_hd{
	width:310px;
	height:31px;
	position:relative;
	background:url(../images/blog/block_hd_bg.gif) repeat-x;
}

div.block_hd img{
	position:absolute;
	top:5px;
}

div.block_hd_title {
	font-family:'Futura Md BT' 'Helvetica Bold', 'Arial Black', Impact;
	position:absolute;
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	bottom:8px;
	left:20px;
}

div.block_content p strong{
	font-family:sans-serif,'Futura Md BT' 'Helvetica Bold', 'Arial Black', Impact;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	}

div.block_content p a{
	display:block;
	font-family:'Futura Md BT' 'Helvetica Bold', 'Arial Black', Impact, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	padding:3px 0;
	}
	
div.block_content p a:hover{
	color:#27b4fc;
	}
	
div.bsml_content {
	width:auto;
	position:absolute;
	top:3px;
	right:-15px;

}
a.blog_social-media_links {
	width:201px;
	display:block;
	height:15px;
	margin:10px 15px;
	background:#000	url(../images/blog/media_link_arrow.gif) no-repeat;
}

a.blog_social-media_links:hover {
	background:#27b4fc	url(../images/blog/media_link_arrow.gif) no-repeat;
}

a.blue_button {
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	display:inline-block;
	text-transform:uppercase;
	width:auto;
	border-top:1px solid #000;
	border-left:1px solid #000;
	padding:3px 7px;
	color:#FFFFFF;
	background:#27b4fc;
	font-size:18px;
}

input.blue_button {
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	display:inline-block;
	text-transform:uppercase;
	width:auto;
	border-top:1px solid #000;
	border-left:1px solid #000;
        cursor:pointer;
	padding:0px;
	color:#FFFFFF;
	background:#27b4fc;
	font-size:18px;
        text-align:center;
}

a.blue_button:hover {
	color:#27b4fc;
	background:#FFFFFF;
}

input.blue_button:hover {
	color:#27b4fc;
	background:#FFFFFF;
}

div.cart_detail {
	width:735px;
	margin:20px auto;
}

div.cart_detail table{
	width:100%;
}

tr.crt-det_hd_t {
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	height:29px;
	text-transform:uppercase;
	background: url(../images/border_t-b-.gif) repeat-x;
	font-size:12px;	
}
tr.crt-det_hd_t td{
	color:#27b4fc !important;
	text-align:center;
	border-right: 1px dotted #000;
}


tr.crt-det_hd_b {
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	height:29px;
	text-transform:uppercase;
	background: url(../images/bg_row_1.gif) repeat-x;
	font-size:12px;	
}
tr.crt-det_hd_b td{
	text-align:right;
	padding-right:15px;
}


tr.crt-det_hd_m {
	
	font-size:12px;
}
tr.crt-det_hd_m td{
	border-right: 1px dotted #000;
	padding:5px;
	text-align:center;
	border-bottom: 1px dotted #000;
}

tr.crt-det_hd_m td img{
	width:100px;
	height:103px;
}

.no_t_border {
border-top:none !important;
}
.no_l_border {
border-left:none !important;
}
.no_b_border {
border-bottom:none !important;
}
.no_r_border {
border-right:none !important;
}

input.qty_table {
	border-top:1px solid #000;
	border-left:1px solid #000;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#27b4fc;
	width:20px;
}

div.shopping-order_thanks {
	width:737px;
	margin:40px 60px 40px 133px;
}

div.shopping-order_thanks table{
	width:100%;
}

.kursiv_blu_heading_one{
	font-family: 'Garamond Kursiv', 'Palatino Linotype', 'Times New Roman', Times;
	font-size:24px;
	font-weight:normal;
	color:#27b4fc !important;
}

.kursiv_black_heading_one{
	font-family: 'Garamond Kursiv', 'Palatino Linotype', 'Times New Roman', Times;
	font-size:18px;
	font-weight:normal;
	color:#000 !important;
}

.futura_blu_heading_one{
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	color:#27b4fc !important;
}

.futura_blck_heading_one{
	font-family:'Futura Md BT', 'Helvetica Bold', 'Arial Black', Impact;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
}

span.red_star {
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	font-style:normal;
	font-size:13px;
	width:7px;
	color:#FF0000;
}

span.v-big-dot {
	display:block;
	width:9px;
	height:auto;
	background:url(../images/v-big-dot_2.gif) repeat-y;
}

div.checkout-info_form {
	width:885px;
	margin:40px auto;
}

div.choif_content {
	width:400px;
}

div.confirm_order {
	width:735px;
	margin:40px auto;
}

div.confirm_order table{
	width:100%;
}

label {
	display:inline-block;
	width:100px;
}
input.paypal_btn {
	width:145px;
	height:42px;
	border:none;
	background:url(../images/btn_xpressCheckout.gif) left no-repeat;
}
