/* .1 */
@import url("http://www.awesomemountain.com/hosting/soulcycle/css/extrastyles.css");

*{
	margin: 0;
	padding: 0;
}

body 
{	
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #333;
	background-color: #f2f2f2;
	background-image: url(../Soulcycle_Images/bg.jpg);
	}

form#aspnetForm{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(../Soulcycle_Images/background.png);
}

table
{
    width: 100%;
    border-collapse: collapse;
    border-color: #bfbfbf !important;
}

td{
	vertical-align: top;
	color: #fff;
}



/* Remove border below header */
table>tbody>tr>td{
	border: none !important;
}



/* ----LINKS--- */

a:link, a:visited{
	color: #333;
	text-decoration: none;
}

a:hover, a:visited:hover{
	 color: #27c4b9;
}

.HOMECONTENT a, .ARTICLEDETAILS a, .ARTICLEDETAILS a, a#ctl00_ContentPlaceHolder1_hl_back_to_overview {
	color: #27c4b9;
}

.HOMECONTENT a:hover, .ARTICLEDETAILS a:hover, .ARTICLEDETAILS a:hover, a#ctl00_ContentPlaceHolder1_hl_back_to_overview:hover{
	color: #999;
}


/* ----------- HEADER ------------ */

/* Login and search links */
a#ctl00_hl_my_account, a#ctl00_hl_shoppingcart{
	text-transform: capitalize;
	color: #fff;
}

a#ctl00_hl_my_account:hover, a#ctl00_hl_shoppingcart:hover{
	text-decoration: underline;
}

a#ctl00_hl_my_account{
	padding-right: 17px;
	border-right: 1px solid #fff;
}

/* Home button */
a#ctl00_hl_home{
	color: white;
	font-weight: bold;
	background-image: url(../Soulcycle_Images/home_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;	
	padding-top: 2px;
	text-transform: capitalize;
}

a#ctl00_hl_home:hover{
	text-decoration: underline;
}

/* searchfield */
input#ctl00_UcProductSearch1_txt_search{
	background-color: #fff;
	border: none;
	height: 25px;
	width: 115px !important;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 0px 5px;
	color: #333;
}

/* magnifying glass */
input#ctl00_UcProductSearch1_ibSearch {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


/* ----------- LEFT MENU ------------ */

table.LEFTMENU td, table>tbody>tr>td>table>tbody>tr>td{
	padding-left: 0px !important;
}

table.LEFTMENU td{
	padding-bottom: 2px;
}

a.ACTIVECAT{
	font-weight: bold;
	text-decoration: none;
}

/* ----------- RIGHT MENU ------------ */

table.RIGHTMENU td.RIGHTMENUITEM{
	padding-left: 10px !important;
}

table.RIGHTMENU{
	margin-top: 10px !important;
	border-left: 1px solid #d6d6d6 !important;
}

table.EVENTTABLE td{
	padding-left: 10px !important;
	border-left: 1px solid #d6d6d6 !important;
}

/* ----------- NAVIGATION ------------ */

td.NAVIGATION{
	padding-top: 16px;
	color: #333;
	text-transform: capitalize;
	font-size: 12px;
	padding-bottom: 20px;
}

td.NAVIGATION a{
	padding-top: 10px;
	color: #333;
	text-transform: capitalize;
	font-size: 12px;
}

td.NAVIGATION a:hover{
	color: #27c4b9;
}

td.PAGEDESC a{
	color: #333;
	font-size: 11px;
}

td.PAGEDESC a:hover{
	color: #27c4b9;
}

td.PAGEDESC a:active{
	
}

a.ACTIVEPAGE,a.ACTIVEEVENT{
	color: #27c4b9;
}	

a.ACTIVEPAGE{
	font-weight: bold;
}


/* ----------- PAGECONTENT ------------ */


/* Positioning fix */

div.image_wrapper{
	position: relative;
	top:-180px;
	left: -240px;
}

/* Page title */
td.PAGEDESC{
	text-transform: capitalize;
	padding-top: 16px !important;
	
	color: #27c4b9;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;

}


/* Product grid */

#ctl00_ContentPlaceHolder1_pnl_articles_table{
	padding-top: 10px;
}


table.SALESACTIONCONTENT{
	line-height: 14px;
	font-size: 11px;
}

td.SALESACTIONLEFT, td.SALESACTIONRIGHT{
	padding-bottom: 10px !important;
	color: #333;
}

td.SALESACTIONLEFT{
	font-weight: bold;
	padding-right: 10px !important;
	width: 70%;
}

td.SALESACTIONLEFT:hover{
	color:#27c4b9;
	cursor: pointer;
}

td.SPACINGCELL{
	width: 25px;
}

table.SALESACTIONCONTENT{
	width: 150px;
}

div#ctl00_ContentPlaceHolder1_pnl_product_details td{
	height: 19px !important;
	color: #333;
	}


.IMAGEMOUSEOVER, .EVENTMOUSEOVER{
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);	
}

/* product details */

td.ARTICLECONTENT{
	border-left: 1px solid #d6d6d6 !important;
	line-height: 1.5em;
	padding-left: 10px !important;
	font-size: 12px;
	color: #333;
}


/* ----------- ARTICLE ----------- */


/* Order field */


div#ctl00_ContentPlaceHolder1_pnl_product_details>table>tbody>tr>td>table>tbody{
	background-color: #f2f2f2;
}

div#ctl00_ContentPlaceHolder1_pnl_product_details>table>tbody>tr>td>table>tbody>tr>td{
	padding-left: 5px !important;
}

div#ctl00_ContentPlaceHolder1_pnl_order{
	padding-bottom: 19px;
	padding-left: 5px !important;
	border-bottom: 1px solid #bfbfbf;
	background-color: #f2f2f2;
}


/*related product */
div#ctl00_ContentPlaceHolder1_pnl_related_product, div#ctl00_ContentPlaceHolder1_pnl_related_product table{
	height: 160px;
	font-weight: bold;
	font-size: 11px;
	margin-top: -1px;
	background-color: #fff;
}



/* quantity input */
input#ctl00_ContentPlaceHolder1_txt_ord_qty{
	background-color: #d6d6d6;
	color: #333;
	text-align: center;
	border: none !important;
	height: 17px !important;
	width: 17px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	padding: 0px 2px 1px;
}


/* Buy button */

input.BUTTON{
	background-color: #ececec ;
	color: #333;
	font-size: 12px;
	padding: 3px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	border: 1px solid #999;
}

input.BUTTON:hover{
	cursor: pointer;
	background-color: #d6d6d6;
	color: #333;
	border: 1px solid #999;
}

input#ctl00_ContentPlaceHolder1_button_order{
	margin-top: 20px;
}

/* Stock report */

#ctl00_ContentPlaceHolder1_pnl_stock_report p{
	padding: 10px 0 10px 0;
}

#ctl00_ContentPlaceHolder1_pnl_stock_report td{
	color: #333;
}


/* ----------- EVENT ----------- */

td.PAGECONTENT p{
	color: #333;
}

/* ----------- HOMECONTENT ----------- */

td.HOMECONTENT{
	padding-top: 20px;
	color: #333;
}


/* ----------- BOTTOMMENU ----------- */

a.BOTTOMMENU{
	color: gray;
}

a.BOTTOMMENU:hover{
	color: #333;
}

/* ----------- TUMBLRRRRRR ----------- */


ol{
	list-style-type: none;
}

#blog{
	width: 500px;
}

#blog h2{
	color: #27c4b9;
}

.blog-info{
	color: #b2b2b2;
	font-style: italic;
	font-size: 11px;
	float: right;
	font-weight: normal;
	padding: 2px 5px;
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bottom{
	width: 500px;
	float: none;
	text-align: center;
}

/* json blog load */
.post{
	margin-bottom: 40px;
	width: 500px;
}

.tumblr_body{
	margin-bottom: 10px;
	color: #333;
	line-height: 18px;
}

.tumblr_body p{
	padding: 5px 0px 10px 0px;
}


.tumblr_title{
	font-weight: normal;
	font-size: 18px;
	color: #27c4b9;
	margin-bottom: 20px;
	float: left;
	width: 500px;
	line-height: 18px;
	clear: both;
}

.post-meta{
	font-size: 11px;
	color: #b2b2b2;
	font-style: italic;
	text-align: right;
	background-color: #f7f7f7;
	padding: 5px 10px 3px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	width: 480px;
}

.post-meta a, .post-meta a:visited{
	color: #b2b2b2;
}

.post-meta a:hover{
	text-decoration: underline;
}

/* New Footer */

#footer{
	background-color: #333;
	color: #d6d6d6;
	padding: 25px 40px;
	font-size: 10px;
	height: 130px;
	width: 855px;
	margin: 20px 0 0 12px;
	
}

#footer ul{
	list-style-type: none;
	float: left;
	margin-right: 20px;
	width: 220px;
}
	
#footer a{
	color: #d6d6d6;
}

#footer a:hover{
	text-decoration: underline;
}

#footer ul.footerlinks{
	float: right;
	width: 120px;
}


table td table td table td
{
	color: #000;
}
