@charset "utf-8";
#slide {
	height: 338px;
	width: 534px;
	position: relative;
	float: right;
	margin-top: 10px;
}
#slide .slogan  {
	position: absolute;
	left: -300px;
	top: 90px;
}


#slide  .slide-prev{
	position: absolute;
	cursor: pointer;
	z-index: 99999;
	top: 195px;
	left: -10px;
}
#slide .slide-next {
	position: absolute;
	right: -20px;
	cursor: pointer;
	z-index: 99999;
	top: 80px;
}
#slide .mask {
	position: relative;
	height: 338px;
	overflow: hidden;
}
#slide .mask .images{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000%;
}
#slide .mask .images img {
	float: left;
}

#container #center {
	width: 980px;
	height: 130px;
	position: relative;
	visibility: visible;
}
#container #center .movie-top {
	position: absolute;
	left: 0px;
	z-index: 9999;
	bottom: 0px;
}
#container #center .movie {
	z-index: 999;
	position: absolute;
	left: 103px;
	bottom: 0px;
}
#container #center #about {
	float: left;
	margin-left: 400px;
	margin-top: 10px;
}
#container #center #about b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#container #center #about p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #6a6565;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 270px;
}
#container #center #about p a {
	color: #ec0d14;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}
#container #center #pictures {
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
#container #center #pictures b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	margin-bottom: 5px;
}
#container #center #pictures b .green {
	color: #098569;
}
#container #body {
	margin-top: 40px;
	min-height: 350px;
	margin-bottom: 45px;
}

#container #body .left {
	float: left;
	width: 220px;
	margin-right: 30px;
}
#container #body .left #quickmenu {
	margin: 0px;
	background-image: url(../images/icons/quickmenu-bg.png);
	background-repeat: no-repeat;
	width: 200px;
	border: 1px solid #ebeded;
	border-radius: 15px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#container #body .left #quickmenu b {
	background-image: url(../images/icons/quick-arrow.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-top: 14px;
	margin-left: 13px;
	height: 18px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	padding-top: 4px;
	margin-bottom: 25px;
}
#container #body .left #quickmenu li {
	list-style-type: none;
	background-image: url(../images/icons/quickmenu-li-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 4px;
}
#container #body .left #quickmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
	text-decoration: none;
	display: block;
	background-image: url(../images/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#container #body .left #quickmenu li a.selected {
	color: #76aa15;
}

#container #body .right {
	float: left;
	width: 730px;
}
#container #body .right #caption {
	background-image: url(../images/icons/caption-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	margin-top: 45px;
	position: relative;
	margin-bottom: 80px;
}
#container #body .right #caption .cap {
	position: absolute;
	top: -60px;
	right: 0px;
}
#container #body .right #caption h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5b5b5b;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 66px;
	top: 15px;
}
#container #body .right #caption h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 66px;
	top: 34px;
}
#container #body .right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #656565;
	margin-left: 15px;
}
.gallery   {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
	display: block;
}
.gallery li   {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	list-style-type: none;
}
.gallery li img   {
	border-radius: 5px;
}
#career {
	margin-top: 30px;
}
#career strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#career .textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
	width: 300px;
	border: 1px dotted #999;
}
#container #body .right #products {
	margin: 0px;
	padding: 0px;
}
#container #body .right #products li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
#container #body .right #products li img {
	display: block;
	padding: 4px;
	border: 1px dotted #CCC;
	border-radius: 12px;
}
#container #body .right #pagenumber  {
	float: right;
	border-radius: 8px;
	padding-right: 30px;
	border: 1px dotted #CEE7FF;
	padding-top: 8px;
}
#container #body .right #pagenumber li  {
	float: left;
	list-style-type: none;
	padding: 3px;
	margin-right: 10px;
}
#container #body .right #pagenumber a   {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#container #body .right #pagenumber a.selected {
	font-weight: bold;
	color: #F30;
}
#container #body .right #pagenumber a:hover {
	color: #F30;
}
#container #body .right #pagenumber b  {
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}

#product-view {
	padding: 25px;
}
#product-view .left {
	float: left;
}
#product-view .left .image {
}
#product-view .left .image img {
	display: block;
	border-radius: 12px;
	background-color: #FFF;
	background-image: url(../images/icons/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#product-view .right {
	float: right;
}



#product-view .right .description {
	float: right;
	width: 390px;
}
#product-view .right .description h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f4f4f;
	margin: 0px;
	padding: 0px;
}
#product-view .right .description .payment {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#product-view .right .description .payment li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4f4f4f;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6d6d6;
}
#product-view .right .description .payment li .pay-left {
	float: left;
	width: 100px;
}
#product-view .right .description .payment li b {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
#product-view .right .description .payment li .pay-right {
	font-weight: bold;
	float: left;
	width: 250px;
}
#product-view .right .description .payment li .pay-right.red {
	font-weight: normal;
	color: #df3c3c;
}
#product-view .right .description .order {
	background-color: #3d3d3d;
	background-image: url(file:///E|/Web/2012/A/akbaslaryapi/images/body/order-bg.png);
	padding: 0px;
	border-radius: 8px;
	width: 257px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#product-view .right .description .order span {
	float: left;
	margin-left: 20px;
	padding-top: 18px;
}

#product-view .right .description .order .number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	padding: 5px;
	width: 50px;
	border: 1px solid #323232;
	text-align: right;
	margin-right: 12px;
	margin-left: 12px;
	float: left;
	margin-top: 13px;
	margin-bottom: 11px;
}
#product-view .right .description .order .button {
	padding: 0px;
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#product-view .right .description .product-images {
	padding: 0px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#product-view .right .description .product-images li {
	float: left;
	border: 1px solid #cdcdcd;
	list-style-type: none;
	border-radius: 6px;
	margin-right: 7px;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	cursor: pointer;
}
#product-view .right .description .product-images li img {
	display: block;
	border-radius: 4px;
}

#product-view .right .description .product-images li:hover {
	border: 1px solid #838383;
}
#product-view .right .description .product-images li.select {
	border: 1px solid #838383;
}

#order {
	width: 650px;
}
#order #image {
	height: 250px;
	width: 250px;
	float: left;
}
#order #image img {
	border-radius: 12px;
}

#order #description {
	float: right;
	width: 380px;
}
#order #description h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#order #description td {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}
#order #description .textbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
	width: 250px;
}
#order #description table tr td #number {
	text-align: right;
	width: 100px;
}
#order .success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #090;
	display: block;
	width: 400px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#login {
	margin-top: 30px;
}
#login strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#container #body .right #collections {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #body .right #collections li {
	margin-bottom: 25px;
	list-style-type: none;
	width: 250px;
}
#container #body .right #collections li a {
	display: block;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	color: #2A2A2A;
	font-size: 22px;
	font-family: Arial;
	text-align: center;
	background-color: #aee840;
	border-radius: 15px;
	text-decoration: none;
	font-weight: bold;
}
