@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800&subset=latin-ext);

@font-face {
font-family: fakeReceipt;
src: url('/media/fonts/ot/fake_receipt.otf');
}


:root
{
    font-size: 12px;
    color: #333;
}

body
{

    background: -moz-linear-gradient(top, #e6e6e6, white 50%);
    background: -webkit-linear-gradient(top, #eeedee 50%, #fff);
    background: -o-linear-gradient(top, #eeedee 50%, #fff);
    background: -ms-linear-gradient-linear-gradient(top, #eeedee 50%, #fff);
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    
}

header
{
    margin-bottom:20px;
}
footer
{
    width:960px;
    margin:0 auto;
    text-align: center;
    padding: 10px;
}
a
{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size:34px;
}

h2
{
    font-size:30px;
}

h3
{
    font-size:28px;
}

h4
{
    font-size:24px;
}
div.wrapper
{
    width:960px;
    margin:0 auto;
    background: #e6e6e6;
    padding:30px;
    height: 100%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 15px #e6e6e6 inset, 0 0 10px #010101;
}



header button
{
    margin-top: -17px;
    float:right;
}


/*          NAV         */

header nav
{
    padding: 20px;
    margin-top:2px;
}

header nav div ul
{
    display: inline-block;
}

header nav ul
{
    margin: 0;
}

nav  {
    display: block;
    overflow: hidden;

    text-align: center;
    margin: 0 auto;
    padding: .7em;

    background: #444;
    background: rgba(0,0,0,.2);
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
}

nav div
{
    margin: 0 auto;
    display: inline-block;
}


nav ul {
    margin: 30px auto;
    list-style: none;
}

nav#pagination ul
{
    margin-top:5px;
}

nav li {
    float:left;
}

nav a {
    float:left;
    padding: .8em 1.5em;
    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #c1c1c1;
    background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
    background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
    background: -o-linear-gradient(#f5f5f5, #c1c1c1);
    background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
    background: linear-gradient(#f5f5f5, #c1c1c1);
 }

nav a:hover, nav a:focus, nav a.active {
    outline: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #fac754;
    background: -moz-linear-gradient(#fac754, #f8ac00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
    background: -webkit-linear-gradient(#fac754, #f8ac00);
    background: -o-linear-gradient(#fac754, #f8ac00);
    background: -ms-linear-gradient(#fac754, #f8ac00);
    background: linear-gradient(#fac754, #f8ac00);
}

nav a:active, nav a.active {
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}

nav li:first-child a {
    border-left: 0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

nav li:last-child a {
    border-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}



.menu li {
	float: left;
	position: relative;
}

.menu li a {
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}






div.categories
{
    width: 100%;
}
div.filters
{
    margin-top: 20px;
    margin-left: 50px;
    width:auto;
    text-align: center;
    display: block;
    float: left;
}


nav:after
{
    content: "";
    display: block;
    clear: both;
}


div.filters select
{
    margin: 0 5px;
    outline:none;
    border-radius: 4px;
    display: block;
    float: left;

    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;



    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;

    padding: .4em 1.5em;
    height: 36px;
    padding-right: 0;
    background: #c1c1c1;
    background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
    background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
    background: -o-linear-gradient(#f5f5f5, #c1c1c1);
    background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
    background: linear-gradient(#f5f5f5, #c1c1c1);
}

div.filters select:focus > option:checked, div.filters select:focus option:hover, div.filters select:focus option:active, div.filters select:focus option:focus
{
    outline: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #fac754 !important;
    background: -moz-linear-gradient(#fac754, #f8ac00) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00)) !important;
    background: -webkit-linear-gradient(#fac754, #f8ac00) !important;
    background: -o-linear-gradient(#fac754, #f8ac00) !important;
    background: -ms-linear-gradient(#fac754, #f8ac00) !important;
    background: linear-gradient(#fac754, #f8ac00) !important;
}


section, article
{
    border: 1px solid #e6e6e6;
    padding:10px;
    background: #fff;
    position: relative;
    width:940px;
    box-shadow: 0 0 15px #e6e6e6 inset, 0 0 10px #010101;
    margin: 0 auto;
    margin-bottom:25px;
    overflow: hidden;
}

article
{
    font-family: fakeReceipt;
}

article.grid:first-of-type
{
    margin-left:0px;
}
article.grid:nth-child(3n)
{
    margin-right: 0;
}
article.grid
{
    font-size:12px;
    width:271px;
    float:left;
    margin: 0 20px 20px 0;
    min-height: 250px;
}
article.grid h3
{
    padding-left:40px;
}

article.grid div.price
{
    font-size:12px;
}

article.grid div.shopName
{
    font-size:14px;
    clear:both;
    text-align: left;
    float:left;
    width: 150px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 2em;
}

article.grid div.fb
{
    float:right;
    display: block;
    width: 90px;
}


article.finished
{
    border:5px solid #ff0000;
}

article.finished header
{
    font-size:34px;
    text-align: center;
}

article h2
{
    font-size:20px;
    float:left;
    clear:left;
}
article h3
{
    font-size:18px;
    float:right;
    clear:right;
}

article div.left
{
    float:left;
    width:250px;
    overflow: hidden;
    clear: left;
    position: relative;

}

article div.right
{
    float:left;
    width:600px;
}

article .shopName
{
    font-size:34px;
    line-height: 40px;
    float:left;
}

article div.shopLogo
{
    float:right;
}
article div.shopLogo img
{
    max-height: 40px;
    line-height: 30px;
}

article .price
{
    float:right;
    clear:right;
    line-height: 24px;
    font-size:20px;
}

article div.product
{
    font-size:24px;
    line-height: 24px;
    float:left;
    clear:left;
}

article div.oneitem
{
    line-height: 24px;
    float:left;
    clear:left;
}
article div.productLogo
{
    text-align: center;
}
article div.productLogo img
{
    max-width: 230px;
}

article .separator
{
    border-top:1px dashed #000;
}

article div.favourite
{
    position: absolute;
    top:10px;
    right: 10px;
    height: 48px;
    
}

article.grid div.favourite
{
    left:6px;
    top:6px;
}
 
article.grid div.favourite a
{
    width:32px;
    height: 32px;
}

article div.favourite.remove a
{
        background-position: 0 0;

}

article div.favourite a
{
    background: url(/media/images/favourites.png) no-repeat;
    background-size: cover;
    background-position: -48px;

    text-indent: -3000px;
    display:block;
    white-space: nowrap;
    -webkit-text-shadow: 1px 1px 4px rgba(0,0,0,.4);
    -moz-text-shadow: 1px 1px 4px rgba(0,0,0,.4);
    text-shadow: 1px 1px 4px rgba(0,0,0,.4);
    width: 48px;
    height: 48px;
}

article div.favourite a:hover
{
    text-decoration: none;
}

article div.tags
{
    position: absolute;
    bottom: 0;
}

.clear
{
    clear:both;
}

/*  FACEBOOK    */
div.facebook{
	background : url(/media/images/facebook.png) repeat scroll 0 0 transparent;
	float : right;
	display : block;
	height : 400px;
	width : 385px;
	position : fixed;
	right : -321px;
	top : 55px;
	z-index : 10000;
	overflow : hidden;
        padding:0;
}

div.facebook .fb-like-box
{
    background: #fff;
}

.fb-like
{
    height: 22px;
    width: 650px;
}

div.error
{
    text-align: center;
}

div.error h1
{
    font-size:44px;
    font-family: fakeReceipt;
}


/*          IMAGRE WRAPPER          */

.image-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
        overflow: hidden;
}
.image-wrap:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #010101;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.image-wrap img {
	vertical-align: bottom;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.image-wrap:after {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(12,12,12,.6), inset 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(12,12,12,.6), inset 0 1px 2px rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(12,12,12,.6), inset 0 1px 2px rgba(0,0,0,.6);
}


/*          ADD PROMOTION           */
form#addPromotion
{
    width:250px;
    margin:0 auto;
}
form#addPromotion label
{
    display: block;
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 20px;
    font-size:18px;
}

form#addPromotion label:after
{
    content: ":";
}

form#addPromotion input[type=text], form#addPromotion select, form#addPromotion ul, form input.styled
{
    background:  #F1F1F1;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
    margin: 10px 0;
    padding: 10px 5px 10px 5px;
    width: 200px;
    color:#000;
}
form#addPromotion  button
{
    margin-top:18px;
}
form#addPromotion select
{
    width:210px;
}



form#addPromotion span.helptext
{
    color:#6a6a6a;
    font-size:11px;
    clear:left;
    display: block;
        cursor:help;
}

form#addPromotion span.errors
{
    color:#6a0000;
    font-size:11px;
    clear:left;
    display: block;
}



form#addPromotion span.errors ul
{
    padding:0;
    margin:0;
}

form#addPromotion span.errors ul li
{
    border:1px solid #FF0000;
    width:198px;
    border-radius: 0px 0px 5px 5px;
    border-top:none;
    padding: 10px 5px;
    margin-top:-12px;
    background: none repeat scroll 0 0 #F1F1F1;
    cursor:help;
}

form#addPromotion ul
{
    list-style: none;
}

form#addPromotion ul label
{
    margin:0;
}

.hidden
{
    display:none;
}


/*******************************************************************************/
button.styled {
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 12px 14px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: auto;
  min-width: 150px;
  }
  button.styled:hover {
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
  button.styled:active {
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); }



/* ------------------------------------------------------------------------------------
--  RSS
------------------------------------------------------------------------------------ */

.rss a {
    position:relative;
    width:40px;
    padding:0 2px;
    border-color:#ea6635;
    text-transform:lowercase;
    text-indent:-186px;
    font-size:34px;
    font-weight:bold;
    color:#fff;
    background:#e36443;

    /* css3 */
    /* NOTE: box-shadow is not currently in any CSS3 module. It may be reappear in a different form altogether */
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
    box-shadow:0 0 4px rgba(0,0,0,0.4); /* standards version last */
    /* NOTE: webkit gradient implementation is not as per spec */
    background:-webkit-gradient(linear, left top, left bottom, from(#f19242), to(#e36443));
    background:-moz-linear-gradient(top, #f19242, #e36443);
}

div.rss a {
    display:block;
    width:48px;
    height:48px;
    overflow:hidden;
    border:1px solid transparent;
    line-height:64px;
    text-decoration:none;

    /* css3 */
    text-shadow:0 -1px 0 rgba(0,0,0,0.5);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; /* standards version last */
}

div.rss a:hover,
div.rss a:focus,
div.rss a:active {
    opacity:0.8;
    border-color:#000;
}

.rss
{
    float:right;
    width:20px;
    height:20px;
    margin:0 32px;
    margin-top: -17px;
}
/* create circle */
.rss a:before {
    content:"\00a0";
    position:absolute;
    bottom:5px;
    left:5px;
    width:12px;
    height:12px;
    background:#fff;

    /* css3 */
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px; /* standards version last */
}

/* create the two arcs */
.rss a:after {
    content:"\00a0";
    position:absolute;
    bottom:5px;
    left:5px;
    width:18px;
    height:16px;
    border-style:double;
    border-width:24px 24px 0 0;
    border-color:#fff;

    /* css3 */
    -moz-border-radius:0 50px 0 0;
    -webkit-border-top-right-radius:50px;
    border-radius:0 50px 0 0; /* standards version last */
}


/*          SPLASH          */
div.splash
{
    background: url('/media/images/splash_bg.jpg') no-repeat rgba(0,0,0,0.99);
    background-size: cover;
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
}

div.splash div._wrapper
{
    display:block;
    background: rgba(216,216,216, 0.9);
    border:4px solid #ccc;
    margin:0 auto;
    width: 640px;
    position: relative;
    top:50%;
    margin-top:-200px;
    font-size:24px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.2px;
    text-align: center;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-box-shadow: 4px 4px 11px #e6e6e6;
    -moz-box-shadow:    4px 4px 11px #e6e6e6;
    box-shadow:         4px 4px 11px #e6e6e6;


    text-shadow: 2px 2px 2px rgba(170, 170, 170, 1);

}
div.splash div div.content
{
    width:620px;
    margin:0 auto 20px;
}

div.splash div p
{
    margin-top:20px;
}
div.splash div p small
{
    font-size:10px;
}

/*          SEARCHFORM          */

header nav div.searchBar
{
    margin-top: 20px;
    margin-right: 50px;
    float:right;
}

header nav form#searchForm input
{
    margin: 0 10px;
    outline:none;
    border-radius: 4px 0 0 4px;
    display: block;
    float: left;

    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;

    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;

    padding: .6em 1.5em;
    padding-right: 0;
    background: #c1c1c1;
    background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
    background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
    background: -o-linear-gradient(#f5f5f5, #c1c1c1);
    background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
    background: linear-gradient(#f5f5f5, #c1c1c1);
}

header nav form#searchForm
{
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

header nav form#searchForm input#query
{
    float: left;
    margin:0;
    height: 20px;
    width: 200px;
    min-width: 160px;
}

header nav form#searchForm button
{
    margin: 0;
    padding:7px;
    border-radius: 0 4px 4px 0;
    min-width: 80px;
    width: 80px;
    float: left;
}


/*          ADS         */
#Ad4mmolay
{
    left:0;
}

/*          ADTAILY         */

#AdTaily1, #AdTaily1 > *
{
    z-index: 0;
}

#AdTaily_Widget_Container
{
    width:150px !important;
    float: left !important;
    position: absolute !important;
    top:80px;
    left:0;
    z-index: 0;
}

.google_728
{
    width: 728px;
    margin: 0 auto 15px auto;
}