﻿/*== MAIN ==*/
@media screen and (min-width: 950px){	
.main-table {
	display					: table;
	width					: 100%;
}
.main-table .main-row {
	display					: table-row;
}
.main-table .main-row .main-cell {
	display					: table-cell;
	padding					: 5px;
	vertical-align			: top;
}
}

/*== MAIN END ==*/
.module {
/*	background-color		: #fff;
	margin-bottom			: 10px;
	-webkit-border-radius	: 5px;
    -moz-border-radius		: 5px;
    border-radius			: 5px;
	*/
}
/*---- CATEGORYPRO ----*/
#categorypro {
	display					: block;
	position				: relative;
	z-index: 10;
}
#categorypro a {
	display					: block;
	color					: #444444;
	-webkit-transition		: all 0.4s ease 0s;
	transition				: all 0.4s ease 0s;
}
#categorypro a:hover {
	background-color		: #f2f2f2;
}
#categorypro .moduleTitle:before {
	display					: inline-block;
	padding					: 3px 5px;
	font-family				: "fontello";
	content					: '\e88e';
	font-size				: 11px;
}
#categorypro .Categories {
	display					: block;
}
#categorypro .Categories > ul {
	display					: block;
}
#categorypro .Categories > ul > li.main {
	display					: block;
	white-space				: nowrap;
	border-bottom			: 1px solid #ebeaea;
	position				: relative;
}
#categorypro .Categories > ul > li.main > a {
	display					: block;
	padding					: 10px;
	font-size				: 13px;
	-webkit-transition		: all 0.4s ease 0s;
	transition				: all 0.4s ease 0s;
}
@media screen and (min-width: 769px) and (max-width: 1920px){
#categorypro {
	display					: block !important;
}
}
@media screen and (min-width: 1000px){	
}
@media screen and (min-width: 800px) and (max-width: 900px){
#categorypro .Categories > ul > li.main > a {
	font-size				: 11px;
}
}
@media screen and (min-width: 768px) and (max-width: 800px){
#categorypro .Categories > ul > li.main > a {
	font-size				: 10px;
}
}
@media screen and (min-width: 480px) and (max-width: 768px){
#categorypro .Categories > ul > li.main > a {
	font-size				: 10px;
}
}
@media screen and (min-width: 321px) and (max-width: 480px){
#categorypro {
	display					: block;
	position				: relative;
	z-index					: 998;
	background-color		: #FFF;
	-webkit-box-shadow		: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow			: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow				: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}	
.homeproductButton {
	display					: block;
}
#categorypro .Categories > ul > li.main > a {
	font-size				: 11px;
}
}
@media screen and (max-width: 320px) and (min-width: 200px) {
.homeproductButton {
	display					: block;
}
#categorypro {
	display					: block;
	position				: relative;
	z-index					: 998;
	background-color		: #FFF;
	-webkit-box-shadow		: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow			: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow				: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}	
#categorypro .Categories > ul > li.main > a {
	font-size				: 11px;
}
}
#categorypro .Categories > ul > li.main:hover > a {
	background-color		: #f2f2f2;
}
#categorypro .Categories > ul > li.main > a:after {
	display					: inline-block;
	font					: normal normal normal 14px/1 FontAwesome;
	content					: "\f105";
	position				: absolute;
	top						: 9px;
	right					: 7px;
}
#categorypro .Categories > ul > li.main > .sub {
	display					: none;
	width					: 500px;
	padding					: 10px;
	background-color		: #fff;
	position				: absolute;
	top						: 0px;
	left					: 100%;
}
#categorypro .Categories > ul > li.main:hover > .sub {
	display					: block;
}
#categorypro .Categories > ul > li.main > .sub > .subTitle {
	display					: block;
	text-align				: center;
	padding					: 5px 0;
	margin-bottom			: 10px;
	background-color		: #f2f2f2;
	font-size				: 13px;
}
#categorypro .Categories > ul > li.main > .sub > #sub-left {
	width: 51%;
	height					: 250px;
	float					: left;
	overflow				: auto;
}
#categorypro .Categories > ul > li.main > .sub > #sub-left > ul > li {
	display					: block;
	border-bottom			: 1px solid #ebeaea;
}
#categorypro .Categories > ul > li.main > .sub > #sub-left > ul > li > a {
	display					: block;
	padding					: 5px;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right {
	width: 49%;
	float					: right;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right .s_categories_img {
	display					: block;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right .s_categories_img li {
	float					: left;
	width					: 32.3%;
	height					: 116px;
	overflow				: hidden;
	margin					: 0 0 5px 1%;
	padding					: 5px;
	border					: 1px solid #ebeaea;
	-webkit-transition		: all 0.4s ease 0s;
	transition				: all 0.4s ease 0s;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right .s_categories_img li:hover {
	background-color		: #f2f2f2;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right .s_categories_img li span {
	display					: block;
	text-align				: center;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right .s_categories_img li span img {
	width					: 70px;
}
#categorypro .Categories > ul > li.main > .sub > #sub-right .s_categories_img li span#category-title {
	line-height				: normal;
	padding					: 5px;
	white-space				: normal;
}
/*-- kirilim --*/
#categorypro .Categories > .sub {
}
#categorypro .Categories .sub > li > a.selected {
	display					: block;
	margin					: 5px;
	padding					: 5px;
	font-size				: 12px;
}
#categorypro .Categories .sub > li > a.selected:before {
	display					: inline-block;
	font-family				: FontAwesome;
	content					: "\f161";
	font-size				: 10px;
	padding-right			: 5px;
}
#categorypro .Categories .sub > li > a.selected + ul > li {
}
#categorypro .Categories .sub > li > a.selected + ul > li > a {
	display					: block;
	margin					: 3px 10px;
	padding					: 5px 0px 5px 5px;
	font-size				: 12px;
	color					: #f85244;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a:before {
	display					: inline-block;
	font-family				: FontAwesome;
	content					: "\f160";
	padding-right			: 5px;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul {
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > a {
	display					: block;
	margin					: 5px 5px 5px 15px;
	padding					: 3px 5px;
	color					: #f85244;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > a:before {
	display					: inline-block;
	content: ">";
	padding-right			: 5px;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > ul {
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > ul > li > a {
	display					: block;	
	margin					: 5px 0px 5px 20px;
	padding					: 3px 5px;
	color					: #f85244;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > ul > li > a:before {
	display					: inline-block;
	font-family				: "fontello";
	content					: '\ea2a';
	padding-right			: 5px;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > ul > li > ul  {
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > ul > li > ul > li > a {
	display					: block;	
	margin					: 5px 0px 5px 25px;
	padding					: 3px 5px;
	color					: #f85244;
}
#categorypro .Categories .sub > li > a.selected + ul > li > a + ul > li > ul > li > ul > li > a:before {
	display					: inline-block;
	font-family				: "fontello";
	content					: '\ea2a';
	padding-right			: 5px;
}
#categorypro .Categories .sub2 {
	margin					: 0px 5px 5px 0px;
}
#categorypro .Categories .sub2 > .submain {
	margin					: 5px;
}
#categorypro .Categories .sub2 .submain > div > a {
	display					: block;
	border					: 1px solid #ebeaea;
	margin-bottom			: 3px;
}
#categorypro .Categories .sub2 .submain > div > a:before {
	display					: inline-block;
	font-family				: FontAwesome;
	content					: "\f149";
	padding-right			: 5px;
}
#categorypro .Categories .sub2 .submain > div > ul {
	padding-left			: 20px;
}
#categorypro .Categories .sub2 .submain > div > ul > li > a {
	display					: block;
	padding					: 5px;
	margin-right			: 5px;
	font-size				: 11px;
}
#categorypro .Categories .sub2 .submain > div > ul > li > a:before {
	display					: inline-block;
	font-family				: FontAwesome;
	content					: "\f178";
	padding-right			: 5px;
}
#categorypro .Categories .submain > div > a {
	display					: block;
	padding					: 3px 5px 3px 10px;
	margin					: 0 5px;
	border-bottom			: 1px solid #ebeaea;
	white-space				: nowrap;
}
#categorypro .Categories > .submain:last-child > div > a {
	border-bottom			: 1px solid transparent;
}
#categorypro .Categories > .moduleBox > ul > li > a {
	display					: block;
	padding					: 3px 5px;
}
#categorypro .Categories > .moduleBox > ul > li > a > img {
	display					: none;
}
#categorypro .Categories .title2 > a {
	float					: right;
	padding-right			: 3px;
	color					: #fff;
}
#categorypro .Categories > table {
	margin					: 0 5px;
}
#categorypro .Categories .checkFilter {
	padding					: 5px;
}
#categorypro .Categories .checkFilter span.filterContent {
	display					: block;
}
#categorypro .Categories .property .filterContent {
	display					: none;
	width					: 100%;
	padding					: 5px;
	margin					: 15px 0;
	height					: 60px;
	overflow-y				: scroll !important;
	border					: 1px solid #e6e4e4;
}
#categorypro .Categories .property .filterContent td input, 
#categorypro .Categories .property .filterContent td label{
	display					: inline-block;
	margin					: 0px 5px 0 5px;
}
#categorypro .Categories .checkFilter > .title2 {
	margin					: 0 0 5px 0;
	background-color		: #f2f2f2;
	border					: 1px solid #e6e4e4;
	color					: #989395;
	text-align				: left;
	font-weight				: bold;
	text-indent				: 10px;
	cursor					: pointer;
	-moz-border-radius-topleft		: 5px;
	-webkit-border-top-left-radius	: 5px;
	 border-top-left-radius			: 5px;
	-moz-border-radius-topright		: 5px;
	-webkit-border-top-right-radius : 5px;
	border-top-right-radius			: 5px;
	-moz-border-radius-bottomright	: 10px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius		: 0px;
	-moz-border-radius-bottomleft	: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#categorypro .Categories .checkFilter > .title2 i {
	float					: right;
	margin					: 5px 15px 0 0px;
}
#categorypro .Categories .checkFilter .remove {
	padding					: 5px 0;
}
#categorypro .Categories .checkFilter ul li {
	float					: left;
	margin-right			: 5px;
}
#categorypro .Categories .checkFilter ul li a {
	font-size				: 14px;
}
#categorypro .Categories .checkFilter ul li input {
	border					: 2px solid #e6e4e4;
	padding					: 2px;
	background-color		: #FFF;
	height					: 25px;
	-webkit-border-radius	: 5px;
	   -moz-border-radius	: 5px;
			border-radius	: 5px;
}
#categorypro .Categories .checkFilter ul li input.active {
	border					: 2px solid #f85244;
}
#categorypro .Categories .checkFilter > span > input {
	display					: inline-block;
	margin					: 3px 5px 0 0px;
	float					: left;
}
#categorypro .Categories .checkFilter > span > input + label {
	display					: inline-block;
	min-width				: 40px;
	margin					: 0px;
	float					: left;
}
#categorypro .Categories .checkFilter > span > input + label:after {
	display					: inline-block;
	float					: right;
	content					: "|";
	padding					: 0 5px;
	color					: #e6e4e4;
}
#categorypro .Categories .checkFilter.bigCheck > span > input {
	width					: 8%;
	margin-bottom			: 5px;
}
#categorypro .Categories .checkFilter.bigCheck > span > input + label {
	width					: 80%;
	margin-bottom			: 5px;	
}
#categorypro .Categories .checkFilter.bigCheck > span > input + label:after {
	display					: none;
}
#categorypro .Categories .markFilter input{
	width					: 20%;
}
#categorypro .Categories .markFilter label {
	width					: 75%;
}
#categorypro .Categories .markFilter label:after {
	display					: none !important;
}
#categorypro .Categories .checklist.checkFilter input[type="checkbox"] {
	width					: 8%;
	float					: left;
}
#categorypro .Categories .checklist.checkFilter input + label {
	width					: 80%;
	float					: left;
	margin-top				: 0px;
}
.radius5 {
    -webkit-border-radius	: 5px;
    -moz-border-radius		: 5px;
    border-radius			: 5px;
	border					: 1px solid #ebeaea;	
}
.moduleBox {
	margin					: 0px 2px;
	border					: 1px solid #ebeaea;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
}
.title2{
	display					: block;
	padding					: 3px 0;
	margin					: 5px;
	background-color		: #ffc229;
	color					: #fff;
	font-size				: 12px;
	text-align				: center;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
}
/*Kirilim End*/
/*category-pro-end*/
/*HOMEPRODUCT*/
.moduleContentCol4 {
	float					: left;
	width					: 23.5%;
	margin-right			: 2%;
	padding					: 5px;
	text-align				: left;
}
.moduleContentCol4:nth-child(4n+0) {
	margin-right			: 0%;
}
.moduleContentCol4:before,
.moduleContentCol4:after {
	content					: "";
	display					: table;
	clear					: both;
}
#homeproducts {
	display					: block;
}
#homeproducts label input[type="checkbox"] {
	float					: inherit;
}
#homeproducts .homeProductFilter {
	display					: block;
	float					: right;
	font-size				: 13px;
	text-align				: right;
}
#homeproducts .homeProductFilter ul {
	display					: inline-block;
}
#homeproducts .homeProductFilter ul li {
	float					: left;
	padding					: 0px 10px 0 10px;
	margin					: 0px;
}
#homeproducts .homeProductFilter ul li .dropdownlist {
	margin					: 0px;
}
#homeproducts .homeProductFilter ul li span {
	display					: inline-block;
	padding					: 0px 5px 0 0px;
}
#homeproducts .homeProductFilter ul li a {
	display					: block;
	width					: 24px;
	height					: 44px;
	cursor					: pointer;
	font-family				: "fontello";
	font-size				: 12px;
	color					: #989395;
	text-align				: center;
}
#homeproducts .homeProductFilter ul li a:before {
	display					: inline-block;
	padding-top				: 10px;
} 
#homeproducts .homeProductContent {
	position				: relative;
	margin-bottom			: 10px;
}
@media screen and (min-width: 200px) and (max-width: 768px){
#homeproducts .homeProductFilter {
	display					: none;
}
#homeproducts.hBook .filterContainer {
	display					: none;
}
}
@media screen and (min-width: 768px) and (max-width:1920px){
#homeproducts .fourContent .homeProductContent {
	margin-bottom			: 10px;
	position				: relative;
	overflow				: hidden;
}
#homeproducts .productSearchResult .fourContent .homeProductContent {
	height					: 355px;
}
#homeproducts .productAdd {
	display					: none;
}
}
#homeproducts .homeProductContent .productImage {
	width					: 100%;
	padding					: 15px;
}
#homeproducts .homeProductContent .productImage a {
	display					: block;
	text-align				: center;
	position				: relative;
}
#homeproducts .homeProductContent .productImage a img {
	width					: 100%;
	-webkit-transition		: all 0.4s ease 0s;
	transition				: all 0.4s ease 0s;
}
#homeproducts .homeProductContent .productImage a img:first-child {
	position				: relative;
	z-index: 9;
}
#homeproducts .homeProductContent .productImage a img:nth-child(2) {
	position				: absolute;
	top						: 5px;
	left					: 5px;
	z-index					: 995;
	-ms-filter				: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#homeproducts .homeProductContent .productImage a > img:nth-child(3) {
	position				: absolute;
	top						: 5px;
	left					: 5px;
	z-index					: 996;
	-ms-filter				: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#homeproducts .homeProductContent .productImage:hover > a > img:nth-child(3){
	-ms-filter				: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity					: 0;
    filter					: alpha(opacity=0); /* For IE8 and earlier */
}
#homeproducts .homeProductContent .productName {
	display					: block;
	text-align				: center;
	height					: 55px;
	padding					: 10px 0;
	overflow				: hidden;
}
#homeproducts .homeProductContent .productName  a{
	display					: block;
	font-size				: 12px;
	color					: #575153;
	white-space				: normal;
}
#homeproducts .homeProductContent .productPrice {
	height					: 25px;
	padding					: 5px 0 5px 5px;
	font-size				: 15px;
	font-weight				: bold;
	color					: #f75c4f;
	text-align				: left;
}
#homeproducts .homeProductContent .productPrice span {
	display					: block;
	float					: left;
	padding-right			: 5px;
}
#homeproducts .homeProductContent .productPrice .old_price {
	padding-top				: 5px;
	text-decoration			: line-through;
	font-size				: 12px;
	color					: #575153;
	font-weight				: normal;
}
#homeproducts .homeProductContent .productPrice .old_price + span {
	color					: #f75c4f;
	float					: right;
}
#homeproducts .homeProductContent .productAdd {
	float					: right;
	margin					: 5px 0;
}
@media screen and (min-width: 200px) and (max-width: 768px) { 
#homeproducts .homeProductContent .productPrice {
	float					: none;
	display					: block;
	width					: 100%;
	text-align				: center;
	font-size				: 13px;
}
#homeproducts .homeProductContent .productAdd {
	width					: 100%;
	float					: none;
	display					: block;
}
#homeproducts .homeProductContent .productAdd a {
	width					: 100%;
	float					: none;
	display					: block;
	text-align				: center;
}
}
#homeproducts .homeProductContent .productAdd .button {
	text-align				: center;
	font-weight				: bold;
	font-size				: 20px;
    background-color        : #d9534f;
    border-color            : #d43f3a;
    color                   : #fff;
} 
#homeproducts #homelabels {
	display					: block;
	height					: 40px;
	overflow				: hidden;
}
#homeproducts #homelabels li {
	float					: left;
	display					: none;
	width					: 35px;
	height					: 35px;
	line-height				: 35px;
	webkit-border-radius	: 35px;
	-moz-border-radius		: 35px;
	border-radius			: 35px;
	background-color		: #84bd3c;
	margin					: 5px 5px 0 0;
	color					: #fff;
	text-align				: center;
	font-size				: 11px;
	vertical-align			: middle;
}
#homeproducts #homelabels li.true {
	display					: inline-block;
}
#homeproducts #homelabels #FirsatUrunu {
}
#homeproducts #homelabels #FirsatUrunu:after {
	display					: inline-block;
	width					: 4px;
	content					: "";
	background				: url("images/home-label-firsat-icon.png") no-repeat scroll center right transparent;
}
#homeproducts #homelabels #IndirimliUrun {
	position				: absolute;
	top					    : 0%;
	right					: 0px;
	z-index					: 997;
	width					: 49px;
	height					: 47px;
	line-height				: 47px;
	font-size				: 14px;
	text-align				: center;
	color					: #fff;
	background				: url("images/homelabel-indirim-icon.png") no-repeat scroll center right transparent;
}
#homeproducts #homelabels #HizliKargo {
	background				: url("images/homelabel-ucretsiz-icon.png") no-repeat scroll center center #84bd3c;
}
#homeproducts #homelabels #YeniUrun {
}
#homeproducts .fourContent #productAdd {
	display					: none;
}
/*list*/
#homeproducts .listContent .moduleContentCol4 {
	width					: 100%;
}
#homeproducts .listContent .moduleContentCol4 > div,
#homeproducts .twoContent .moduleContentCol4 > div {
	float					: left;
	width					: 25%;
	height					: 132px;
	margin-right			: 2%;
	padding					: 0px;
}
#homeproducts .listContent .moduleContentCol4 > div * ,
#homeproducts .twoContent .moduleContentCol4 > div * {
	position				: relative;
	top						: 50%;
	-webkit-transform		: translateY(-50%);
	-ms-transform			: translateY(-50%);
	transform				: translateY(-50%);
}
#homeproducts .listContent .moduleContentCol4 .productImage , 
#homeproducts .twoContent .moduleContentCol4 .productImage {
	float					: left;
	width					: 15%;
	margin-right			: 2%;
	-webkit-transform		: translateY(0%);
	-ms-transform			: translateY(0%);
	transform				: translateY(0%);
}
#homeproducts .listContent .moduleContentCol4 .productImage img,
#homeproducts .twoContent .moduleContentCol4 .productImage img  {
	-webkit-transform		: translateY(0%);
	-ms-transform			: translateY(0%);
	transform				: translateY(0%);
}
#homeproducts .listContent .moduleContentCol4 .productImage img + img,
#homeproducts .twoContent .moduleContentCol4 .productImage img + img {
	top						: 0px;
	left					: 0px;
}
#homeproducts .listContent .moduleContentCol4 > .productPrice * ,
#homeproducts .twoContent .moduleContentCol4 > .productPrice * {
	float					: none !important;
	padding					: 5px 0;
	text-align				: center;
}
#homeproducts .listContent .moduleContentCol4 .productAdd ,
#homeproducts .twoContent .moduleContentCol4 .productAdd {
	display					: block;
}
#homeproducts .listContent .moduleContentCol4 .productAdd .button,
#homeproducts .twoContent .moduleContentCol4 .productAdd .button {
	float					: right;
	display					: block !important;
}
#homeproducts .listContent #homelabels,
#homeproducts .listContent #ud_container,
#homeproducts .twoContent #homelabels,
#homeproducts .twoContent #ud_container {
	display					: none;
}
#homeproducts .listContent #productAdd,
#homeproducts .twoContent #productAdd {
	text-align				: right;
}
/*list End*/
/*two*/
#homeproducts .twoContent .moduleContentCol4 {
	width					: 48%;
	margin-right			: 1%;
}
@media screen and (max-width: 585px) { 
#homeproducts .twoContent .moduleContentCol4 {
	width					: 100%;
	margin-right			: 0;
}
}
#homeproducts.angular-home .homeProductFilter {
	float					: inherit;
}
.angular-home .form-content {
	display					: block;
	padding					: 10px 10px 0 10px;
	font-size				: 12px;
	text-align				: right;
}
.angular-home .form-content input[type="number"]{
	width					: 60px;
}
.angular-home .form-content span {
	display					: inline-block;
	padding					: 5px;
	text-align				: center;
}

.angular-home .other-controller-content {
	display					: block;
	text-align				: right;
}
.angular-home .other-controller {
	display					: inline-block;
	padding					: 10px;
}
.angular-home .other-controller ul li {
	float					: left;
}
.angular-home .other-controller ul li {
	margin					: 0 2px;
	display					: block;
	height					: 26px;
	padding					: 5px 10px;
	background-color		: #f85244;
	color					: #fff;
	text-align				: center;
	font-size				: 14px;
	font-weight				: bold;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	cursor:pointer;
}
.angular-home .other-controller ul li a {
	
}
.angular-home .other-controller ul li:hover,
.angular-home .other-controller ul li.active {
	background-color		: #575153;
}
.angular-home .other-controller ul li.disabled {
	background-color		: #EBEAEA;
	color					: #575153;
}
.angular-home .other-controller ul li.disabled:hover {
	background-color		: #EBEAEA;
	color					: #575153;
	cursor					: default;
}

/*two End*/
.paging {
	float					: left;
}
.paging span {
	float					: right;
}
.paging span:last-child {
	margin					: 6px;
	padding					: 5px 17px;
	background-color		: #f2f2f2;
	border					: 1px solid #e6e4e4;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
}
#homeproducts #pagingtable a {
	display					: inline-block;
	padding					: 5px 15px;
	margin					: 5px 0;
	background-color		: #f85244;
	color					: #fff;
	text-align				: center;
	font-size				: 14px;
	font-weight				: bold;
	cursor					: pointer;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	-webkit-transition		: all 0.4s ease 0.1s;
	transition				: all 0.4s ease 0.1s;
	border					: none;
}
#homeproducts #pagingtable a:hover {
	background-color		: #575153;
}
#homeproducts #pagingtable .pagingselected a {
	background-color		: #575153;
}
/*home-product-end*/
/*brands*/
#brands .letter {
	padding-bottom			: 10px;
}
#brands span {
	display					: block;
}
#brands li {
	float					: left;
	border					: 1px solid #ebeaea;
	margin					: 10px 10px 0px 0;
}
#brands li a {
	display					: block;
	padding					: 5px 7px;
	font-size				: 18px;
	text-align				: center;
	color					: #989395;
}
#brands li:hover {
	background-color		: #f2f2f2;
}
#brands li a img {
	display					: block;
	width					: 100%;
}
#brands .list li{
	text-align				: center;
}
/*brands END*/
/*authors*/
.athrs-pblshrs li {
	float					: left;
	border					: 1px solid #ebeaea;
	margin					: 5px 5px 0 0;
}
.athrs-pblshrs li a {
	display					: block;
	padding					: 5px 7px;
	font-size				: 14px;
	text-align				: center;
	color					: #989395;	
}
.athrs-pblshrs li a:hover {
	background-color		: #f2f2f2;
	-webkit-transition		: all 0.4s ease 0.1s;
			transition		: all 0.4s ease 0.1s;
}
.athrs-pblshrs .list li {
	float					: left;
	border					: 1px solid #ebeaea;
	margin					: 5px 5px 0 0;
}
.athrs-pblshrs .content {
	display					: block;
	padding					: 10px 0px;
	font-size				: 14px;	
}
/*authors END*/
/*survey*/
.survey {
	font-size				: 14px;
}
.survey span {
	display					: block;
	padding					: 5px 0;
	font-weight				: bold;
	border-bottom			: 1px solid #ebeaea;
}
.survey input {
	display					: inline-block;
	width					: 20%;
	margin					: 5px 0 0 0;
}
.survey input + label {
	display					: inline-block;
	width					: 75%;
}
/*survey END*/
/*---    REPORT    ---*/
#report_container {
    width					: 940px;
    margin					: 0 auto;
    padding-bottom			: 30px;
}
#report_container #report_history {
	display					: inline-block;
	float					: right;
}
#report_container #report_button {
	float					: right;
	margin					: 20px 20px 0 0;
}
#report_container .user {
	display					: block;
}
#report_container #report_content {
	float					: left;
	width					: 620px;
}
#report_container #report_content > div {
	width					: 300px;
	display					: inline-block;
	float					: left;
	margin					: 0px 5px;
}
#report_container .daytable {
	width					: 300px;
	min-height				: 500px;
	float					: left;
}
/*---  REPORT END  ---*/
.clear {
    clear					: both;
    margin					: 0px;
    padding					: 0px;
}