/*
Theme Name: Simple Graphics Theme
Theme URI: http://www.simplegraphics.ru
Description: Simple Graphics
Version: 1.1
Author: Inga Reizniece
Author URI: http://int20.livejournal.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus 
{
	outline: 0;
}
body 
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul 
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}




body
{
	text-align: center;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
}

#container
{
	width:985px;
	margin: 0 auto;
	text-align:left;
}

#leftColumn
{
	width: 175px;
	float: left;
	padding-right: 15px;
}
	#leftColumnLogoArea
	{
		height: 110px;
		background-image: url(images/arrow-bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;	
		vertical-align: bottom;	
		font-size: 10px;
	}
	#logo
	{

		text-align: center;
		height: 90px;
	}
		#logo img
		{
			margin: 40px auto 0 auto;
		}
		#leftColumnLogoArea a
		{
			color: black;
			text-decoration: none;
		}
		#leftColumnLogoArea a:HOVER
		{
			color: #878787;
			text-decoration: underline;
		}		


#centerColumn
{
	width: 185px;
	float: left;
	padding-right: 15px;	
}
	#centerColumnLogoArea
	{
		height: 110px;
		background-image: url(images/arrow-bg.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
		#centerHeader
		{
			padding-top: 90px;
		}

#content
{
	width: 595px;
	float: left;
	position: relative;
}

.cartblock {
	position: absolute;
	right: 0;
	top: 20px;
}

.cartbutton {
	display: none;
	margin: 15px 0 0 0;
}

.addtocart, .ordering input[type="submit"] {
	width: 150px;
}

.cartblock {
	font-size: 14px;
	font-weight: bold;
}

.cart table {
	width: 100%;
	margin: 10px 0 30px 0;
	border: #878787 1px solid;
	border-collapse: collapse;
}

.cart table th {
	font-weight: bold;
	text-align: center;
}

.cart table td, .cart table th {
	padding: 10px;
	border: #878787 1px solid;
}

.cart table td {
	text-align: center;
}

.cart table tr td:first-child {
	text-align: left;
}

.cart table input {
	width: 50px;
	text-align: center;
}

.ordering {
	margin: 20px 0;
}

.ordering input[type="text"], .ordering textarea {
	display: block;
	margin: 0 0 20px 0;
	width: 300px;
}

.ordering textarea {
	height: 100px;
}

.ordering p:first-child {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin: 0 0 20px 0 !important;
}

.book-price, .book-sum {
	width: 70px;
}

.book-func a {
	display: block;
	width: 17px;
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	background: #878787;
	color: #fff;
	text-align: center;
	border-radius: 17px;
	text-decoration: none;
}

.totalprice {
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}

	#contentLogoArea
	{
		height: 107px;
		border-bottom: 1px solid black;
	}
		#contentHeader
		{
			text-transform: uppercase;
			padding-top:90px !important;
			float: left;			
		}

		.navigation
		{
			float: right;
			padding-top:90px !important;			
		}
			.navigation a
			{
				text-decoration: none;
			}
.navtop
{
	margin-bottom: 10px;
}
.navbottom
{
	margin-top: 10px;
	border-top: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}
	.navigation_right
	{
		float: right;
	}
	.navigation_left
	{
		float: left;
	}
		.navigation_left a
		{
			font-size: 10px;
			text-decoration: none;
			color: #646464;			
		}
		
	#contentData
	{
		padding: 10px 0 0 0;
	}
	
	#contentData p
	{
		line-height:16px;
		margin-bottom:5px;
		margin-top:10px;
	}	
		
		
		




/*********************
MENU
*********************/
#menu
{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid black;
}	
	#menu ul
	{
		
	}
	#menu li
	{
		padding-bottom: 5px;
	}
	#menu li a
	{
		color: black;
		text-decoration: none;
	}
	#menu li a:HOVER
	{
		color: #878787;
		text-decoration: underline;
	}		
	
	
	#menu ul li ul
	{
		padding-top: 5px;
		font-size: 11px;
		padding-left: 5px;
	}
	
		#menu ul li ul li
		{
			padding: 2px 0 2px 0 !important;
		}
			#menu ul li ul li
			{
				color: #878787;
			}
		
	
	
/*****************************
Left Contacts
*****************************/
#leftContacts
{
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: #878787;	
	line-height: 14px;
	border-bottom: 1px solid black;
}
	#leftContacts a
	{
		text-decoration: none;
		color: inherit;
	}
	#leftContacts a:HOVER
	{
		text-decoration: underline;
	}
	
	
/*************************************
COPYRIGHT NOTICE
*************************************/
#copyright
{
	padding: 20px 0 20px 0;
	font-size: 9px;
	color: #878787;	
	line-height: 14px;

}
	#copyright a
	{
		text-decoration: none;
		color: inherit;
	}
	#copyright a:HOVER
	{
		text-decoration: underline;
	}
	
	
	
/*************************************
Central Menu
*************************************/
#centerMenu
{
	margin-top:30px;
}
	#centerMenu ul
	{
		
	}
		#centerMenu li
		{
			font-size: 12px;
		}
			#centerMenu li a
			{
				color: black;
				text-decoration: none;
				cursor: default;
			}
			
		#centerMenu li ul
		{
			margin-top: 15px;
			margin-bottom: 15px;
		}
		
			#centerMenu li ul li a
			{
				color: #878787;
				line-height: 14px;
				cursor: pointer;
			}
			#centerMenu li ul li a:HOVER
			{
				text-decoration: underline;
			}			

			
			
			
			
			
.alignleft
{
	float: left;
	margin: 5px 5px 5px 0;
}			
.alignright
{
	float: right;
	margin: 5px 0 5px 5px;
}	







.blog_record
{
	margin: 10px 0 10px 0;
}
.record_head
{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 5px 0 5px 0;
	margin-top: 5px;
}
	.record_title
	{
		width: 50%;
		text-align: left;
	}
	.record_date
	{
		color: #c2c2c2;
		float: right;	
		text-align: right;	
		margin-top: -13px;
	}