/*
	Cyrket.com enhanced
	(c) 03-2010 by decorator
	Licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
	More info: http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.cyrket.com") {

/* hide crap */
	/* sidebar */
	div.sidebar,
	/* description in header */
	div.motto,
	/* facebook link */
	div.social
	{
		display:none;
	}

/* center header */
	div.header
	{
		margin: auto !important;
		width: 730px !important;
	}
	div.header>div
	{
		width: 730px !important;
	}

/* center content */
	div.content
	{
		margin: auto !important;
	}

/* recoloring */
	/* body background */
	body
	{
		background-color: #0F243E;
		background: -moz-linear-gradient(top, black -40%, #0F243E 40%) fixed !important;
	}
	/* header background and text */
	div.header
	{
		background: #365F91 !important;
	}
	div.cyrket>a
	{
		color: white !important;
	}
	a[style*="border-bottom: 1px dotted;"]
	{
		color: #243F60 !important;
	}
	/* content background */
	div.content
	{
		background: white;
	}

/* left and right spacing */
	div.content
	{
		width: 730px !important;
		padding: 0 15px !important;
	}

/* top and bottom spacing */
	div.header
	{
		margin-top: 15px !important;
	}
	div.content
	{
		margin-bottom: 15px !important;
		padding-bottom: 15px !important;
	}

/* move header text */
	div.cyrket
	{
		text-align: left !important;
	}

/* top spacing */
	div.content
	{
		padding-top: 15px !important;
	}

/* move categories left and up */
	div.category
	{
		margin-left: 7px !important;
		margin-top: 0 !important;
	}

/* move barcode left */
	div.basic
	{
		padding-left: 10px !important;
	}

/* move icon right */
	div.basic>.image
	{
		margin-left: 20px !important;
		margin-right: -30px !important;
	}

/* left align title */
	div.leader
	{
		text-align: left !important;
	}
	div.title
	{
		margin-left: -2px !important;
	}

/*line left of details */
	div.extra
	{
		border-left: lightgrey 1px solid !important;
		margin-left: 5px !important;
	}

/*line left of details */
	div.contact
	{
		padding-top: 15px !important;
	}

/* move screenshots left */
	div.screenshots
	{
		padding: 5px !important;
	}

/* rounded corners */
	div.header
	{
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
	}
	div.content
	{
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
	}

/* Change title and add style credits */
	div.cyrket>a:after
	{
		content:".com"
	}
	div.cyrket
	{
		width: auto !important;
	}
	div.content:after
	{
		content: "Cyrket.com - enhanced 03-2010 by decorator.";
		font-size: 10px;
		color: grey;
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}


/* Fix search results */
@-moz-document url-prefix(http://www.cyrket.com/search)
{
	div.leader{text-align:center!important;}
}
