.CartExpectedReleaseDate {
	font-style: italic;
	font-size: 11px;
}

.OrderItemList .ExpectedReleaseDate {
	display: block;
	font-size: 11px;
}

.CartContents .ExpectedReleaseDate {
	font-size: 11px;
	padding-left: 20px;
}

.ProductMain table.ExpectedReleaseDate {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px
}

.ProductMain table.ExpectedReleaseDate td {
	padding: 6px;
	border: solid 1px;

	/* default colours to be overridden, as needed, by templates */
	background-color: #FFF1A8;
	border-color: #E8B541;
	color: #353535;
}

.BrandCloud {
	overflow-x: hidden;
}

.CartProductFields dt {
	font-weight: bold;
	clear: left;
}

.CartProductFields dd {
	margin-left: 50px;
}

.ProductPrice .CatalogPriceExTax,
.ProductList em .CatalogPriceExTax,
.ProductPrice .ProductDetailsPriceExTax,
.ProductList em .ProductDetailsPriceExTax {
	display: block;
	color: #777;
}

.CartContents .ItemShipping th.ItemShippingDescription {
	text-align: left;
}

.CartContents .ItemShipping th {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 6px 10px;
}

.CartContents .ItemShipping:first-child th {
	border-top: none;
}

.CartContents tbody td,
.CartContents tfoot td {
	padding: 6px 10px;
	vertical-align: top;
}

.CartContents tfoot .SubTotal td {
	border-top: 1px solid;
	text-align: right;
	font-weight: bold;
}

.OrderShipments .DateShipped {
	white-space: nowrap;
	width: 20%;
}

.OrderShipments .ShippingMethod {
	width: 55%;
}

.OrderShipments .TrackingNumber {
	white-space: nowrap;
	width: 25%;
}

div.FacebookLikeButtonContainer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.FacebookLikeButtonContainer iframe {
	width: 100%;
	height: 65px;
	border: none;
	overflow: hidden;
}

.HorizontalFormContainer p.Submit {
	margin-top: 10px;
}
#sabit-footer {
	position: fixed;
	bottom: 0px;
	margin:0;
	left:0;
	right:0;
	width: 100%;
	min-width:980px;
	height: 40px;
	background-color: #161616;
	border-top: 2px solid #5DAAEB;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	z-index:9999;
}

/* General typography stylings, paragraphs and H2 tags */

#sabit-footer h2 {
	font-size:24px;
	line-height:24px;
	color:#FF6600;
	letter-spacing:-1px;
	font-weight:400;
	padding:0px 10px 0px 10px;
	margin:12px 0;
}
#sabit-footer p {
	color:#cccccc;
	font-size:12px;
	padding:0 10px 0 10px;
	line-height:18px;
	float:left;
	margin:10px 0;
}
#sabit-footer img {
	border:none;
}
#sabit-footer a {
	color:#FF6600;
	text-decoration:none;
}
#sabit-footer li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}

#sabit-footer .strong { /* Forcing a bold text */
	font-weight:bold;
}
#sabit-footer .italic { /* Forcing an italic text */
	font-style:italic;
}
.clear { /* Use this class between rows of content when you use columns */
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Images containers */

#sabit-footer .imgshadow { /* Better style on dark background */
	background:#FFFFFE;
	padding:4px; /* Makes the light borders thanks to the background color */
	border:1px solid #333333;
	margin-top:5px;
	/* CSS3 shadow */
	-moz-box-shadow:0px 0px 5px #111111;
	-webkit-box-shadow:0px 0px 5px #111111;
	box-shadow:0px 0px 5px #111111;
}
#sabit-footer .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 0px;
}
#sabit-footer .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 0px 5px 15px;
}

/* Black background text box */

#sabit-footer .black_box {
	background: rgba(0,0,0,0.6);
	padding:4px 6px 4px 6px;
	margin-bottom:6px;

	/* CSS 3 Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	/* CSS 3 Inset Shadow */
	-webkit-box-shadow:inset 0 0 5px #111111;
	-moz-box-shadow:inset 0 0 5px #111111;
	box-shadow:inset 0 0 5px #111111;
}

/* Social Icons */

#sabit-footer #social {
	float:left; /* Positionning of the social icons container */
	width:auto;
	margin:5px 15px 0px;
	padding:0px;
	overflow:hidden;
}
#sabit-footer #social li {
	margin-right:12px; /* 12px is the space between each one of them */
	_margin-right:0px; /* IE6 only */
	float:left;
	width:24px;
	padding:0px;
	height:32px;
	list-style:none;
}
#sabit-footer #social li:hover {
	margin-top:-1px; /* Icons move 1px up on hover, you can remove this if you don't like */
}

/* Tooltips for social icons */

a.tooltip:hover {
	text-decoration:none;
}
/* The "span" defines the text appearing on mouse hover, these are basic stylings */
a.tooltip span {
	display:none;
	padding:5px;
	bottom:44px;
	position:relative;
	width:55px;
	text-align:center;
	/* CSS3 Rounded Corners */
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.tooltip:hover span {
	display:block;
	position:absolute;
	border:1px solid #161616;
	color:#dddddd;
	font-size:12px;
	margin-left:-20px;
	background:#191919; /* Fallback color for older browsers */
	background:rgba(0,0,0,0.3);
}



/*  _______________________________________

	02 FOOTER - DROP DOWN MENU (DROP UP)
    _______________________________________  */



#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
}
#footer_menu li {
	list-style: none;
	float: left;
	font-size:14px;
	padding: 12px 14px 14px 14px;
	
	/* CSS3 Stylings - Glass effct */
	border-right:1px solid rgba(0,0,0,0.4);

}
#footer_menu li:hover {
	background:#202020; /* Fallback color for older browsers */
	background: rgba(0,0,0,0.3);
}
#footer_menu li a {
	display: block;
	color: #cccccc;
	text-decoration: none;
}
#footer_menu li a:hover {
	color: #ffffff;
}
#footer_menu .imgmenu { /* Used for the home item, text is here hidden and replaced by an image */
    padding:5px 8px 0px 14px;
    border:none;
    background:none;
	border-right:1px solid rgba(0,0,0,0.4);
}
#footer_menu .imgmenu a { /* Used for the home item, text is here hidden and replaced by an image */
    background:url("../../../img/home.png") top left no-repeat;
    width:36px;
    height:30px;
}

#footer_menu li.imgmenu:hover {
    background:none;
}
#footer_menu li.imgmenu a:hover {
    background:url("../../../img/home2.png") top left no-repeat;
}
#footer_menu .tel { /* Used for the home item, text is here hidden and replaced by an image */
    padding:5px 8px 0px 14px;
    border:none;
    background:none;
	border-right:1px solid rgba(0,0,0,0.4);
}
#footer_menu .tel a { /* Used for the home item, text is here hidden and replaced by an image */
    background:url("../../../img/phone.png") top left no-repeat;
    height:30px;
	font-size:14px;
	padding: 8px 10px 14px 34px;
}

#footer_menu li.tel:hover {
    background:none;
}
#footer_menu li.tel a:hover {
    background:url("../../../img/phone.png") top left no-repeat;
}

/* Drop Up */

/* You may have heard about drop down menus, the principle is here the same except that
   the content is going up instead of down */
   
#footer_menu li ul.dropup {
   display: none; 
   width: 200px; /* Width for Opera */
}
#footer_menu li:hover ul.dropup  {
	display: block;
	position: absolute;
	margin: 0 0 0 -15px;
	bottom:40px; /* Distance to the bottom of the browser */
	border: 1px solid #111111;
	border-bottom:none;
	background:#191919; /* Fallback color for older browsers */
	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#footer_menu li:hover li { /* Drop up default lists */
	float: none;
	background:none;
	border:none;
	border-bottom:1px solid #161616;
	padding:12px 10px 12px 10px;
}
#footer_menu li:hover a {
	color: #aaaaaa;
}
#footer_menu li:hover a:hover {
	color: #eeeeee;
}
#footer_menu li:hover p {
	margin:6px 0;
}

/* Right Panel */

#footer_menu .right { /* Use the right class to push the content to the right */
	float:right;
	right:0px;
	margin-right:2px;
	border-right:none;
	border-left:1px solid rgba(0,0,0,0.3);
	background:url(../../../img/online-destek.png) no-repeat 5px 5px;
	padding-left:50px;
	

}
#footer_menu .right a {
	font-weight:bold;
}
#footer_menu li.right:hover {
    background:url(../../../img/online-destek.png) no-repeat 5px 5px;
}


/*  _______________________________________

	03 FOOTER - COLUMNS CONTENT
    _______________________________________  */



/* Following the principles of the 960 grid, we define here 3 containers
   which can contain from 1 to 3 columns */
   
#sabit-footer .dropdown_1column, 
#sabit-footer .dropdown_2columns, 
#sabit-footer .dropdown_3columns {
	margin:4px auto;
	position:absolute;
	padding:10px 5px 10px 5px;
	display:none;
	text-align:left;
}

/* Drop Downs Sizes */

#sabit-footer .dropdown_1column {width: 140px;}
#sabit-footer .dropdown_2columns {width: 280px;}
#sabit-footer .dropdown_3columns {width: 420px;}

/* Showing Drop Down on Mouse Hover - Left aligned */

#footer_menu li:hover .dropdown_1column, 
#footer_menu li:hover .dropdown_2columns, 
#footer_menu li:hover .dropdown_3columns {
	display: block;
	position: absolute;
	margin: 0 0 0 -15px;
	bottom:40px;
	border: 1px solid #111111;

	background:#191919; /* Fallback color for older browsers */

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;

}

/* Columns sizes, they have to be placed within a dropdown_columns DIV */

#sabit-footer .col_1,
#sabit-footer .col_2,
#sabit-footer .col_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
#sabit-footer .col_1 {width:130px;}
#sabit-footer .col_2 {width:270px;}
#sabit-footer .col_3 {width:410px;}
#sabit-footer .col_3 input {padding:5px;}

/* Lists stylings */

#footer_menu li ul.simple { /* Reset stylings for other lists inside columns */
	margin-left:5px;
}
#footer_menu li ul.simple li {
	border:none;
	padding:0px;
	width:120px;
	line-height:24px;
	margin-left:5px;
}
#online_destek {
	background: url("../../../img/online_destek.png") no-repeat 0px 0px; left: -155px; top: 174px; width: 203px; height: 203px; display: block; position: absolute; z-index: 999;
}
#online_destek:link {
	background: url("../../../img/online_destek.png") no-repeat 0px 0px; left: -155px; top: 174px; width: 203px; height: 203px; display: block; position: absolute; z-index: 999;
}
#online_destek:visited {
	background: url("../../../img/online_destek.png") no-repeat 0px 0px; left: -155px; top: 174px; width: 203px; height: 203px; display: block; position: absolute; z-index: 999;
}