/* Universal reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0;}

input[type="button"], input[type="submit"] {
	cursor: pointer;
	background-color: #524d4e;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFFFFF;
	padding: 2px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #797374;
	border-right-color: #1c1919;
	border-bottom-color: #1c1919;
	border-left-color: #797374;
	outline:none;
	width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input[type="button"], input[type="submit"] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

input[type="button"]:active, input[type="submit"]:active {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #1c1919;
	border-right-color: #797374;
	border-bottom-color: #797374;
	border-left-color: #1c1919;
}

select {
	cursor: pointer;
	background-color: #231f20;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #a1989a;
	padding: 2px 5px;
	border:solid 1px #4b4547;
	outline:none;
    overflow: visible;

}

/*----------Default tags-----------*/
a{outline:none;}
.floatleft{float:left}
.floatright{float:right}
.floatnone{float:none}
.clearboth{clear:both;}
.clearright{clear:right;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.bold{font-weight:bold;}
.italic{font-style: italic;}
.capitalize{text-transform:capitalize;}
.uppercase{text-transform: uppercase;}
.lowercase{text-transform:lowercase;}
.underline{text-decoration:underline;}
.strike{text-decoration:line-through;}
.middle{ vertical-align:middle;}

/*----fonts sizes---------*/
.font10{ font-size:10px;}
.font11{ font-size:11px;}
.font12{ font-size:12px;}
.font13{ font-size:13px;}


/*----links------------*/
.link{text-decoration:underline;}
.link:hover{text-decoration:none;}
.link_none{text-decoration:none;}
.link_none:hover{text-decoration:underline;}
.black{color:#000;}
.white{color:#fff;}
.red{color:#FF0000;}
.darkgrey{color:#333;}
.lightgrey{color:#797374;}
/*----widths-----------*/
.w100p{width:100%}
.w40{width:40px;}
.w90{width:90px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w210{width:210px;}
.w250{width:250px;}
.w300{width:300px;}
.w310{width:310px;}
.w400{width:400px;}
.w412{width:412px;}
.pad_top_5{padding-top:5px;}
.mrg_top_5{margin-top:5px;}
.mrg_bot_5{margin-bottom:5px;}
.mrg_top_10{margin-top:10px;}
.mrg_r57{margin-right:57px;}
.mrg_r13{margin-right:13px;}
.mrg_r2{margin-right:2px;}
.mrg_r_member{margin-right:21px;}
.mrg_r_14{margin-right:14px;}

/*---------------------*/
/*----Layout-----------*/
.home_bg{background:#231f20 url(../images/bg.gif) repeat-x top left; font-family:Arial, Helvetica, sans-serif;}
.in_bg{background:#231f20 url(../images/in_bg.gif) repeat-x top left; font-family:Arial, Helvetica, sans-serif;}
#wrapper{width:933px; margin:0 auto; min-height:500px;}

/*----------button-----------*/
.btn{
	background:url(../images/main_btns.png) left top no-repeat;
	float:left;
	padding:0 0 0 7px;
	cursor:pointer;
	margin-right:14px;
}
.btn span{
	background:url(../images/main_btns.png) right top no-repeat;
	padding:4px 7px 5px 0px;
	float:left;
	color:#FFF;
	margin-right:-7px;
}

.btn:hover{background:url(../images/main_btns.png) left bottom no-repeat;}
.btn:hover span{background:url(../images/main_btns.png) right bottom no-repeat;}
/*headings*/
.page_heading{font-size:18px; color:#FFF; margin-bottom:10px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; float:left; width:921px; margin:15px 0;}


/*---------------------*/
/*----header-----------*/
.header{padding:10px 0; float:left; width:100%}
.header .logo{float:left;}
.header .navigation{float:right; text-align:right; margin-top:40px;}
.header .navigation .sub_nav{font-size:11px; color:#000; float:right; text-align:right; width:100%; clear:both; margin-bottom:20px;}
.header .navigation .sub_nav a{font-size:11px; color:#000; text-decoration:none;}
.header .navigation .sub_nav a:hover{color:#524d4e; text-decoration:underline;}
.header .navigation .nav{font-size:14px; color:#000; float:right; text-align:right; width:100%; clear:both; position:relative; z-index:1000;}
.header .navigation .nav a.main_nav{font-size:14px; color:#000; text-align:right; width:100%; clear:both; text-decoration:none; font-weight:bold; margin-left:10px; }
.header .navigation .nav a.main_nav:hover{text-decoration:underline;}
/*--Content--*/
.content_div{width:100%; float:left; padding-bottom:15px;}
.left_panel{float:left; width:611px;}
.left_panel .content{float:left; width:581px; padding-right:30px; margin-bottom:15px;}
.left_panel .content p{font-size:12px; color:#FFF; line-height:17px; margin-bottom:5px;}
.left_panel .content h3{margin-bottom:8px; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px;}
.left_panel .content .latest_episode{float:left; margin-right:10px; width:129px;}
.left_panel .le_c{float:left; width:430px;}
.right_panel{float:left; width:322px;}
.border{border:solid 1px #4b4547;}
.border:hover{border:solid 1px #FFF;}

.latest_videos{width:100%; padding:10px 0 20px 0; border-top:dashed 1px #524d4e; float:left; clear:both;}
.latest_videos .box{width:438px; float:left;}
.latest_videos .box h3{margin-bottom:8px; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px;}
.latest_videos .box .thumb {width:100px; float:left;}
.latest_videos .box .thumb a {float:left; color:#FFF; text-decoration:none; font-size:12px; margin-bottom:5px; text-align:center;}
.latest_videos .box .thumb a:hover {text-decoration:underline; }
.latest_videos .box .spacer{float:left; width:12px; height:98px;}
.latest_videos .spacer{float:left; width:12px; height:98px;}

.info_content{width:933px; padding:20px 0; float:left; color:#a1989a; clear:both; min-height:300px;}
.info_content p{color:#a1989a; font-size:12px;}
.info_content .banner{float:right; margin-left:10px; margin-bottom:10px;}
.info_content h2{font-size:18px; color:#FFF; margin-bottom:10px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px;}

/*--schedule--*/
/*.schedule{float:left; width:100%; clear:both; color:#a1989a;}
.schedule .episode{float:left; width:460px; margin-bottom:5px;  border-bottom: dashed 1px #4b4547; padding:10px 0 10px 0;}
.schedule .episode .left_panel{width:270px;}
.schedule .episode .left_panel img{border:solid 1px #4b4547;}
.schedule .episode .right_panel{width:170px;}
.schedule .episode .right_panel h3{font-size:15px; color:#FFF;}
.schedule .episode .right_panel p{font-size:12px;}*/


.schedule{float:left; width:100%; clear:both; color:#a1989a; border-bottom: dashed 1px #4b4547;}
.schedule .episode:first-child{float:left; width:460px; margin-bottom:5px; padding:10px 0 10px 0; margin-right:13px;}
.schedule .episode{float:left; width:460px; margin-bottom:5px; padding:10px 0 10px 0;}
.schedule .episode .left_panel{width:140px;}
.schedule .episode .left_panel img{border:solid 1px #4b4547;}
.schedule .episode .right_panel{width:310px;}
.schedule .episode .right_panel h3{font-size:15px; color:#FFF;}
.schedule .episode .right_panel p{font-size:12px;}


.schedule .sort_by{border:dashed 1px #4b4547; text-align:right; font-size:12px; padding:5px; width:923px; float:left; clear:both;}
.schedule .sort_by select{float:right; vertical-align:middle; margin-left:10px;}
.schedule .sort_by p{padding-top:5px; float:right;}
/*pagination*/
.pagination {float: left; width: 100%; 	clear: both; padding: 10px 0 10px 0;}
.pagination a {float:left; padding:5px;	color:#a1989a;	text-decoration:none; background: #231f20; margin-right:2px; font:11px Tahoma, Arial; border:1px solid #4b4547;}
.pagination a:hover {color:#a1989a; background:#000; border:1px solid #4b4547;}
.pagination span.selected {float:left; color: #a1989a; background: #000; border: 1px solid #4b4547;cursor:pointer; display:block; padding: 5px; font:11px Tahoma, Arial; margin-right:2px;}

/*---------------------*/
/*----footer-----------*/
#footer{width:100%; background:#000; float:left;}
.container{width:938px; margin:0 auto; color:#524d4e; font-size:12px;}
.container .newsletter{width:100%; padding:17px 0; border-bottom:dashed 1px #524d4e;}
.container .newsletter input[type="text"]{margin:0 5px; border:solid 1px #FFF; padding:2px;}
.container .banner{width:100%; padding:17px 0;}
.container .links{width:100%; margin-bottom:15px}
.container .links h3{margin-bottom:8px; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px;}
.container .links a{color:#524d4e; margin-right:10px;}
.container .bottom_links{width:100%; padding:10px 0 20px 0; border-top:dashed 1px #524d4e; line-height:20px;}
.container .bottom_links a{color:#524d4e; font-size:11px; text-decoration:none;}
.container .bottom_links a:hover{text-decoration:underline;}
.container .bottom_links p{color:#524d4e; font-size:11px;}

/*--form--*/
.form_div{width:590px; float:left; clear:both; color:#797374; font-size:12px;}
.form_div .form{width:100%; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; background:#1c1919;}
.form_div .form .col1{width:48%; float:left; padding:12px 5px 0 5px; text-align:right;}
.form_div .form .col2{width:48%; float:left; padding:5px;}
.form_div input[type="text"], .form_div input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#1c1919; color:#797374; width:200px;}
.form_div input[type="text"]:focus, .form_div input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374; width:200px;}

.form_div_full{width:933px; float:left; clear:both; color:#797374; font-size:12px;}
.form_div_full .form{width:100%; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; background:#1c1919;}
.form_div_full .form .col1{width:48%; float:left; padding:12px 5px 0 5px; text-align:right;}
.form_div_full .form .col2{width:48%; float:left; padding:5px;}
.form_div_full input[type="text"], .form_div_full input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#1c1919; color:#797374; width:200px;}
.form_div_full input[type="text"]:focus, .form_div_full input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374; width:200px;}
.form_div_full select, .form_div_full textarea{width:200px;  padding:5px; border: dashed 1px #4b4547; background:#1c1919; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.form_div_full select:focus, .form_div_full textarea:focus{width:200px;  padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/*---edit pofile-----*/
.edit_profile{width:720px; float:left; color:#797374; font-size:12px; margin-right:10px;}
.edit_profile .form_heading{width:710px; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; background:#000; padding:8px 5px;}
.edit_profile .form{width:100%; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px;}
.edit_profile .form .col1{width:20%; float:left; padding:12px 5px 0 5px; text-align:left;}
.edit_profile .form .col2{width:76%; float:left; padding:5px;}
.edit_profile .form .col3{width:96%; float:left; padding:5px 5px 0 5px; text-align:left;}
.edit_profile .form .col4{width:2%; float:left; padding:4px;}
.edit_profile .form .col5{width:94%; float:left; padding:5px;}
.edit_profile input[type="text"], .edit_profile input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#231f20; color:#797374;}
.edit_profile input[type="text"]:focus, .edit_profile input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374;}
.edit_profile select, .edit_profile textarea{padding:5px; border: dashed 1px #4b4547; background:#231f20; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.edit_profile select:focus, .edit_profile textarea:focus{padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}


.rightpanel{width:203px; float:left; color:#797374; text-align:center}
.rightpanel1{width:180px; float:left; color:#797374; text-align:left}

.right_links{width:181px; float:left; background:#000; color:#797374; border: solid 1px #4b4547; padding:10px; margin-bottom:10px; text-align:left;}
.right_links h3{width:100%; float:left; font-size:16px; margin-bottom:10px;}
.right_links ul{margin-bottom:15px;}
.right_links ul,.right_links li {width:100%; float:left; list-style:none; font-size:12px;}
.right_links ul a{float:left; border-top:dashed 1px #4b4547; text-decoration:none; color:#797374; width:170px; padding:4px 0 4px 11px; background:url(../images/right_links_arrow.png) 3px 8px no-repeat; }
.right_links ul a:hover{color:#FFF;}

/*--Recent Members*/
.left_content{width:730px; float:left;}
.recent_members{width:720px; float:left; color:#797374; font-size:12px; margin-right:10px;  margin-bottom:25px;} 
.recent_members h3{ font-size:14px; color:#fff; margin-bottom:10px; text-transform:uppercase; border-bottom:dashed 1px #4b4547; padding-bottom:5px;}
.recent_members .member{float:left; width:102px;}
.recent_members .member .image{float:left; width:100px; border:solid 1px #4b4547;}
.recent_members .member .title {float:left; width:102px; text-align:left; padding:5px 0;}

.discuss_inbox{width:100%; float:left; clear:both; }
.com_discuss{width:355px; float:left; }
.com_discuss h3{font-size:14px; color:#fff; margin-bottom:5px; text-transform:uppercase;}
.com_discuss ul{margin-bottom:5px;}
.com_discuss ul, .com_discuss li{font-size:12px; float:left; width:100%; list-style:none;}
.com_discuss ul a{float:left; border-bottom:dashed 1px #4b4547; text-decoration:none; color:#797374; width:340px; padding:4px 0 4px 11px; background:url(../images/right_links_arrow.png) 3px 8px no-repeat;} 
.com_discuss ul a:hover{color:#FFF;}


.discuss{width:100%; float:left; clear:both; }
.discuss h3{font-size:14px; color:#fff; margin-bottom:5px; text-transform:uppercase;}
.discuss ul{margin-bottom:5px;}
.discuss ul, .com_discuss li{font-size:12px; float:left; width:100%; list-style:none;}
.discuss ul a{float:left; border-bottom:dashed 1px #4b4547; text-decoration:none; color:#797374; width:708px; padding:4px 0 4px 11px; background:url(../images/right_links_arrow.png) 3px 8px no-repeat; margin-bottom:5px;} 
.discuss ul a:hover{color:#FFF;}

/*members page---*/
.all_members{width:730px; float:left;}
.all_members .heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF; margin-bottom:5px;}
.all_members .members{width:708px; float:left; color:#797374; font-size:12px; margin-right:10px; border:dashed 1px #4b4547; padding:5px; margin-bottom:10px;}
.all_members .members .image{float:left;width:100px; border:solid 1px #4b4547;}
.all_members .members .description{float:left;width:596px; padding-left:10px; }
.all_members .members .description h3 a{font-size:14px;}

.member_search{float:left; width:708px; background:#000; border:dashed 1px #4b4547; padding:5px; margin-bottom:10px; font-size:12px; color:#797374;}
.member_search h3{font-size:16px; margin-bottom:5px;}
.member_search .left_search{width:320px; float:left;}
.member_search .left_search2{width:100%; float:left;}
.member_search .right_search{width:388px; float:left;}
.member_search .right_search p{width:300px; float:left; margin-bottom:5px;}
.member_search .left_search p{width:300px; float:left; margin-bottom:5px;}
.member_search input[type="text"], .edit_profile input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#231f20; color:#797374;}
.member_search input[type="text"]:focus, .edit_profile input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374;}
.member_search select, .member_search textarea{padding:5px; border: dashed 1px #4b4547; background:#231f20; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.member_search select:focus, .member_search textarea:focus{padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.member_search .submit{float:left;clear:both; margin-top:5px; width:708px; }

.my_network_sort{border:dashed 1px #4b4547; text-align:right; font-size:12px; padding:5px; width:708px; float:left; clear:both; margin-bottom:10px;}
.my_network_sort select{float:right; vertical-align:middle; margin-left:10px;}
.my_network_sort p{padding-top:5px; float:right; color:#797374;}

.inbox{float:left; width:718px;}
.inbox .row{float:left; width: 100%; border-bottom: 1px dashed #4b4547; list-style:none;}
.inbox .row li{float:left;padding: 4px;}
.inbox .form2 {float: left;	width: 100%; padding-bottom: 5px;padding-top: 5px;border-bottom: 1px dashed #4b4547;}
.message_details{float:left; width:700px; font-size:12px; color:#a1989a; line-height:16px; margin-bottom:5px; padding:10px; border: solid 1px #4b4547; background:#1C1919;}
.message_details a{text-decoration:underline; color:#a1989a;}
/*---Profile---*/
.profile{float:left; width:100%; clear:both; margin-bottom:20px;}
.profile .image{float:left; width:156px; margin-right:10px;}
.profile .image img{border:solid 3px #d6d0c2;}
.profile .image a{background:#d6d0c2; border:solid 3px #d6d0c2; color:#000; float:left; width:150px; font-size:12px; text-align:center; text-decoration:none;}
.profile .content{float:left; border: 1px dashed #4b4547; width:540px; padding:5px; color:#d6d0c2;} 
.profile .content h3{font-size:14px; text-transform:uppercase; font-weight:bold; border-bottom: 1px dashed #4b4547; padding:5px 0; float:left; width:100%;}
.profile .column{width:100%; float:left; font-size:12px;}
.profile .column .col1{width:140px; float:left; padding:3px 0;}
.profile .column .col2{width:400px; float:left; padding:3px 0;}


.img_gallery{width:720px; float:left; color:#d6d0c2; font-size:12px; margin-right:10px; border-bottom:dashed 1px #4b4547; padding-bottom:5px; margin-bottom:25px;} 
.img_gallery h3{ font-size:14px; color:#fff; margin-bottom:10px; text-transform:uppercase;}
.img_gallery .member{float:left; width:102px;}
.img_gallery .member .image{float:left; width:100px; border:solid 1px #4b4547;}
.img_gallery .member .title {float:left; width:102px; text-align:left; padding:5px 0;}



/*---Episodes----*/
.episode_info{color:#d6d0c2; font-size:12px;}
.episodes{float:left; width:100%; clear:both; color:#a1989a; margin-top:10px;}
.episodes .heading{border-bottom: dashed 1px #4b4547; float:left;width:100%; margin-bottom:5px; padding-bottom:5px; }
.episodes .heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF;}
.episodes .heading .right_buttons{float:right;}
.episodes .episode{float:left; width:302px; margin-bottom:5px;  padding:10px 0 10px 0;}
.episodes .episode .left_panel{width:130px; margin-right:10px;}
.episodes .episode .left_panel img{border:solid 1px #4b4547; }
.episodes .episode .right_panel{width:160px;}
.episodes .episode .right_panel h3{font-size:15px; color:#FFF;}
.episodes .episode .right_panel p{font-size:12px; line-height:18px;}


.episodes2{float:left; width:720px; clear:both; color:#a1989a; margin-top:10px; margin-right:10px;}
.episodes2 .heading{border-bottom: dashed 1px #4b4547; float:left;width:100%; margin-bottom:5px; padding-bottom:5px; }
.episodes2 .heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF;}
.episodes2 .heading .right_buttons{float:right; width:200px; font-size:12px; text-align:right;}
.episodes2 .my_videos{float:left; width:342px; margin-bottom:5px;  padding:10px 0 10px 0;}
.episodes2 .my_videos .left_panel{width:130px; margin-right:10px;}
.episodes2 .my_videos .left_panel img{border:solid 1px #4b4547; }
.episodes2 .my_videos .right_panel{width:200px;}
.episodes2 .my_videos .right_panel h3{font-size:15px; color:#FFF;}
.episodes2 .my_videos .right_panel p{font-size:12px; line-height:18px;}


.athlete{float:left; width:720px; clear:both; color:#a1989a; margin-top:6px; margin-right:10px; border-bottom: dashed 1px #4b4547;   margin-bottom:10px; padding-bottom:10px; }
.athlete .heading{float:left;width:100%;}
.athlete .heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF;}
.athlete .heading .right_buttons{float:right; width:200px; font-size:12px; text-align:right;}
.athlete .my_videos{float:left; width:342px; margin-bottom:5px;  padding:10px 0 0px 0;}
.athlete .my_videos .left_panel{width:130px; margin-right:10px;}
.athlete .my_videos .left_panel img{border:solid 1px #4b4547; }
.athlete .my_videos .right_panel{width:200px;}
.athlete .my_videos .right_panel h3{font-size:15px; color:#FFF;}
.athlete .my_videos .right_panel p{font-size:12px; line-height:18px;}


.athlete .links a{font-size:12px; text-decoration:underline; color:#a1989a; }
.athlete .links a:hover{text-decoration:none;}

/*--Sports--*/

.sports{float:left; width:720px; clear:both; color:#a1989a;margin-right:10px; border-bottom:dashed 1px #4b4547; padding-bottom:5px; margin-bottom:10px;}
.sports h3 {color:#FFF;text-decoration:none; font-size:14px; margin-bottom:5px;}
.sports h3 a{color:#FFF;text-decoration:none; font-size:14px;}
.sports .image {float:left;margin-right:10PX;}
.sports .image a{float:left; border:solid 1px #4b4547;}
.sports .image a:hover{border:solid 1px #FFF;}
.sports .desc{font-size:12px; float:left; width:508px;}
.sports .desc h4{font-size:12px;}
.sports .desc p {padding-bottom:8px;}
.sports .desc p a{font-size:12px; text-decoration:underline; color:#a1989a; }
.sports .desc p a:hover{text-decoration:none;}
/*----------------------*/
/*---Slideshow---------*/
.slideshow{float:left; width:933px; height:232px; margin-bottom:28px; position:relative;}
.slideshow #slider{width:933px; height:232px; overflow:hidden; float:left; background:#000; clear:both; border: solid 1px #4b4547;}
.slideshow #slider ul{float:left; width:100%}
.slideshow #slider ul li{float:left; margin-left:0px;}
#slider li.slide1 .content{width:931px; height:230px;}

/*--Easy Slider--*/
#prevBtn, #nextBtn,
#slider1next, #slider1prev{display:block; width:30px; height:77px; position:absolute; left:-30px; top:71px;	z-index:2;}
#nextBtn, #slider1next{left:696px;}												
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{display:block; position:relative; width:30px; height:77px; background:url(../images/btn_prev.gif) no-repeat 0 0;}	
#nextBtn a, #slider1next a{background:url(../images/btn_next.gif) no-repeat 0 0;}	
/*--numeric controls--*/
ol#controls{float:right; margin-top:-25px; text-align:center;  position:relative;}
ol#controls li {margin:0 5px 0 0; padding:0; float:left; list-style:none;}
ol#controls li a{float:left; width: 17px; height: 15px; background:#000; color:#FFF; border:solid 1px #FFF; font-size:12px; text-decoration:none; font-weight:bold;}
ol#controls li.current a {width: 17px; height: 15px; background:#FFF; color:#000; text-decoration:none; border:solid 1px #FFF;  font-weight:bold;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/*--Easy Slider--*/

.video_player{float:left; width:100%; margin-top:10px; margin-bottom:10px;height:400px; background:#000;}
.video_player2{float:left; width:720px; margin-bottom:10px; background:#000; margin-right:10px;overflow:hidden;}
.comments{float:left; width:710px; clear:both; border: solid 1px #4b4547; padding:5px; font-size:12px; margin-bottom:5px; color:#000; background:#a1989a;}


.discussions{ font-size:12px; color:#797374;}
.discussions .title{width:100%; border: dashed 1px #4b4547; margin-bottom:3px; background:#1c1919;}
.discussions .title td{padding:5px;}

.notifications{width:708px; float:left; color:#797374; font-size:12px; margin-right:10px; border:dashed 1px #4b4547; padding:5px; margin-bottom:10px; background:#000;}
.notifications .image{float:left;width:50px; border:solid 1px #4b4547;}
.notifications .description{float:left;width:596px; padding-left:10px; }
.notifications .description h3 a{font-size:14px;}

.blog_details{float:left; width:700px; font-size:12px; color:#a1989a; line-height:16px; margin-bottom:10px; padding:10px; border: solid 1px #4b4547; background:#1C1919;}
.blog_details h3{border-bottom:dashed 1px #4b4547; padding-bottom:5px; margin-bottom:10px; }
.blog_details h3 a{text-decoration:none; color:#a1989a;}
.blog_details h3 a:hover{text-decoration:underline; color:#a1989a;}
.blog_details a{text-decoration:underline; color:#a1989a;}

.error{font-size:12px; color:#fff;padding:5px 0;}


.question{float:left; padding:5px; width:710px; font-size:12px; background:#d6d0c2;border:1px dashed #4B4547; margin-bottom:5px;}
.question a{color:#231f20; text-decoration:none;}
.question a:hover{color:#000;}
.question .answer{ width:710px; color:#231f20; border-top:1px solid #4B4547; float:left; padding:5px 0;}


.question ul{list-style:none;}

.w315{width:315px;}




.form_contactinfo{width:280px; float:left; color:#797374; font-size:12px; border: dashed 1px #4b4547; background:#1c1919; margin-right:10px; padding:10px; line-height: 18px; min-height:340px;}
.form_contactinfo a{color:#FFF;}
.form_div_contact{width:620px; float:left; color:#797374; font-size:12px;}	
.form_div_contact .form{width:100%; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; background:#1c1919;}
.form_div_contact .form .col1{width:48%; float:left; padding:12px 5px 0 5px; text-align:right;}
.form_div_contact .form .col2{width:48%; float:left; padding:5px;}
.form_div_contact input[type="text"], .form_div_contact input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#1c1919; color:#797374; width:200px;}
.form_div_contact input[type="text"]:focus, .form_div_contact input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374; width:200px;}
.form_div_contact select, .form_div_contact textarea{width:200px;  padding:5px; border: dashed 1px #4b4547; background:#1c1919; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.form_div_contact select:focus, .form_div_contact textarea:focus{width:200px;  padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

.episode11{float:left; width:935px; clear:both; color:#a1989a;margin-right:10px; border-bottom:dashed 1px #4b4547; padding-bottom:5px; margin-bottom:10px;}


.social_media{padding-top:10px; text-align:center;}
.social_media h4{color:#FFF; font-size:12px; padding-bottom:5px;}

.pic_gallery{width:700px; color:#231f20; border:1px dashed #4B4547; float:left; padding:10px;}
.pic_box{float:left; margin-bottom:10px;}
.pic_box .heading{float:left; font-size:12px; color:#FFF; width:100%; margin-bottom:3px;}
.pic_box img{float:left; clear:both;}
.pic_box .buttons{float:left; clear:both; text-decoration:underline;}
.pic_box .buttons a{color:#FFF; text-decoration:underline;}
.pic_box .buttons a:hover{text-decoration:none;}





/*----------------------*/
/*--10 september--*/
/*----------------------*/

.store_search{float:left; width:708px; background:#000; border:dashed 1px #4b4547; padding:5px; margin-bottom:10px; font-size:12px; color:#797374;}
.store_search h3{font-size:16px; margin-bottom:5px;}
.store_search .left_search{width:708px; float:left;}
.store_search .left_search p{width:300px; float:left; margin-bottom:5px;}
.store_search input[type="text"], .edit_profile input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#231f20; color:#797374;}
.store_search input[type="text"]:focus, .edit_profile input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374;}
.store_search select, .store_search textarea{padding:5px; border: dashed 1px #4b4547; background:#231f20; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.store_search select:focus, .store_search textarea:focus{padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.store_search .submit{float:left;clear:both; margin-top:5px; width:708px; }

.products_box{float:left; width:720px; clear:both; color:#a1989a; margin-top:10px; margin-right:10px;}
.products_box .heading{border-bottom: dashed 1px #4b4547; float:left;width:100%; margin-bottom:5px; padding-bottom:5px; }
.products_box .heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF;}
.products_box .heading .right_buttons{float:right; width:200px; font-size:12px; text-align:right;}
.products_box .products {float:left; width:342px; margin-bottom:5px; padding:10px 0 10px 0;}
.products_box .products .left_panel{width:130px; margin-right:10px;}
.products_box .products .left_panel img{border:solid 1px #4b4547; }
.products_box .products .right_panel{width:200px;}
.products_box .products .right_panel h3{font-size:15px; color:#FFF;}
.products_box .products .right_panel p{font-size:12px; line-height:18px;}

.mrg_bot_15{margin-bottom:15px;}

.product_details{float:left; width:720px; clear:both; color:#a1989a; margin-top:6px; margin-right:10px;}
.product_details .heading{float:left;width:100%;}
.product_details .heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF;}
.product_details .left_panel{width:202px; margin-right:10px; float:left;}
.product_details .left_panel .primage{width:202px; float:left; margin-bottom:8px;}
.product_details .left_panel .thumbs{width:202px; float:left; margin-bottom:8px;}
.product_details .left_panel .thumbs img:first-child {margin-right:8px;}
.product_details .left_panel img{border:solid 1px #4b4547; }
.product_details .right_panel{width:500px; float:left;}
.product_details .right_panel h3{font-size:15px; color:#FFF;}
.product_details .right_panel p{font-size:12px; line-height:16px;}
.product_heading {border-bottom: dashed 1px #4b4547; float:left;width:100%; margin-bottom:5px; padding-bottom:5px; padding-top:10px;}
.product_heading h3{float:left; font-size:14px; background:url(../images/bull_arrow.png) left no-repeat ; padding-left:12px; color:#FFF;}
.bot_cart{border-bottom: dashed 1px #4b4547; float:left;width:100%; margin-bottom:5px; padding-bottom:5px; font-size:12px;}

.cart_box{font-size:12px; color:#797374; float:left; width:720px;}
.cartitems{font-size:12px; color:#797374; float:left; width:720px;}
.cartitems .row{float:left; width:100%; border-bottom:dashed 1px #4b4547; margin-bottom:10px; padding-bottom:5px;}
.cartitems .row .c1{float:left; width:20%;}
.cartitems .row .c2{float:left; width:30%; padding:0 1%;}
.cartitems .row .c3{float:left; width:20%;}
.cartitems .row .c4{float:left; width:5%;}
.cartitems .row .c4 input{width:30px;}
.cartitems .row .c5{float:left; width:13%; text-align:center;}
.cartitems .row .c6{float:left; width:10%; text-align:center;}
.cart_box .cartitems .row .text{float:left; width:72%;}
.cart_box .cartitems .row .text textarea{width:650px; font-size:12px;}

.cart_box2{font-size:12px; color:#797374; float:left; width:720px;}
.cartitems2{font-size:12px; color:#797374; float:left; width:720px;}
.cartitems2 .row{float:left; width:100%; border-bottom:dashed 1px #4b4547; margin-bottom:10px; padding-bottom:5px;}
.cartitems2 .row .c1{float:left; width:20%;}
.cartitems2 .row .c2{float:left; width:33%; padding:0 1%;}
.cartitems2 .row .c3{float:left; width:20%;}
.cartitems2 .row .c4{float:left; width:5%;}
.cartitems2 .row .c5{float:left; width:13%; text-align:center;}
.cart_box2 .cartitems2 .row .text{float:left; width:72%;}
.cart_box2 .cartitems2 .row .text textarea{width:650px; font-size:12px;}


/*---edit pofile-----*/
.edit_profile2{width:720px; float:left; color:#797374; font-size:12px; margin-right:10px;}
.edit_profile2 .form_heading{width:710px; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; background:#000; padding:8px 5px;}
.edit_profile2 .form{width:100%; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px;}
.edit_profile2 .form .col1{width:30%; float:left; padding:12px 5px 0 5px; text-align:left;}
.edit_profile2 .form .col2{width:66%; float:left; padding:5px;}
.edit_profile2 input[type="text"], .edit_profile2 input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#231f20; color:#797374;}
.edit_profile2 input[type="text"]:focus, .edit_profile2 input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374;}
.edit_profile2 select, .edit_profile2 textarea{padding:5px; border: dashed 1px #4b4547; background:#231f20; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.edit_profile2 select:focus, .edit_profile2 textarea:focus{padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/*---edit pofile-----*/
.edit_billing{width:720px; float:left; color:#797374; font-size:12px; margin-right:10px;}
.edit_billing .form_heading{width:710px; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; background:#000; padding:8px 5px;}
.edit_billing .form{width:100%; float:left; clear: both; margin-bottom:3px;}
.edit_billing .form ul{width:100%; float:left; clear: both; border: dashed 1px #4b4547; margin-bottom:3px; list-style:none;}
.edit_billing .form .col1{width:30%; float:left; padding:12px 5px 0 5px; text-align:left;}
.edit_billing .form .col2{width:66%; float:left; padding:5px;}

.edit_billing input[type="text"], .edit_billing input[type="password"]{border: dashed 1px #4b4547; padding:5px; background:#231f20; color:#797374; width:198px;}
.edit_billing input[type="text"]:focus, .edit_billing input[type="password"]:focus{border: dashed 1px #4b4547; padding:5px; background:#FFF; color:#797374;}
.edit_billing textarea{padding:5px; border: dashed 1px #4b4547; background:#231f20; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif; width:198px;}
.edit_billing select:focus, .edit_billing textarea:focus{padding:5px; border: dashed 1px #4b4547; background:#FFF; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.edit_billing select{padding:5px; border: dashed 1px #4b4547; background:#231f20; color:#797374; font-size:12px; font-family:Arial, Helvetica, sans-serif; width:210px;}

.billing_info{width:50%; float:left;}
.thanks{ width:700px; float:left; color:#797374; font-size:12px; margin-bottom:10px; border: dashed 1px #4b4547; padding:10px;}

.order_box{font-size:12px; color:#797374; float:left; width:720px;}
.orderitems{font-size:12px; color:#797374; float:left; width:720px;}
.orderitems .row{float:left; width:100%; border-bottom:dashed 1px #4b4547; margin-bottom:10px; padding-bottom:5px;}
.orderitems .row .c1{float:left; width:15%;}
.orderitems .row .c2{float:left; width:25%;}
.orderitems .row .c3{float:left; width:15%;}
.orderitems .row .c4{float:left; width:15%;}
.orderitems .row .c4 input{width:30px;}
.orderitems .row .c5{float:left; width:15%; text-align:center;}
.orderitems .row .c6{float:left; width:15%; text-align:center;}
.orderitems a{color:#797374; text-decoration:underline;}
.orderitems a:hover{color:#797374; text-decoration:none;}


.addtocart{width:100%; clear:both; font-size:12px; margin-bottom:10px; line-height:18px;}
.addtocart .product_img{ text-align:center; margin-right:10px; border:1px solid #3dc0c1; padding:5px; margin-bottom:10px;}
.addtocart .product_description{width:100%; text-align:center;}
.addlinks{float:left; width:100%;text-align:center;}
.addlinks a{background:#721202; color:#FFFFFF; font-size:10px; font-weight:bold; padding:5px 10px 5px 10px; text-decoration:none; text-transform:uppercase; margin-right:1px;}

.errorbox{float:left; width:100%;}
.errorlog{font-size:12px; color:#797374; float:left; width:921px;}
.errorlog .row{float:left; width:100%; border-bottom:dashed 1px #4b4547; margin-bottom:10px; padding-bottom:5px;}
.errorlog .row .c1{float:left; width:5%; padding-right:1%;}
.errorlog .row .c2{float:left; width:15%; padding-right:2%; overflow:hidden;}
.errorlog .row .c3{float:left; width:40%; padding-right:1%;}
.errorlog .row .c4{float:left; width:20%; padding-right:1%;}
.errorlog .row .c5{float:left; width:15%; text-align:center;}
.errorlog a{color:#797374; text-decoration:underline;}
.errorlog a:hover{color:#797374; text-decoration:none;}







