/*
Theme Name: Tokoonline
Theme URI: http://themejob.com/
Description: theme for toko online with wordpress, ver 2.
Version: 1.2
Author: songoo
Author URI: http://songoo.com/
Tags: online, shop, ver 2

*/body
{
	margin:0px;
	background:#272727;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Begin Images */
img
{
 border:none;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
ul 
{
	margin:0;
	padding:0;

}

li {}
a
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	color:#464646;
}
.clearing {
  margin: 0;
  padding: 0;
  clear: both;
}
table
{
padding:2px;
color:#464646;
font-size:11px;
}
#wrapper
{
	width:955px;
	margin:auto;
}
#header
{
	height:112px;
	margin:0px;
	
}
#logo
{
	background:url(images/logotokorobot.jpg) no-repeat;
	height:82px;
	margin:10px 0 0 10px;
	padding:10px 0 0 85px;
	float:left;
}
#logo h2
{
	font-size:36px;
	margin:0px;
	font-weight:normal;

}
#logo h3, #logo h1
{
	font-size:17px;
	margin:0px;
       margin-top:45px;
	color:#ACACAC;
	font-weight:normal;
}
#spaceiklan
{
	width:470px;
	height:60px;
	float:right;
	margin:30px 10px 0 0;
}
#nav
{
	height:50px;
	background:#000;
}
#nav ul
{
	margin-left:5px;
}
#nav ul li 
{
	list-style-type: none;
	margin:7px 0 0 0;
	float:left;
}
#nav ul li a
{
text-decoration:none;
list-style:none;
padding:10px 20px;
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
color:#898989;
}
#nav ul li a:hover
{
padding:10px 20px;
display:block;
color:#000;
background:#D8AA00;
}

#nav ul li.search
{
	float:right;
	margin:7px 40px 0 0;

}
.textfield {
	border:none;
	width:180px;
	background:#232323;
	margin:0px 0px 0 0;
	float: left;
	padding: 12px 0 12px 8px;
	color:#B7B7B7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.button {
	height: 35px;
	width: 37px;
	background: url(images/buttonsearch.png) no-repeat;
	border:0px;
	float: left;
}

#container
{
	background:#F5F5EB;
	float:left;
	width:100%;
}
#subcontainer
{
	margin-top:10px;
}
#content
{
	float:left;
	width:402px;
	margin-left:32px;
}

#container h2
{
	background:#A8A697;
	display:block;
	font-size:12px;
	color:#F5F5EB;
	padding:6px;
        margin-bottom:5px;
        margin-top:0;
}
#content h2 a
{
	background:#A8A697;
	display:block;
	font-size:12px;
	color:#F5F5EB;
        margin-bottom:5px;
        margin-top:0;
        text-transform:uppercase;
}

#slideshow
{
	margin-top:10px;
	width:377px;
	height:262px;
	border:10px solid #E1E2D4;
}
#content .featured {
		padding: 0 5px 0px 0;
	}
	
		#content .featured .thumb {
			width: 382px; height: 262px;
			padding: 10px;
			background-color: #E1E2D4;
			clear: both;
		}
			#content .featured .b {
				width: 380px; height: 262px;
				overflow: hidden;
				position: relative;
			}
			#content .featured .photo {
				list-style-type: none;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
				#content .photo li img {
					width: 377px;
				}
			#content .featured .text {
				list-style-type: none;
			}
				#content .featured .text li {
					/*width: 230px; height: 285px;*/
					width: 347px; height: 80px;
					position: absolute;
					/*top: 0; right: -270px;*/
					left: 0; bottom: -150px;
					padding: 15px;
					color: #ffffff;
					font-family:Georgia, "Times New Roman", Times, serif;
					background: url(images/transp.png) repeat 0 0;
					z-index: 4;
				}
				#content .featured .text li.first {
					bottom: 0;
				}
					#content .featured .text h3 {
						font-size: 18px;
						margin-bottom: 15px;
						color:#D8AA00;
						font-weight:normal;
						margin:0px;
						
					}
					#content .featured .text p {
						font-size: 10px;
						margin-bottom: 15px;
					}
					#content .featured .text a {
						color:#D8AA00;
						text-decoration: none;
					}
.post, .postsingle
{
	border-bottom:1px solid #DCDEC1;
	margin-bottom:10px;
	float:left;
	width:100%
}
.post p, .postsingle p
{
	color:#464646;
	font-size:12px;
	line-height:18px;
	margin:0 0 5px 0;
}
.post img
{
	float:left;
	border:11px solid #E1E2D4;
}
.postsingle img
{
	border:11px solid #E1E2D4;
}
.postsingle
{
     margin-bottom:5px;
}
.postsingle ul 
{
    	color:#464646;
	font-size:12px;
	line-height:18px;
	margin-left:15px;
}
.postsingle li 
{
	margin: 5px 0 5px 10px;
}
.postsingle ol 
{
	padding: 0 0 0 30px;
	margin: 0;
	color:#464646;
	font-size:12px;
	line-height:18px;
}

.postsingle ol li 
{
	margin: 0;
	padding: 0;
}
.postright
{	
	width:198px;
	float:right;
	margin-bottom:10px;
}

.price
{
	background:url(images/pricecart.jpg) no-repeat right #ED145B;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 30px 5px 5px;
}
.pricesingle
{
	background:#ED145B;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 30px 10px 5px;
        margin-bottom:2px;
}
.posttitle, .posttitle a
{
	font-size:18px;
	color:#ED145B;
	padding:5px 0 2px 0;
	text-decoration:none;
}

.category, .category a
{
	font-size:10px;
	text-transform:uppercase;
	color:#636363;
	text-decoration:none;
	margin-bottom:5px;
}

#leftsidebar
{
	float:left;
	width:225px;
	margin:0 0 0 22px;
}
#rightsidebar
{
	float:left;
	width:225px;
	margin:0 0 0 10px;
}
#slide
{
	height:212px;
	width:598px;
	margin-left:24px;
	
}
.product
{
float:left;
width:225px;
margin-bottom:5px;
}
.product h2
{
margin-top:0px;
margin-bottom:5px;
}

.latestproduct
{
	float:left;
	border-bottom:1px solid #DCDEC1;
	margin-bottom:5px;
	width:100%;
}
span.titleproduct
{
	color:#707070;
	font-size:14px;
	display:block;
	

}
span.titleproduct a
{
	text-decoration:none;
	color:#707070;
	font-size:14px;
	width:151px;
	float:left;
	margin:1px 0 0 0px;
	padding:4px 5px 5px 5px;
	height:32px;
}
span.titleproduct a:hover
{
	background:#D8AA00;
	color:#fff;
	
}
span.imgproduct
{
	border:5px solid #E2E3D6;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	width:47px;
	height:33px;
	
}
.product ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:14px;
	}

.product ul li {
	list-style-type: none;
	border-bottom:1px solid #DCDEC1;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;


	}
.product ul li a{
	list-style-type: none;
	color:#707070;
	padding: 6px 0px 6px 5px;
	text-decoration:none;
	display:block;
	}
.product ul li a:hover{
	
		background:#EE145B;

	color:#fff;
	padding: 6px 0px 6px 5px;
	
	
	}
.product p
{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#464646;
	text-align:justify;
}
img.avatar 
{
	float:left; margin-right:5px;
	border:5px solid #E2E3D6;	
}
#footer
{	

	background:#A8A697;
	float:left;
	width:100%;
}
#footer h2
{
	font-size:12px;
	font-weight:bold;
	color:#F5F5EB;
}
.subfooter
{
	width:200px;
	float:left;
	margin:20px 0 0 30px;
	font-size:11px;
}
.subfooter ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	}

.subfooter ul li {
	list-style-type: none;
	border-bottom:1px solid #C7C6B9;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;


	}
.subfooter ul li a{
	list-style-type: none;
	color:#F5F5EB;
	padding: 6px 0px 6px 5px;
	text-decoration:none;
	display:block;
	}
.subfooter ul li a:hover{
	
		background:#5B5A54;

	color:#fff;
	padding: 6px 0px 6px 5px;
	
	
	}

.footerasli
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F5F5EB;
	margin:20px 0 20px 30px;
}
blockquote 
{
	margin: 10px 20px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
/*COMMENT*/
#commente
{
margin:0 0 10px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#commente h3 {
	padding: 0;
	margin: 20px 0 10px 0 ;
	font-size:18px;
	font-weight:normal;
	}

#commente h3 span {
	padding: 0;
	margin: 20px 0 10px 0 ;
	font-size:18px;
	font-weight:normal;
	color:#000;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-bottom:1px dashed #ccc;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
	}

.commentlist li {
	}
.commentlist img
{
	border:none;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right:5px;
	
	}

.commentlist cite, .commentlist cite a {
	font-style:normal;
		font-size: 16px;
	text-decoration:none;
	color:#252525;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p, #commentform p a  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	color:#fff;
	}

.commentmetadata, .commentmetadata a {
	font-weight: normal;
	text-decoration:none;
	color:#7D7D7D;
	font-size:10px;
	}
#boxcommentform
{
	background:#A8A697;
	padding:5px 5px 30px 10px;
}

/*OTHER*/
.box
{
	margin-bottom:8px;
        color:#464646;
        font-size:12px;
        font-family:Georgia, "Times New Roman", Times, serif;
}
/*Navigation*/
.navigation
{
       margin:10px 5px 20px 0;
       font-family:Georgia, "Times New Roman", Times, serif;
       font-size:11px;
}
.buybutton
{
background:#ED145B url(images/pricecart.jpg) no-repeat left center;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:0;
width:40%;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
}
.yak_button1
{
    border: none;
    background: #ED145B ;
    color:#fff;
    font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
    margin-left:20px
}
.backbutton
{
    border: 1px solid #D7D7CF;
    background: #E7E6D4;
    color:#4D4C47;
    float:right;
margin-bottom:5px;
font-family:Georgia, "Times New Roman", Times, serif;
cursor:pointer;
}
.yak_order, .yak_left
{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	
	
}
.yak_order a
{
	text-decoration:none;
	color:#000;
}
.yak_header

{
	background:#54534B;
	color:#fff;
}
.yak_medium_button, .yak_button
{
      border: 1px solid #D7D7CF;
      background: #E7E6D4;
      color:#4D4C47;
      margin:2px 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
cursor:pointer;

}
.yak_medium_button_update
{
      border: 1px solid #D7D7CF;
      background: #E7E6D4;
      color:#4D4C47;
      margin:2px 0 2px 0;
font-family:Georgia, "Times New Roman", Times, serif;
}
.yak_medium_button_buy
{
      background:#D8AA00 none repeat scroll 0 0;
border:1px solid #BD980D;
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:bold;
margin:2px 0;
padding:0 15px;
}
