/* -------------------------------------------------------------- 
   
   base.css
   * telista.com.tr base css file for screen media.
   
-------------------------------------------------------------- */

/* Load libraries. 
   reset browser, typography, forms, etc. */

@import url("src/reset.css");
@import url("src/typography.css");
@import url("src/forms.css");

/* Set defaults. 
   hidden items, sizes, colors, etc. */

ul, ol, dl, dt, dd {
	margin: 0;
}

dd, .docs {
	margin-bottom: 1em;
}

.docs dd {
	margin: 0;
}
.docs dt {
	margin-bottom: .5em;
}



.no-screen {
	display: none;
}

dfn {
	font-style: normal;
}

small {
	font-size: .8em;
}

body {
	background: #FFFFFF;
	color: #3F4424;
}

a {
	color: #e20a17;
}

#main h1.title {
	font-size: 1.8em;
	color: #e20a17;
	margin-bottom: 1em;
}
#main h2.title {
	font-size: 1.8em;
}


/* Mainframe
-------------------------------------------------------------- */

.quite {
	color: #999;
}

.errorlist {
	list-style: none;
	color: #e20a17;
}

.product_category {
	width: 20%;
	padding-right: 2%;
	margin-right: 3%;
	float: left;
}
.product_category .title {
	font-size: 1.3em;
	margin-bottom: .5em;
	padding-bottom: .5em;
	color: #e20a17;
	border-bottom: 1px solid #999;
}

.product_category.last {
	margin-right: 0;
	border-right: none;
}

.product_category li {
	list-style: none;
	background: url(../img/bullet_red.gif) no-repeat left;
	padding-left: 1.5em;
}

.product_category a {
	color: #333;
	text-decoration: none;
}
.product_category a:hover {
	text-decoration: underline;
}

.title a {
	text-decoration: none;
	color: #555;
}

.list .picture {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: .5em;
}


#sidebar .menu h4 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	color: #e20a17;
	margin-bottom: .5em;
}

#sidebar .menu ul {
	list-style: none;
	margin-bottom: 2em;
	line-height: 1.6em;
}

#sidebar .menu li {
	margin-left: 2em;
}
#sidebar .menu li.current {
	margin-left: 0;
}

#sidebar .menu li a {
	color: #555;
	text-decoration: none;
}

#sidebar .menu li.current a {
	background: url(../img/bullet_red.gif) no-repeat 5px;
	padding-left: 2em;
	color: #e20a17;
	text-decoration: none;
}

#sidebar .menu li a:hover {
	color: #e20a17;
	text-decoration: underline;
}

#main, #sidebar {
	padding: 2em 0;
}

/* Home
-------------------------------------------------------------- */
body.home {
	background: url(../img/home_bg.gif) repeat-x;
}
.home #main {
	clear: both;
	float: left;
	width: 600px;
	margin-right: 3em;
}

.product_index #main {
	width: 100%;
}

.home #sidebar {
	margin-left: 650px;
}

/* Structure
-------------------------------------------------------------- */
html, body {
	height: 100%;
}

#wrapper, #footer {
	width: 960px;
	margin: auto;
}

#header, #tease, #content, #footer {
	clear: both;
}


#footer {
	border-top: 1px solid #ccc;
	padding: 1em 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -2em;
}

#content {
	padding-bottom: 2em;
}

#mast {
  float: left;
  padding-top: 10px;
  margin: 0;
}

#nav {
  text-align: right;
  float: right;
}

#header p, #header h4 {
	text-align: right;
	padding: .5em 0;
	margin: 0;
}

#header dfn, .contact dfn {
	color: #e20a17;
}
.contact dfn {
	margin-right: .5em;
}

#nav {
	padding-top: 23px;
	margin-bottom: 5px;
}

#nav li {
	float: left;
	margin-left: 5px;
	list-style: none;
}

.tabs {
	float: left;
	margin: 0;
	margin-top: -2.5em;
}

.tabs li {
	float: left;
	margin-right: 1em;
	list-style: none;
	font-size: 1.1em;
	letter-spacing: .1em;
}

.body h2 {
	font-size: 1.6em;
	color: #e20a17;
}

#main ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-position: outside;
	margin-bottom: 1em;
}

#nav a,
.tabs li a,
#thumbNav a {
	color: #fff;
	text-decoration: none;
}

#nav li a {
	display: block;
	position: relative;
	padding: .5em 1em;
	background: #e20a17;
}

#nav .current a {
	background: #555;
}

.tabs li a {
	display: block;
	position: relative;
	padding: .3em 1em .7em 1em;
	background: #555;
	border-top: 5px solid #e20a17;
}

.tabs .current a,
.tabs .current a:hover {
	background: #fff;
	color: #555;
}

.tabs li a:hover {
	background: #e20a17;
}

.pager a, #thumbNav a {
	background: #555;
	padding: .3em .5em;
	margin-left: .5em;
	font-size: .9em;
}

.pager a:hover, #thumbNav a:hover {
	background: #e20a17;
}

.contents {
	list-style: none;
	padding: 1em 0;
}

.menu select {
	margin: 0;
}
.subscription input.text {
	background: url(../img/textfield_bg.gif) repeat-x;
	padding: 3px;
	color: #555;
	border: 1px solid #aaa;
	width: 65%;
	margin: 0;

}

.subscription .submit {
	background: url(../img/button_bg.gif) repeat-x;
	padding: 3px 5px;
	border: 1px solid #660000;
	height:  24px;
	color: #fff;
}

/* Page
-------------------------------------------------------------- */
body.page {
	background: url(../img/page_bg.gif) repeat-x;
}

.page #tease, .page .tabs, .page #main {
	clear: both;
	float: right;
	width: 625px;
}

#tease {
  display: block;
  position: relative;
	height: 261px;
	*height: 262px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tease {
		height: 264px !important;
	}
}

.page #sidebar {
	background: white;
	margin-top: -240px;
	float: left;
	width: 250px;
	padding: 20px;
	border-top: 5px solid #e20a17;
}

.page #tease .title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #555;
	padding: 1em 0;
	color: #555;
	margin-bottom: 0;
}

/* SLIDER */
#slider .wrapper          {width: 960px; overflow: auto; height: 230px; position: absolute; }
.page #slider .wrapper                { width: 625px; height: 160px; }

#slider .wrapper ul             { width: 12000px; list-style: none; position: absolute; margin:0; padding: 0;}
#slider ul li                   { display: block; float: left; padding: 0; height: 230px; width: 960px; margin: 0; }
.page #slider ul li                   { height: 160px; width: 625px; }

#slider a.forward                {display:none}
#slider a.back                   {display:none}


#thumbNav { float: right; margin-top: 220px;}
.page #thumbNav { margin-top: 150px;}

#thumbNav a                             { background:red; display:block; float:left; padding: 0 5px;}
#thumbNav a:hover ,#thumbNav a.cur		{background-position: -16px 0}

#start-stop                             { display:none}


#thumbNav a {
	color: #fff;
	text-decoration: none;
}
#thumbNav a.cur {
	background-color: #e20a17;
	text-decoration: none;
}


