/*
	Patris Shop Theme Design
	By : Javad Malaquti , Winter 2009
	Http://www.malaquti.com , malaquti@gmail.com
*/
	body {
		padding: 0;
		margin: 0;
		background: url(body-background.jpg);
		font-family: tahoma , arial;
		font-size: 12px;
	}
	#container {
		width: 763px;
		height: 768px;
		margin: 0 auto;
	}
	#header {
		width: 100%;
		height: 130px;
		background: url(header.jpg) no-repeat;
	}
	#header div {
		visibility: hidden;
		display: none;
	}
	#navigation {
		width: 100%;
		height: 30px;
		background: url(navigation.jpg) no-repeat;
		line-height: 24px;
	}
	#navigation ul {
		float: right;
		padding: 0;
		margin: 0;
		padding-right: 35px;
	}
	#navigation li {
		display: inline;
		margin-right: 10px;
	}
	#navigation a {
		color: white;
		text-decoration: none;
	}
	#navigation a:hover {
		color: yellow;
	}
	#navigation .active {
		color: yellow;
		font-weight: bold;
		border-bottom: 1px solid orange;
	}
	#navigation #basket {
		float: left;
		width: 80px;
		text-align: center;
		cursor: pointer;
	}
	#footer {
		width : 100%;
		height: 60px;
		background: url(footer.jpg) no-repeat;
		font-size: 10px;
		text-indent: 5px;
		line-height: 16px;
		text-align: center;
		color: white;
	}
	#footer a {
		text-decoration: none;
		color: yellow;
	}
	#wrapper {
		width: 100%;
		background: url(wrapper.jpg) repeat-y;
		overflow: hidden;
	}
	#content {
		width: 550px;
		float: left;
		direction: rtl;
		color: #666666;
	}
	#content-title {
		margin: 10px 0px 10px 0px;
		font-size: 14px;
		font-weight: bold;
		text-indent: 10px;
		color: #5c4100;
	}
	#content-meta {
		margin-bottom: 10px;
		font-weight: bold;
		color: #666666;		
		direction: ltr;
		text-align: center;
	}
	#content-meta a{
		text-decoration: none;
		color: #df8901;
	}
	#sidebar {
		width: 200px;
		float: right;
	}
	#sidebar h1 {
		font-size: 12px;
		color: #5c4100;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		margin-right: 4px;
	}
	#sidebar li {
	  list-style-type: none;
    }
    #sidebar a {
		text-decoration: none;
		color: #002a8a;
	}
	#sidebar a:hover {
		font-weight: bold;
	}
	.sidebar-item {
		direction: rtl;
		border : 1px solid #f2af12;
		width: 67%;
		margin-top: 5px;
		margin-left: 27px;
		background-color: #bcd0f1;
		color: #333333;
	}
	#sidebar img {
		margin-top: 5px;
		margin-left: 42px;
		border: 1px solid #ca8f33;
		padding: 3px;
	}
	#attach {
		width: 100%;
		height: 147px;
		background: url(attach.jpg) top center no-repeat;
	}
	#footer {
		clear: both;
	}
	/* Application Core Styles */
	.title_holder{
		width: 500px;
		margin: 0 auto;
		color: #016dae;
		border-bottom: 3px solid orange;
		direction: ltr;
	}
	.title_title {
		direction: rtl;
		font-weight: bold;
		color: #df8901;
	}
	.descr {
		direction: rtl;
		text-align: justify;
	}
	.movie_img {
		width: 120px;
		display: block;
		position: relative;
		background-color: #fff;
		border: 1px solid #a9a9a9;
		margin: -8px 6px 6px -3px;
		padding: 4px;
	}
	.image-shadow {
		float:left;
		margin: 10px 0 0 15px !important;
		margin: 10px 0 0 10px;
		background: url(shadow.gif) no-repeat bottom right;
	}
	.more {
		background: url(green-dot.jpg) right no-repeat;
		direction: ltr;
		text-indent: 7px;
	}
	.more a {
		text-decoration:  none;
		color:  inherit;
		cursor: pointer;
	}
	.more a:hover {
		text-decoration:   underline;
	}
	.pay img {
		border: none;
	}
	.pay a {
		cursor: pointer;
	}
	/**************Form Elements**************/
	.button {
		width: 90px;
		font-family: tahoma;
		font-size: 12px;
	}
	.input , .input_focus , .textarea , .textarea_focus {
		width: 100%;
		font-family: tahoma;
		font-size: 13px;
		border : 1px solid;
	}
	.textarea {
		height: 80px;
	}
	.textarea_focus{
		height: 80px;	
	}
	.input , .textarea {
		color : #57696F;
		border-color: #E1E1E1;
		background-color: #F9F9F9;
	}
	.input_focus , .textarea_focus {
		background-color: #FFFFFF;
		border-color: #149EF0;
		
		
	}
	
	 a img{border:0 !important}